

/* Start:/bitrix/templates/chess/styles.css?1747647599148636*/
.knopka {
  background: rgb(212, 75, 56) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: bold;
  outline: medium none;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
.knopka:hover {
  color: #222!important;
}
.knopkablack {
  background: #767F8C none repeat scroll 0 0;
  color: #eee;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: normal;
  outline: medium none;
  padding: 0.3rem 1rem;
  text-decoration: none;
  cursor: pointer;
}
.knopkablack:hover {
  color: #fff!important;
}
article,aside,figcaption,figure,footer,header,nav,section,time, legend, details, details legend,main{
    display: block;
    padding:0;
    margin:0;
}

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 15px;
    font-size:0.9375rem;
    overflow-x: hidden;
    position: relative;
}

::selection {
    background: #ca8e6c; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #ca8e6c; /* Firefox */
    color: #fff;
}

input, button, textarea{
    font-family: "PT Sans", sans-serif;
    outline: none;
    color: #333333;
}



img{

    border:0;
}




.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

a{
    color: #c9502a;
    text-decoration:underline;
    outline: none;
}

a:hover{
    text-decoration:none;
    color:#ca8e6c;
    -webkit-transition: color  0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, border-color 0.2s linear;
    -ms-transition: color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear;
}

nav ul, nav ul li, .content nav ul,  .content nav ul li, .content  .pagenav ul, .content .pagenav ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: inherit;
}

.hideMobile{
    display: none;
}

.header{
    position: relative;
    background: #1f1b39;
    color: #fff;
    font-family: "PT Sans", sans-serif;
}

.header a{
    color: inherit;
    text-decoration: none;
}

header{
    background: #16153f;
    font-size: 16px;
    font-size: 1rem;
}

.mainIntro{
    text-align: center;
    padding: 20px 30px 114px 30px;
}

.otherPage .mainIntro{
    padding-bottom: 5px;
    padding-top: 13px;
}

header .menuCity{
    position: relative;
    padding: 33px 20px 31px 75px;
}

header .city{
    float: left;
    border-spacing: 0;
    position: relative;
    z-index: 1;
}

header .city .caption{
    min-width: 72px;
	overflow: hidden;
	padding-right: 2px;
}

header .city a{
    font-weight: bold;
    font-size: 14px;
    font-size: 0.9rem;
    border-bottom: 1px dotted;
    display: inline-block;
    line-height: 1.05em;
}

header .city a:hover{
    border-bottom-color: transparent;
}

header .phone{
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: bold;
    padding-left: 0;
}

header .logout{
    padding-left: 25px;
    height: 20px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 3px;
}

header .logout .icon{
    background: url("/bitrix/templates/chess/images/logout.png") no-repeat 0 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 25px;
}

nav.top{
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 1;
}

nav.top.opened{
    background: #100e36;
}

nav.top a{
    display: block;
    position: relative;
}

nav.top > a, nav.bottom > a{
    display: block;
    background: url("/bitrix/templates/chess/images/toggleMenu.png") no-repeat 0 0;
    width: 30px;
    height: 24px;
    margin-bottom: 29px;
    margin-top: 33px;
    margin-left: 20px;
}

nav.bottom > a{
    background-position: 0 -47px;
    margin-top: 7px;
    margin-left: 15px;
}

nav.top > a span, nav.bottom > a span{
    display: block;
    width: 100%;
    height: 100%;
}

nav.top > a.opened{
    background-position: 0 -24px;
}

nav.bottom > a.opened{
    background-position: 0 -72px;
}

nav.top .toToggle{
    background: #100e36;
}

.toToggle{
    height: 0;
    overflow: hidden;
}

.toToggle.opened{
    height: auto;
}

nav.top .toToggle a{
    border-top: 1px solid #343167;
    padding: 13px 63px 12px 43px;
    text-transform: uppercase;
    font-size: 27px;
    font-size: 1.7rem;
}

nav.top .toToggle .toToggle a{
    padding-left: 66px;
    background: #24225c;
}


nav.top .toToggle .toggleNext{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 63px;
    height: 54px;
    cursor: pointer;
    display: block;
}

nav.top .toToggle .toggleNext span{
    /*display: block;
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #444289;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;*/
}

nav.top .toToggle a.opened .toggleNext span{
    /*border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-top: -11px;*/
}

.slogan{
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 69px;
    margin-bottom: 55px;
}

.redBtn{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    background: #e93d3d;
    padding: 12px 30px 13px 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}
.pay-block input[type='submit'] {
    background: #e93d3d none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 30px 13px;
    text-decoration: none;
	cursor: pointer;
	border: none;
	font-weight: normal;
}

.sale-paysystem-yandex-button-item{
	padding: 0 22px!important;
}

.pay-block input[type='submit']:hover{
	color: #ca8e6c;
}

.pay-block form[name='ShopForm'] p .tablebodytext{
    font-size:0.825rem;
}

input.redBtn{
    border: none;
	-webkit-appearance: none;
}

.redBtn{
    padding: 12px 30px 13px 30px;
}

.otherPage main.centeredContent{
    padding: 0 5%;
    overflow-x: hidden;
    position: relative;
}

.otherPage .centeredContent.main{
    padding: 0 5%;
}

.mainAbout{
    font-size: 18px;
    font-size: 1.125rem;
    color: #1f1b39;
    padding: 10px 24px;
}

.mainAbout p{
    margin: 28px 0;
}

.h2, h1{
    text-align: center;
    color: #c9502a;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    font-size: 25px;
    font-size: 1.6rem;
    line-height: 1.5em;
    width: 100%;
    margin: 26px auto 39px auto;
}

h1{
    margin-bottom: 30px;
    margin-top: 15px;
}

h2{
    font-family: "PT Sans", sans-serif;
    font-size: 23px;
    font-size: 1.44rem;
    text-align: center;
    color: #c9502a;
    margin-top: 13px;
    margin-bottom: 10px;
}

h3{
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    font-size: 1.38rem;
    text-align: center;
    color: #ca8e6c;
    margin-top: 13px;
    margin-bottom: 10px;
}

.textService-item{
    padding: 11px 15px 18px 15px;
    margin-bottom: 5px;
}

.otherPage .textService-item{
    width: 110%;
    margin-left: -5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.textService-item.grey{
    background: #f6f4f3;
}

.textService-item .title{
    display: block;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 1.5em;
    width: 100%;
    color: inherit;
}

.textService-item .title:hover{
    color: #003334;
}

.textService-item .text{
    line-height: 1.75em;
    color: #1f1b39;
    font-size: 15px;
    font-size:0.9375rem;
}

.textService-item .price{
    font-family: "PT Sans", sans-serif;
    color: #004a80;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 24px;
    float: left;
}

.textService-item.extra .price{
    float: none;
}

.textService-item .more{
    float: right;
    margin-top: 22px;
}

.textService-item.extra .more{
    float: left;
    margin-right: 27px;
}

.textService-item.extra .redBtnSq{
    float: left;
    margin-top: 22px;
}

.blueBtn, .lightBlue, .greyBtn, .redBtnSq{
    border: 3px solid #004a80;
    padding: 0 10px 1px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #004a80;
    background: none;
    text-align: center;
	-webkit-appearance: none;
}

.redBtnSq{
    background: #e93d3d;
    border-color: #e93d3d;
    color: #fff;
}

a.blueBtn, a.lightBlue, a.greyBtn, a.redBtnSq{
    padding-top: 1px;
    padding-bottom: 2px;
}

.blueBtn.small{
    padding: 2px 13px 3px 13px;
    font-size: 14px;
    font-size: 0.875rem;
}

.greyBtn{
    border: 3px solid #b2bbcb;
    color: #b2bbcb;
}

.blueBtn:hover,.lightBlue:hover,.textService-item .blueBtn:hover,.greyBtn:hover, .redBtnSq:hover, .blueBtn.activbtn{
    border-color: #d6a386;
    color: #d6a386;
}

.lightBlue{
    border-color: #0054a6;
    color: #0054a6;
    padding: 2px 28px 3px 28px;
    font-size: 14px;
    font-size: 0.875rem;
}

.calendar{
    font-family: "PT Sans", sans-serif;
}

.calendar .h2{
    margin-bottom: 25px;
    margin-top: 39px;
}

.news-calendar-compact{
    border: 5px solid #f6f4f3;
    border-bottom: none;
    padding: 23px 0 15px 0;
}

.news-calendar-compact .title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 42px;
}

.news-calendar-compact .title a{
    position: absolute;
    top: 50%;
    margin-top: -17px;
    background: url("/bitrix/templates/chess/images/prevNextBig.png") no-repeat 0 -34px;
    width: 20px;
    height: 34px;
}

.news-calendar-compact .title .prev{
    left: 21px;
}

.news-calendar-compact .title .prev.disabled{
    background-position: 0 0;
}

.news-calendar-compact .title .next{
    right: 21px;
    background-position: -20px -34px;
}

.news-calendar-compact .title .next.disabled{
    background-position: -20px 0;
}

.NewsCalTable{
    width: 100%;
    border-spacing: 0;
    line-height: normal;
    margin-left: 0;
}

.NewsCalTable td{
    border: none;
    padding: 0 0 15px 0;
    width: 14%;
    text-align: center;
    vertical-align: top;
}

.NewsCalTable td.vs,.NewsCalTable td.sb{
    padding-left: 3%;
}

.NewsCalTable span{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
}

.NewsCalTable a{
    color: #ff7f66;
    text-decoration: none;
    border-bottom: 2px dotted;
}

.NewsCalTable a:hover{
    border-bottom-color: transparent;
}

.NewsCalTable .NewsCalHeader{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    font-size: 1.1875rem;
    padding-bottom: 36px;
}

.NewsCalTable tr:nth-child(odd){
    background: none;
}

.NewsCalTable .current{
    color: #fff;
    background: #ff7f66;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.calendar .events{
    border: 5px solid #ff7f66;
    border-top: none;
    padding: 0 4.3% 23px 4.3%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
}

.calendar .events .right{
    margin-bottom: 5px;
}

time{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

time span{
    font-weight: normal;
}

.calendar .events time{
    text-transform: none;
    color: #ff7f66;
    margin-bottom: 0;
}

.event-item{
    margin-bottom: 21px;
}

.event-item.last{
    margin-bottom: 14px;
}

.event-item .title{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    display: block;
}

.calendar .more{
    text-decoration: none;
    border-bottom: 1px dashed;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2em;
    font-size: 18px;
    font-size: 1.125rem;
    color: inherit;
}

.calendar .more:hover{
    border-bottom-color: transparent;
}

.greyLine{
    background: #f6f4f3;
}

.schedule{
    font-family: "PT Sans",sans-serif;
}

.filial{
    padding: 6px 0 8px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
}

.contactsFilial{
    margin-left: -5%;
    width: 110%;
}

.filial .rel{
    position: relative;
    display: inline-block;
}

.filial > div > a{
    text-decoration: none;
    color: #c9502a;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 1em;
    position: relative;
    left: -16px;
}

.filial .arr{
    display: block;
    position: absolute;
    right: -16px;
    border: 4px solid transparent;
    border-top: 4px solid #c9502a;
    margin-top: -1px;
    top: 50%;
}

.filial .opened .arr{
    border: 4px solid transparent;
    border-bottom: 4px solid #c9502a;
    margin-top: -5px;
}

.filial .toToggle{
    position: absolute;
    left: -30px;
    /*top: 20px;*/
    z-index: 1;
}

.filial .toToggle .inner{
    padding: 10px 15px 5px 15px;
    /*width: 200px;*/
    width: auto;
    background: #f6f4f3;
    text-align: left;
}

.filial .toToggle a,.trainer .select .toToggle a{
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: inherit;
}

.filial .toToggle a.selected,.filial .toToggle a:hover,
.trainer .select .toToggle a:hover,.trainer .select .toToggle a.selected{
    color: #c9502a;
}

.trainer{
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    border-spacing: 0;
    line-height: normal;
    margin-left: 0;
}

.trainer .label{
    padding: 0 0 1px 15px;
    width: 90px;
    font-weight: bold;
    vertical-align: top;
}

.trainer .label.top{
    padding-top: 20px;
}

.trainer .select{
    vertical-align: top;
    padding: 20px 1px 1px 1px;
}

.trainer .select > div{
    position: relative;
}

.trainer .select > div > a{
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

.trainer .select a{
    text-decoration: none;
    color: inherit;
}

.trainer .select .toggleNext{
    border-bottom: 1px dashed;
    font-size: 18px;
    font-size: 1.15rem;
    font-weight: bold;
}

.trainer .select .round{
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #333333;
    display: block;
    margin-top: -12px;
}

.trainer .select .round .arr{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #333333;
    margin-left: -5px;
    margin-top: -2px;
}

.trainer .select .toToggle{
    position: absolute;
    margin-left: -15px;
    z-index: 1;
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
}

.trainer .select .toToggle .inner{
    background: #fff;
    padding: 10px 15px 5px 15px;
}

.trainer .position{
    color: #c9502a;
    margin-top: 15px;
    margin-bottom: 18px;
}

.trainer .day{
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
}

.trainer .time{
    padding: 12px 1px 13px 1px;
    vertical-align: middle;
    font-weight: normal;
}

.advantage-item{
    margin-bottom: 39px;
}

.advantage-item{
    margin-bottom: 41px;
    padding: 0 15px;
}

.advantage-item .img{
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    max-width: 30%;
    height: 62px;
    text-align: center;
}

.advantage-item img{
    max-width: 50px;
    max-height: 50px;
}


.advantage-item .title{
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    max-width: 70%;
}

.advantage-item .text{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    margin-top: 5px;
}

.caruselConteiner{
    position: relative;
}

.caruselConteiner .prev, .caruselConteiner .next{
    position: absolute;
    top: 0;
    height: 100%;
    width: 21px;
}

.caruselConteiner .prev{
    left: -8px;
}

.caruselConteiner .next{
    right: -8px;
}

.caruselConteiner .prev span,.caruselConteiner .next span{
    position: absolute;
    display: block;
    top: 50%;
    background: url("/bitrix/templates/chess/images/prevNextBig.png") no-repeat 0 0;
    width: 20px;
    height: 34px;
    margin-top: -17px;
}

.caruselConteiner .prev span{
    right: 0;
}

.caruselConteiner .prev:hover span{
    background-position: 0 -34px;
}

.caruselConteiner .next span{
    left: 0;
    background-position: -20px 0;
}

.caruselConteiner .next:hover span{
    background-position: -20px -34px;
}

.bestPupils .prev, .bestPupils .next,
.books .prev, .books .next{
    width: 40px;
}

.bestPupils .prev span, .bestPupils .next span,
.books .prev span, .books .next span{
    background: url("/bitrix/templates/chess/images/prevNextSquered.png") no-repeat 0 0;
    width: 30px;
    height: 45px;
    margin-top: -35px;
}

.books .prev span, .books .next span{
    top: 116px;
    margin-top: 0;
}

.bestPupils .prev:hover span,.books .prev:hover span{
    background-position: 0 -45px;
}

.bestPupils .next span,.books .next span{
    background-position: -30px 0;
}

.bestPupils .next:hover span, .books .next:hover span{
    background-position: -30px -45px;
}

.bestPupils{
    padding: 0 9px;
}

.bestPupils .caruselConteiner{
    border: 15px solid #f6f4f3;
    padding: 68px 0 0 0;
}

.bestPupils .caruselConteiner .caroufredsel_wrapper,.bestPupils .caruselConteiner .carusel{
    min-height: 292px;
}

.pupil-item{
    min-height: 292px;
    float: left;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    width: 341px;
    height: 292px;
}

.pupil-item .img{
    display: block;
    margin-bottom: 22px;
}

.pupil-item .img img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.pupil-item .title{
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.4rem;
    margin-bottom: 7px;
    color: #000;
}

.pupil-item .position{
    color:  #747474;
    font-size: 18px;
    font-size: 1.125rem;
}

.coaches{
    padding: 0 11px;
}

.coaches .h2{
    margin-bottom: 30px;
    margin-top: 45px;
}

.coach-item{
    float: left;
    width: 401px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "PT Sans", sans-serif;
}

.bitem{
	width: 401px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 451px) {
	.coach-item{
		float: left;
		width: 300px;
		padding-left: 20px;
		padding-right: 20px;
		font-family: "PT Sans", sans-serif;
	}
	
	.bitem{
		float: left;
		width: 300px;
		padding-left: 20px;
		padding-right: 20px;
		font-family: "PT Sans", sans-serif;
	}
}

@media (max-width: 320px) {
	.coach-item{
		float: left;
		width: 300px;
		padding-left: 0px;
		padding-right: 0px;
		font-family: "PT Sans", sans-serif;
	}
	
	.bitem{
		float: left;
		width: 300px;
		padding-left: 0px;
		padding-right: 0px;
		font-family: "PT Sans", sans-serif;
	}
}

.coach-item .img{
    text-align: center;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.coach-item .title{
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.coach-item .title{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.coach-item .text{
    font-size: 17px;
    font-size: 1.0625rem;
    /*width: 300px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.coach-item p{
    margin-top: 9px;
    margin-bottom: 11px;
}

.coaches .prev, .coaches .next{
     width: 31px;
}

.coaches .prev span, .coaches .next span{
    top: 112px;
    margin-top: 0;
}

.meetings .inner{
    padding: 0 0px;
}

.otherPage .meetings .inner{
    padding: 0 0px;
}

.meeting-item{
    display: block;
    text-decoration: none;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 3px solid #e3e3e3;
    background: url("/bitrix/templates/chess/images/meetingBg.png");
    padding: 19px 22px 12px 22px;
    line-height: 1.45em;
    margin-bottom: 29px;
    min-height: 138px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    color: inherit;
    position: relative;
}

.meeting-item .blueBtn{
/*  
  right: 10px;
    bottom: 10px;
    line-height: normal;
*/
		line-height: normal;
		display: block;
		/*width: 70px;*/

}

.meeting-item .title{
    color: inherit;
    text-decoration: none;
}

.moreArr{
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    padding-right: 16px;
    margin-top: 21px;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
}

.moreArr span{
    background: url("/bitrix/templates/chess/images/moreArr.png") no-repeat right 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 6px;
    height: 9px;
}

.meetings .moreArr{
    margin-top: 0;
    margin-left: 10px;
}

.free{
    background: #1f1b39;
    padding: 31px 5px 29px 5px;
    text-align: center;
    color: #fff;
    margin-top: 63px;
    margin-bottom: 70px;
}

.free .title{
     font-weight: bold;
     font-family: "PT Sans", sans-serif;
     font-size: 21px;
     font-size: 1.3rem;
     margin-bottom: 16px;
}

.free .text{
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7em;
    margin-bottom: 34px;
}

.free .redBtn{
    padding-left: 57px;
    padding-right: 57px;
}

.linedTitle{
    position: relative;
    color: #d6a386;
    text-align: center;
    margin-bottom: 20px;
}

.linedTitle .line{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #ebeae6;
}

.linedTitle .whiteBg{
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 11px;
    font-size: 23px;
    font-size: 1.45rem;
}

.partners .caruselConteiner{
    padding-bottom: 25px;
    border-bottom: 2px solid #ebeae6;
    height: 47px;
}

.partners .caruselConteiner .caroufredsel_wrapper,.partners .caruselConteiner .carusel{
    min-height: 47px;
}

.partners .prev span,.partners .next span{
    background: url("/bitrix/templates/chess/images/prevNext.png") no-repeat 0 0;
    width: 11px;
    height: 19px;
    margin-top: -20px;
}

.partners .next span{
    background-position: -11px 0;
}

.partners .next:hover span{
    background-position: -11px -19px;
}

.partners .prev:hover span{
    background-position: 0 -19px;
}

.partner-item{
    float: left;
    line-height: 47px;
    text-align: center;
    padding: 0 15px;
    height: 47px;
}

.partner-item img{
    vertical-align: middle;
}

figure{
    text-align: center;
}

figure img{
    max-width: 100%;
}

main p{
    margin-bottom: 18px;
    margin-top: 13px;
}

main ul, main ol{
    padding-left: 0;
    margin-top: 13px;
    margin-bottom: 18px;
    list-style: none;
}

main ol{
    counter-reset: item;
}

main ul li, main ol li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
}

main ul li:before{
    content: '';
    top: 10px;
    width: 5px;
    height: 5px;
    background: #c9502a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

main ul li:before, main ol li:before{
    position: absolute;
    /*left: 0;*/
	margin-left: -16px;
}

main ol li:before{
    content: counter(item, decimal);
    counter-increment: item;
    font-weight: bold;
    top: 1px;
}

.pageNav{
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pageNav a{
    margin-right: 13px;
    float: left;
    text-decoration: none;
    color: inherit;
    margin-top: 5px;
}

.pageNav span{
    float: left;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #ff7f66;
    margin-right: 13px;
}

.pageNav .prev, .pageNav .next{
    background: url("/bitrix/templates/chess/images/moreArr.png") no-repeat 0 0;
    width: 6px;
    height: 9px;
    margin-top: 11px;
}

.pageNav .prev{
    background-position: 0 -9px;
}

main table{
    width: 110%;
    border-spacing: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: -5%;
}

main table tbody tr:nth-child(odd){
    background: #f6f4f3;
}

main table td, main table th{
    padding: 9px 18px 11px 18px;
}

main table th{
    padding-bottom: 20px;
}

.noteBlock{
    padding: 12px 58px 14px 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    font-family: "PT Sans", sans-serif;
    border: 3px solid #ca8e6c;
}

.noteBlock .close{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/chess/images/close.png") no-repeat 0 0;
}

.blockQuote figcaption{
    color: #727e94;
    line-height: 1.7em;
    margin-top: 7px;
    margin-bottom: 5px;
}

main form label{
    display: block;
    margin-bottom: 3px;
}

.contactsTbl{
    width: 110%;
    margin-left: -5%;
    font-size: 16px;
    font-size: 1rem;
}


.contactsTbl .select > div > a{
    padding-right: 35px;
}

.contactsTbl .select .toggleNext{
    font-size: 16px;
    font-size: 1rem;
}

.contactsTbl tbody .time{
    vertical-align: top;
    padding-right: 18px;
}

.contactsTbl tbody .label.time{
    font-weight: bold;
    padding-left: 18px;
}

.contactsTbl .select{
    padding-bottom: 27px;
}

.contactsBlock, .borderBlock{
    border: 15px solid #f6f4f3;
    padding: 26px 6% 26px 6%;
    text-align: center;
    font-family: "PT Sans", sans-serif;
}

.contactsBlock img{
    max-width: 100%;
    margin-bottom: 25px;
    vertical-align: text-bottom;
}

.contactsBlock .map img{
    margin-bottom: 0;
}

.contactsBlock .text{
    text-align: left;
    line-height: 1.7em;
    max-width: 381px;
    margin: 0 auto;
}

.contactsBlock h3{
    text-align: left;
    color: inherit;
    font-size: inherit;
    margin-bottom: 2px;
    margin-top: 9px;
}

.books{
    margin-bottom: 35px;
}

.books .caruselConteiner{
    border: 15px solid #f6f4f3;
}
.books .booksList{
	border: 15px solid #f6f4f3;
}
.book-item{
    float: left;
    /*width: 262px;*/
    width: 250px;
    height: 390px;
    padding:  28px 59px 75px 59px;
	/*padding:  28px 10px 75px 10px;*/
    font-family: "PT Sans", sans-serif;
    position: relative;
}

.book-item .inner{
	padding-left: 5px;
	padding-right: 5px;
}

.booksList .book-item{
    padding:  28px 5px 75px 5px;
}
.booksList .book-item .inner{
    padding-left:  0px;
    padding-right:  0px;
}
.book-item{
	padding-left: 5px;
	padding-right: 5px;
}

.book-item .img{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.book-item .title{
    text-decoration: none;
    color: inherit;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
}

.book-item .author{
    font-size: 18px;
    font-size: 1.125rem;
}


.book-item .price{
    bottom: 34px;
	text-align: center;
    /*left: 59px;*/
    left: 5px;
    font-size: 30px;
    /*font-size: 1.875rem;*/
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.5rem;
    font-weight: bold;
}

@media (min-width: 991px) {
	.book-item .price{
		position: absolute;
		text-align: left;
		left: 5px!important;
	}
}


@media (min-width: 991px) {
	.book-item .price{
		position: absolute;
		text-align: left;
		left: 5px!important;
	}
}




.book-item .blueBtn{
    position: absolute;
    bottom: 30px;
    /*right: 59px;*/
    /*right: 62px;*/
    right: 5px;
    /*
	padding-left: 33px;
    padding-right: 33px;
	*/
    padding-left: 25px;
    padding-right: 25px;	
}

.booksList .book-item .blueBtn{
	right: 30px;
}

.books .moreArr{
    margin-left: 16px;
}

.borderBlock h2:first-child{
    margin-top: 0;
}

.service-detail .price{
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}

.service-detail .borderBlock label{
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    max-width: 227px;
    margin: 0 auto 17px auto;
}
.service-detail.tournament-detail .borderBlock label{
    max-width: 280px;
}


.service-detail.tournament-detail .borderBlock  .small-date-big-price{
	margin-top: 25px;
}



.service-detail .borderBlock h2{
    margin-bottom: 35px;
}

.service-detail .borderBlock .redBtn{
    min-width: 146px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    padding-bottom: 14px;
    padding-top: 11px;
    margin-bottom: 20px;
}

.filial-item{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #000;
}

.filial-item a{
    text-decoration: none;
    border-bottom: 1px dashed;
    color: inherit;
    font-weight: bold;
}

.filial-item a:hover, .filial-item a.opened{
    border-bottom-color: transparent;
}

.filial-item .inner{
    line-height: 1.9em;
    padding-top: 5px;
    padding-left: 20px;
}

footer{
    padding-top: 32px;
    position: relative;

}

footer a{
    color: inherit;
}

nav.bottom{
    float: left;
    width: 36px;
}

nav.bottom .toToggle{
    position: absolute;
    left: 0;
    width: 100%;
    top: 110px;
    z-index: 1;
}

nav.bottom .toToggle .inner{
    background: #fff;
    text-align: center;
}

nav.bottom .toToggle a{
    display: inline-block;
    white-space: nowrap;
    margin: 0 15px 40px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "PT Sans", sans-serif;
}

.social{
    float: right;
    margin-right: 10px;
}

.social a, .social span.b-share-icon {
    float: left;
    background: url("/bitrix/templates/chess/images/social.png") no-repeat 0 0;
    width: 28px;
    height: 35px;
    
}
.social a{
	 margin-left: 7px;
}
.social span.b-share-icon {
	margin-left: 12px;
}
.social a.b-share-btn__vkontakte{
    width: 28px;
    height: 35px;
}
.social a.b-share__link{
	background: none !important;
}
.social a:hover, .social span.b-share-icon:hover{
    background-position: 0 bottom;
}

.social a.fb, .social span.b-share-icon_facebook{
    background-position: -32px 0;
    width: 18px;
    height: 36px;
}
.social a.b-share-btn__facebook{
    width: 18px;
    height: 36px;
}

.social a.fb:hover, .social span.b-share-icon_facebook:hover{
    background-position: -32px bottom;
}

.social a.tw, .social span.b-share-icon_twitter{
    background-position: -53px 0;
    width: 43px;
    height: 34px;
}
.social a.b-share-btn__twitter{
    width: 43px;
    height: 34px;
}

.social a.tw:hover, .social span.b-share-icon_twitter:hover{
    background-position: -53px bottom;
}

.social a.od, .social span.b-share-icon_odnoklassniki{
    background-position: -98px 0;
    width: 22px;
    height: 36px;
}
.social a.b-share-btn__odnoklassniki{
    width: 22px;
    height: 36px;
}

.social a.od:hover, .social span.b-share-icon_odnoklassniki:hover{
    background-position: -98px bottom;
}

.social a.in{
    background-position: -123px 0;
    width: 35px;
    height: 35px;
}

.social a.in:hover{
    background-position: -123px bottom;
}

.social a.gp, .social span.b-share-icon_gplus{
    background-position: -160px 0;
    width: 40px;
    height: 36px;
}
.social a.b-share-btn__gplus{
    width: 40px;
    height: 36px;
}
.social a.gp:hover, .social span.b-share-icon_gplus:hover{
    background-position: -160px bottom;
}
.social a.yo{
	background-position: -200px 0;
	width: 47px;
	height: 36px;
}
.social a.yo:hover{
	background-position: -200px bottom;
}


.searchContacts{
    margin: 42px auto 0 auto;
    max-width: 328px;
}

footer input[type="text"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    background: #f6f4f3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius:4px;
    border-radius: 4px;

    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 11px;
    padding-right: 11px;
    height: 37px;
    border: none;
}

.searchBottom{
    position: relative;
    margin-bottom: 12px;
}

.searchBottom input[type="text"]{
    width: 100%;
    padding-right: 33px;
}

.searchBottom input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 33px;
    height: 100%;
    background: url("/bitrix/templates/chess/images/searchIcon.png") no-repeat 50% 50%;
    cursor: pointer;
}

.payMethods{
    margin-bottom: 45px;
	text-align: center;
}

.payMethods img{
    margin-right: 2px;
}

.payMethods img.last{
    margin-right: 0;
}

footer .contacts,footer .phoneEmail{
    font-size: 18px;
    font-size: 1.125rem;
}

footer .phone{
    font-weight: bold;
}

footer .citySelect{
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #d6a386;
    margin-right: 48px;
    float: left;
    line-height: 1em;
    font-weight: bold;
	margin-top: 3px;
}

footer .citySelect:hover{
    border-bottom-color: transparent;
}

footer .citySelect span{
    position: absolute;
    right: -12px;
    top: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #d6a386;
}

footer .contacts .phone{
    float: left;
}

footer .phoneEmail .phone{
    margin-bottom: 10px;
}

footer .address{
    margin-top: 7px;
    margin-bottom: 30px;
}

footer .copy{
    margin-top: 52px;
    background: #f6f4f3;
    text-align: center;
    color: #929292;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2em;
    padding: 8px 0 17px 0;
}

footer .copy .address{
    margin-bottom: 0;
}

footer .copy a{
    color: #929292;
    margin: 0 8px;
}

footer .copy b{
    font-weight: normal;
    color: #333333;
}

.hidden{
    display: none;
}
	.registered{
		width: 250px;
		padding: 40px 10px 40px 10px;
	}
#authorize.registered{
	width: 160px;
}

.registered .title{
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    color: #c9502a;
    margin-bottom: 20px;
    text-align: center;
}

.registered label{
    display: block;
    margin-bottom: 11px;
    margin-left: 7px;
    line-height: 1.7em;
}

.fancybox-skin input[type="text"], main input[type="text"], main textarea{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    background: #fff;
    padding-left: 11px;
    padding-right: 11px;
    border: 2px solid #b2bbcb;
    width: 100%;
    margin-bottom: 32px;
    height: 38px;
}

.regCoach input[type="text"], .regCoach textarea,.registered label{
    margin-bottom: 9px;
}

main textarea{
    height: 131px;
}

main input[type="text"], main textarea{
    margin-bottom: 9px;
}

main input[type="text"].dateinput{
    width: 225px;
    position: relative;
    top: -9px;
    margin-right: 4px;
}

.dateimg{
    vertical-align: text-bottom;
}

.registered .bottom{
    text-align: center;
}

.regCoach .bottom{
    margin-top: 24px;
}

.registered .blueBtn{
    padding-left: 43px;
    padding-right: 43px;
}

.registered .result{
    position: absolute;
    top: 100%;
    left: -6px;
    width: 100%;
    border: 6px solid #d6a386;
    background: #fff;
    margin-top: -16px;
}

.registered .result .inner{
    text-align: center;
    padding: 8px;
    line-height: 1.7em;
}

.registered .result .pipka{
    position: absolute;
    background: url("/bitrix/templates/chess/images/pipka.png") no-repeat 0 0;
    left: 50%;
    top: -17px;
    margin-left: -11px;
    width: 22px;
    height: 17px;
}

.selectCity{
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 22px;
}

.selectCity .title{
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
    margin-bottom: 23px;
}

.selectCity a{
    display: block;
    margin-left: 25px;
    margin-bottom: 18px;
    text-decoration: none;
}

.selectCity a:hover, .selectCity a.selected{
    color: #d6a386;
}

.selectCity label{
    display: block;
    color: #b2bbcb;
    margin-bottom: 22px;
    line-height: 1.3em;
    margin-top: 25px;
    margin-left: 0;
}

.selectCity input[type="text"]{
    height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    width: 62.8%;
    max-width: 257px;
    margin-right: 3%;
    color: #b2bbcb;
    margin-bottom: 0;
}

.selectCity .greyBtn{
    float: left;
    width: 34.2%;
    max-width: 141px;
    text-align: center;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.basket{
    border-top: 15px solid #f6f4f3;
    border-left: 15px solid #f6f4f3;
    border-right: 15px solid #f6f4f3;
    border-bottom: none;
    margin-left: -3%;
    width: 106%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.basket.last{
	border-bottom: 15px solid #f6f4f3;
}
.basket-item{
    border-bottom: 15px dotted #f6f4f3;
    padding: 27px 4% 49px 4%;
    position: relative;
    text-align: center;
    font-family: "PT Sans", sans-serif;
}

.basket-item.last{
    border-bottom:none;
}

.basket-item .img img{
    border: 3px solid #f6f4f3;
}

.basket-item .title{
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    display: block;
    margin-top: 9px;
}

.basket-item .descr{
    font-size: 20px;
    font-size: 1.25rem;
}

.basket-item .author{
    margin-top: -3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.basket-item .price{
    font-weight: bold;
    margin-top: 33px;
    margin-bottom: 43px;
}

.basket-item .price, .basket-item .sum, .basket .summary b{
    font-size: 24px;
    font-size: 1.5rem;
}

.basket-item .sum{
    font-weight: bold;
    float: right;
    margin-top: 5px;
}

.basket-item .delete{
    position: absolute;
    right: 13px;
    top: 19px;
    display: block;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/chess/images/close.png") no-repeat 0 -40px;
}

.counter{
    position: relative;
    width: 68px;
    padding-right: 82px;
    float: left;
}

.counter input[type="text"]{
    width: 68px;
    border-color: #e3e3e3;
    margin-bottom: 0;
    height: 41px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    border-right: none;
	-webkit-appearance: none;
}

.counter a{
    position: absolute;
    top: 0;
    height: 37px;
    border: 2px solid #e3e3e3;
    display: block;
    width: 38px;
    background: #f6f4f3;
}

.counter a span{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}

.counter a.plus{
    right: 0;
}

.counter a.plus span{
    border: 8px solid transparent;
    border-bottom: 10px solid #b2bbcb;
    margin-top: -14px;
}

.counter a.minus{
    right: 40px;
}

.counter a.minus span{
    border: 8px solid transparent;
    border-top: 10px solid #b2bbcb;
    margin-top: -4px;
}

.basket .summary{
    text-align: center;
    background: #f6f4f3;
    font-weight: bold;
    color: #000;
    line-height: 125px;
}

.orange{
    color: #c9502a;
}

.basket .summary .orange{
    font-size: 21px;
    font-size: 1.3125rem;
    padding-right: 17px;
}

.payData label{
    font-weight: bold;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "PT Sans", sans-serif;
}

.payData .pics{
    margin-left: 40px;
    margin-bottom: 18px;
    margin-top: -3px;
}

.personalData h2, .payData  h2{
    margin-top: 30px;
}

.payData h2{
    margin-bottom: 40px;
}

.summaryPay{
    text-align: center;
    margin-bottom: 87px;
}

.summaryPay .price{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
    color: #000;

}

.summaryPay  h2{
    margin-bottom: 25px;
    margin-top: 40px;
}

.terms{
    margin-bottom: 37px;
    margin-top: 40px;
	text-align: center;
}

.terms a{
    color: inherit;
}

.summaryPay .redBtn{
    font-weight: normal;
    padding-left: 56px;
    padding-right: 56px;
}

.branches .map{
    height: 636px;
    overflow: hidden;
}

.branch-item{
    margin-bottom: 23px;
    font-size: 17px;
    font-size: 1.06rem;
}

.branch-item h3{
    margin: 0;
    font-size: 18px;
    font-size: 1.17rem;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.branch-item h3 a{
    margin: 0;
    font-size: 18px;
    font-size: 1.17rem;
    font-weight: bold;
    color: #000;
    text-align: left;
	text-decoration: none;
}

.kids .bottom{
    text-align: center;
}

.kids-item{
    margin-bottom: 34px;
}

.kids-item .img{
    width: 247px;
    text-align: center;
    background: url("/bitrix/templates/chess/images/kidsBg.png") no-repeat 0 0;
    margin: 0 auto 20px auto;
}

.kids-item .img img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.kids-item b{
    color: #000;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "PT Sans", sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 42px;
}

.kids-item label{
    position: relative;
    padding-left: 55px;
    width: 225px;
    margin: 0 auto;
}

.kids-item  .jq-checkbox{
    position: absolute !important;
    left: 0;
    top: 2px;
}

.kids .add{
    margin-top: 66px;
}

.squareRadio{
    float: left;
    width: 58px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 9px;
    line-height: 50px;
    font-size: 22px;
    font-size: 1.375rem;
}

.squareRadio .jq-radio{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 0;
    border: 2px solid #b2bbcb;
    border-left:none;
}

.squareRadio.first .jq-radio{
    border-left: 2px solid #b2bbcb;
    border-right: none;
}

.squareRadio.checked{
    color: #fff;
}

.squareRadio .jq-radio.checked{
    border-color: #004a80;
    background: #004a80;
}

.squareRadio .jq-radio.checked .jq-radio__div{
    display: none;
}

.squareRadio .text{
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.coachesPage .coach-item{
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 55px;
}

.coachesPage .coach-item .blueBtn{
    float: left;
    width: 40%;
    text-align: center;
    max-width: 174px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.coachesPage .coach-item .blueBtn.right{
    float: right;
}

.coachesPage .coach-item .img img{
    max-width: 100%;
}

.coachesPage .coach-item h3{
    color: #c9502a;
    font-size: 17px;
    font-size: 1.0625rem;
}

.coachesPage .workPlace{
    color: #737e94;
    margin-bottom: 10px;
    line-height: 1.9em;
}

.coachesPage .workPlace b{
    color: #000;
}

.resultPopUp{
    width: 250px;
    padding: 60px 20px;
    text-align: center;
}

.coachesPage .bottom, .aidPage .bottom{
    text-align: center;
}

main table .zagl td{
    padding: 0;
}

.contactsTbl tr.last td{
    border-bottom: 5px solid #d6a386;
}

.contactsTbl .title{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.contactsTbl .endNote{
    color: #004a80;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 13px;
    display: block;
}

.tournaments .bottom{
    text-align: center;
    margin-bottom: 55px;
    margin-top: 20px;
}

.tournaments h2{
    color: #c9502a;
}

.contactsTbl .endNote.noPrice{
    margin-top: 0;
}

.tournament-detail .date{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #000;
    margin-bottom: 13px;
}

.tournament-detail .borderBlock h2{
    margin-bottom: 9px;
    margin-top: 8px;
}

.tournament-detail .price{
    margin-top: 25px;
}

.tournament-detail .map{
    margin-top: 18px;
}

.tournament-detail .map img{
    max-width: 100%;
    vertical-align: text-bottom;
}

.tournament-detail .place{
    text-align: left;
}

.tournament-detail .place p{
    margin: 8px 0;
}

.tournament-detail .borderBlock .redBtn{
    padding-left: 20px;
    padding-right: 20px;
}

.tournament-detail .blueBtn{
    padding-bottom: 10px;
    padding-top: 9px;
    width: 195px;
    margin: 0 auto;
}

.share-block{
	width: 100%;
	text-align: center;
	
}
.share-social{
	float: none;
	margin-bottom: 10px;
}
.share-social-note{
	float: none;
	line-height: 30px;
	margin-bottom: 10px;
}
span.b-share{
	margin-left: 0px !important;
}
.share-social-note.hideFull{
	display: inline-block;
}

.errortext{
	color: red !important;
}

.photoGallery-big{
	text-align: center;
	margin-top: 62px;
	margin-bottom: 62px;
	overflow: hidden;
}
.photoGallery-big a{
	text-decoration: none;
}

.photoGallery-big img{
	border: 3px solid #f6f4f3;
	margin: 0 5px;
}
.photoGallery-carousel article{
	width: 287px; 
	height: 190px; 
	display: inline-block; 
	text-align: center;
	
}

.videoGallery .chess-video{
	float: left;
	margin-bottom: 40px;
}

.searchTournaments .redBtn.results{
	width: 186px;
	font-weight: normal;
    padding: 12px 46px 15px 46px;
}
.searchTournaments .center{
	text-align: center;
}

section.results{
	padding-top: 30px;
}
section.results .result-item {
	border-top: 2px solid #ebeae6;
	padding-top: 30px;
	padding-bottom: 40px;
}
section.results .result-item.last{
	border-bottom: 2px solid #ebeae6;
}
section.results .result-item .title{
	color: #c9502a;
	font-weight: bold;
	font-size: 1.05rem;
}
section.results .result-item .note{
	margin-top: 2px;
	margin-bottom: 2px;
}

section.results .result-item .title-info{
	text-align: center;
}

section.results {
	width: 100%;
	padding-bottom: 80px;
}

section.results .result-item table{
	margin-top: 10px;
	width: 100%;
	margin-left: 0px;
}


.searchTournaments.without-line{
	border: none;
	padding: 0 5%;
	margin-top: 35px;
	
}
.no-items{
	padding: 0 5%;
}

.center-pager-container{
	width: 100%;
	margin: 0 auto;

}


.pageNav .pageNav-span{
	display: inline-block;
}
.pageNav{
	text-align: center;
}

.booksList .book-item .price{
	left: 0px;
}

.center{
	text-align: center;
}
.page404{
	margin-top: 80px;
	margin-bottom: 100px;
}
.page404 input{
	margin-top: 20px;
}
main input.input404.blueBtn[type="submit"]{
	cursor: pointer;
	width: 180px;
	padding: 3px 21px 4px 21px;
	font-size: 1rem;
}
main .page-search{
	padding-top: 20px !important;
	padding: 0 5%;
}
main .page-search form{
	width: 100%;
	text-align: center;
}
main .page-search input.search-input[type="text"]{
	width: 100%;
	margin-right: 20px;
	max-width: none;

}
main .page-search input[type="submit"]{
	width: 150px;
	margin-top: 15px;
	 font-size: 1rem;
	 padding-top: 4px;
	 padding-bottom: 4px;

}

main .search-res{
	margin-top: 30px;
}
main .search-res .search-res-item{
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #ebeae6;
}
main .search-res .search-res-item a.title{
	text-decoration: none;
}
main .search-res .search-res-item a.title:hover{
	text-decoration: underline;
}

/*coach-det*/
.coach-detail{
    border: 15px solid #f6f4f3;
	/*padding: 39px 59px 39px 59px;*/
	padding: 25px 25px 40px 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
.coach-detail .img{
	margin-bottom: 10px;
	
}

.coach-detail .img img{
	width: 100%;
	height: auto;
}

.coach-detail .img .chess-decor{
	float: left;
	width: 39px;
	height: 120px;
	background: url(/bitrix/templates/chess/images/chess-img.png) no-repeat top center transparent;
}

.coach-detail .description{
	margin-bottom: 80px;
}
.coach-detail .blueBtn{
	padding: 10px 40px 10px 40px;
}

.coach-bottom .filials .map img{
	max-width: 100%;
}

.coach-bottom .filials .filial-item.not-first{
	margin-top: 25px;
}


.coach-bottom  .coach-service li {
	margin-bottom: 23px;
}

.coach-bottom  .coach-service li{
	margin-bottom: 30px;
}
.coach-bottom  .coach-service li .service-name{
	float: none;
	margin-bottom: 15px;
}
.coach-bottom  .coach-service{
	margin-top: 30px;
}

.coach-bottom  .coach-service li .order-service{
	float: none;
	
}

.coach-detail .button-container{
	text-align: center;
}

.coach-detail .img{
	text-align: center;
}

.coach-bottom  .filials .filial-item{
	margin: 0 auto;
	max-width: 304px;

}

.coach-bottom .coach-service ul li{
	margin: 0 auto 15px auto;
	max-width: 304px;
}

.coach-bottom .blueBtn, .coach-detail .blueBtn{
	font-size: 14px;
    font-size: 0.875rem;
}
/*end - coach-det*/

/**start edit**/
aside{
    padding-bottom: 108px;
}

aside .calendar{
    margin-left: -5%;
    width: 110%;
	margin-top: 60px;
}

aside .news-calendar-compact{
    border-bottom: 5px solid #f6f4f3;
    margin-bottom: 30px;
}

.news-item{
    margin-bottom: 35px;
}

.news-item time{
    text-align: center;
}

.news-item h2{
    font-size: 20px;
    font-size: 1.25rem;
    color: inherit;
    font-family: inherit;
    margin-bottom: 5px;
}

.news-item h2 a{
    text-decoration: none;
    color: inherit;
}

.tags{
    padding-left: 33px;
    margin-top: 25px;
    color: #737e94;
    position: relative;
}

.tags span{
    background: url("/bitrix/templates/chess/images/tags.png") no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 25px;
    width: 24px;
    margin-top: -13px;
}

.tags a{
    color: inherit;
    text-decoration: none;
}
.pageNav{
    margin-top: 60px;
}

.pageNav a, .pageNav span{
    display: inline-block;
    float: none;
}

.news-detail .img{
    text-align: center;
    border: 15px solid #f6f4f3;
    padding: 25px;
    max-width: 635px;
    margin-bottom: 32px;
}

.news-detail .img img{
    max-width: 100%;
    vertical-align: middle;
}

.news-detail time{
    text-align: center;
}

.news-detail .text{
    margin-left: 15px;
    margin-right: 15px;
}

.share{
    margin-top: 60px;
    text-align: center;
    margin-bottom: 73px;
}

.share .social{
    float: none;
    width: auto;
}

.share b{
    display: block;
    margin-bottom: 15px;
}

.share .social a{
    margin: 7px;
    float: none;
    display: inline-block;
}

.moreArr span{
    top: 0;
    margin-top: 5px;
}

.searchContacts{
    margin-top: 20px;
}

.bill-list .moreArr{
    margin-top: 0;
    margin-bottom: 33px;
}

.bill-item{
    margin-left: -5%;
    width: 110%;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 54px;
}

.bill-item .title{
    border-top: 2px solid #ebeae6;
    padding: 17px 5% 20px 5%;
    background: #f6f4f3;
    position: relative;
    margin-bottom: 14px;
}

.bill-item .title h2{
    color: inherit;
    margin: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    width: 40%;
    text-align: left;
    line-height: 1.2em;
}

.nowrap{
    white-space: nowrap;
}

.bill-item .status{
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -12px;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-family: "PT Sans",sans-serif;
    color: #c9502a;
	
	font-size: 0.825rem
}

.bill-item .detail{
    padding: 0 5%;
    line-height: 1.7em;
}

.bill-item  ul{
    margin-top: 5px;
    color: #c9502a;
    margin-bottom: 30px;
}

.bill-item .price{
    color: #c9502a;
}

.bill-item  ul li{
    margin-bottom: 9px;
}

.bill-item .blueBtn{
    margin-right: 5px;
}

.bill-item .changePeriod{
    display: inline-block;
    color: #004a80;
    border-bottom: 1px dashed;
    margin-top: 25px;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
    font-family: "PT Sans",sans-serif;
}

.bill-item .changePeriod:hover{
    border-bottom-color: transparent;
}

.branch-detail{
    margin-top: -10px;
}

.branch-detail .serv{
    margin-bottom: 48px;
}

.branch-detail .serv ul{
    margin-bottom: 37px;
}

.branch-detail .serv ul li{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.branch-detail .map img{
    width: 100%;
}

.branch-detail .map{
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
}

.branch-detail .map h2{
    text-align: left;
    color: inherit;
    font-size: inherit;
    margin-top: 10px;
    margin-bottom: 7px;
}

.branch-detail .map .address{
    text-align: left;
    margin-bottom: 7px;
}

.branch-detail .map .phone{
    text-align: left;
    font-weight: bold;
    margin-bottom: 7px;
}

.branch-detail .map a{
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: left;
}

.coachBranch-item{
    float: left;
    width: 220px;
}

.coachBranch-item .title{
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: inherit;
    color: #000;
    margin: 8px 0 10px 0;
}

.coachBranch-item .img{
    overflow: hidden;
    display: block;
}

.coachBranch-item .img img{
    max-width: 100%;
}

.coachBranch-item p{
    margin-bottom: 13px;
}

.coachesBranch .next span{
    left: auto;
    right: -9px;
}

.coachesBranch .prev span{
    left: -9px;
    right: auto;
}

.coachesBranch h2{
    margin-bottom: 32px;
    margin-top: 35px;
}

.tourBranch-item{
    float: left;
    width: 220px;
    font-family: "PT Sans",sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
}

.tourBranch-item time{
    color: #ff7f66;
    font-weight: bold;
    font-size: inherit;
    margin-bottom: 0;
}

.news-list h2{
    margin-bottom: 0px;
    margin-top: 0px;
}

.tourBranch h2, .measures h2{
    margin-bottom: 26px;
    margin-top: 50px;
}

.tourBranch-item .title{
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.tourBranch-item .right{
    margin-bottom: 5px;
}

.tourBranch .more{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px dashed;
    line-height: 1.2em;
    margin-top: 18px;
}

.tourBranch-item .more{
    display: inline-block;
}

.tourBranch .more:hover{
    border-bottom-color: transparent;
}

.branch-detail .measures{
    margin-left: -5%;
    width: 110%;
}

.branch-detail .measures .border{
    border: 4px solid #ff7f66;
    padding: 35px 9% 33px 9%;
}

.news-item .txt{
    text-decoration: none;
    color: inherit;
}

.measures .news-item time{
    margin-bottom: 13px;
    text-align: left;
}

.measures .news-item{
    margin-bottom: 20px;
}

.measures .news-item.last{
    margin-bottom: 1px;
}

.branch-detail .news-item .img{
    float: left;
}

.news-item .img img{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.branch-detail .withPics .news-item .text{
    margin-left: 160px;
}

.branch-detail .withPics .news-item time{
    text-align: left;
}

.branch-detail .withPics .moreArr{
    margin-top: 0;
}

.centeredContent.branch-detail{
    padding: 0 5%;
}

.free.branchFree{
    padding-bottom: 55px;
    padding-top: 60px;
}

.free.branchFree .title{
    margin-bottom: 40px;
}
.aidPage .inner{
    margin-top: 37px;
}

.personal-menu a{
	text-transform: uppercase;
	color: #333333;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	font-size: 1rem;
	padding-top: 13px;
	padding-bottom: 0px;
	font-weight: bold;
	height: 36px;
	/*line-height: 36px;*/
}

.personal-menu a.selected, .personal-menu a:hover{
	color: #004b7f;
	background: url(/bitrix/templates/chess/images/personal-marker.png) no-repeat left center transparent;
}
.personal-menu a .text{
	float: left;
	display: block;
}
.personal-menu a .red-round{
	display: inline-block;
	background-color: #ff7e64;
	width: 33px;
	height: 33px;
	-moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
	line-height: 33px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	font-size: 0.9rem;
	margin-top: -5px;
}	
.question-list .question-item .title{
	font-size: 1rem;
}

.question-list .question-item .title.new{
	font-weight: bold;
	font-size: 1.1rem;
}

.question-list .question-item .answer-question{
	margin-top: 10px;
	color: #a5a8ac;
}

.question-list .question-item{
	margin-bottom: 35px;
}

.question-list .question-item .answer-question .name,
.question-list .question-item .answer-question .email{
	font-weight: bold;
}


.blueBtn.longBtn{
	padding-left: 36px;
	padding-right: 36px;
}

.question-list .question-item .answer-question .blueBtn.longBtn{
	
	display: block;
	width: 87px;
}

.question-list .question-item .answer-question .grey-text{
	margin-bottom: 17px;
}
.question-list .question-item .answer-question textarea{
	margin-bottom: 20px;
}
.hidden{
	display: none !important;
}

.question-list .question-item .answer-question .answer{
	color: #333333;
}

.for-space{
	height: 20px;
	clear: both;
}

form input, .fancybox-inner form textarea{
	font-size: 1rem;
}

.blueBtn.done{
	border: 3px solid #004a80;
	color: #004a80;
	cursor: default;
}

.coach-detail .button-container a{
	display: block;
	margin-bottom: 10px;
	
}

.bx-authform-formgroup-container.last{
	margin-bottom: 0px;
}

.inline-form{
	max-width: 400px;
}
.inline-form input[type='text']{
	margin-bottom: 30px;
}

.autocomplete-suggestions{
	background-color: #ffffff;
	border: 1px solid #b2bbcb;
}

.autocomplete-suggestions .autocomplete-suggestion{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.news-list-reg{
	width: 45%;
	float: left;
}
.news-list-reg.first{
	margin-right: 5%;
	margin-bottom: 60px;
}	

.news-list-reg .border{
	border: 4px solid #ff7f66;
	padding: 25px 6% 25px 6%;
}
.news-list .border .img{
	margin-right: 15px;
}

.news-list-reg{
	width: 100%;
}
.news-list-reg.first{
	margin-right: 5%;
}	

.news-list-reg .border{
	border: 4px solid #ff7f66;
	padding: 25px 6% 25px 6%;
}
.news-list-reg .img{
	margin-right: 15px;
}

.news-list-reg .h2{
	margin-top: 0px;
	margin-bottom: 20px;
}

.news-list-reg .filial-item{
	font-size: 0.9rem;
}

.news-list-reg .news-item{
	margin-bottom: 40px;
}	

.bottom-block{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;

}
.bottom-block .right{
	margin-top: 20px;

}

header .city{
	z-index: 99;
}
header  .person-block .logout{
	z-index: 99;
}

@media (max-width: 989px) {
	header .city{
		z-index: 2001;
	}
	header  .person-block .logout{
		z-index: 2001;
	}
}

header  .phone a, footer  .phone a{
	text-decoration: none;
	border-bottom: none;
}
footer .centeredContent {
	padding-left: 5%;
	padding-right: 5%;
}
nav.top{
	z-index: 2000;
}

#map.small-map, .small-map{
	width: 200px;
	height: 282px;
}
.small-map-coach{
	width: 255px;
	height: 282px;
}

.news-detail .text img{
	width: 100%;
	height: auto;
}
table.data-table tr{
	background-color: #ffffff !important;
}
.s1{
	margin-bottom: 10px;
}

.share-social.in-event{
	text-align: left;
}

	
.share-block.in-event{
	text-align: left;
}

.share-block.in-event .share-social-note{
	float: left;
}

.share-block.in-event .share-social{
	float: left;
}

main table.reg th, main table.reg td{
	padding: 10px 5px 11px 10px;
}

.filial_list{
	max-height: 300px;
	overflow: scroll;
}

.city-container{
	max-width: 75px; 
	height: 1.05em;
	white-space: nowrap;
	margin-right: 5px;
        position: relative;
}

.city-container:after{
	content: ""; 
	/*width: 70px; */
	width: 81px; 
	height: 1.05em;
	left: 2px;
	position: absolute;
	background: -moz-linear-gradient(left,  rgba(31,27,57,0) 0%, rgba(31,27,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(left,  rgba(31,27,57,0) 0%,rgba(31,27,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(31,27,57,0) 0%,rgba(31,27,57,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(31,27,57,0) 0%,rgba(31,27,57,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(31,27,57,0) 0%,rgba(31,27,57,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f1b39', endColorstr='#1f1b39',GradientType=1 ); /* IE6-9 */

}

.filial > div > a span.filial-name{
	display: block;
	width: 250px;
}
.hideFull .bx-yandex-map{
	width: 100% !important;
	min-width: 196px;
}

.branch-detail .small-map{
	width: 100%;
}
.videoTranslation{
	margin-top: 40px !important;
}

.videoTranslation a.title{
	height: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: underline;
	font-weight: bold;
	
}
.videoTranslation a.title:hover{
	color: #c9502a;
	text-decoration: none;
}
.videoTranslation .moreArr-tour {
    background: url("/bitrix/templates/chess/images/moreArrTour.png") no-repeat right center transparent;
	padding-right: 10px;
}

.videoTranslation .moreArr-tour:hover a {
	border-bottom: 1px  dashed #ffffff; 
}

.videoTranslation .moreArr-tour  a{
	text-decoration: none;
	display: block;
	border-bottom: 1px  dashed #c9502a; 
    color: #c9502a;
    margin-top: 7px;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
}
.big-space{
	margin-bottom: 60px !important;
}

/*new paste*/
.service-detail .borderBlock label.big{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.service-detail .borderBlock .some-space{
	height: 25px;
	width: 100%;
}	

.service-detail .borderBlock .small-date{
	
}	
.service-detail .borderBlock .small-date h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 19px;
}
.service-detail .borderBlock .small-date .date{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
}	
	.bx-auth-profile  .jq-selectbox{
		max-width: 320px;
	}
	
	.service-detail .borderBlock .left-label{
		text-align: left;
		margin-bottom: 10px;
	}
	
	.service-detail .borderBlock .grey-bracket{
		color: #929292;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 14px;
	}
	.service-detail .period .left.service-filial{
		float: none;
		width: 100%;
	}
	.service-detail .period .left.service-filial table tr td{
		background-color: #ffffff;
	}

	.service-detail .period .right.service-filial{
		float: none;
		width: 100%;
	}	
	.service-detail .period .left.service-filial table tr td.td-input{
		padding: 5px 0px 5px 0px !important;
		width: 20px;
		
	}	
	.service-detail .period .left.service-filial table tr td.td-text{
		padding: 3px 0px 5px 0px !important;
			
	}
	.service-detail .period .left.service-filial table tr td.td-price{
		text-align: left;
	}	
	.service-detail .borderBlock .redBtn.service-filial{
		width: auto;
		margin: 0 auto;
	}	
	 #set_filial_service-styler{
		text-align: left;
	 }
	 
	 
	.payData{
		width: 100%;
		box-sizing: border-box;
		overflow:hidden;		
	}
	
	.payData .paysystem-container{
		width: 260px;
		overflow: hidden;
		min-width: 260px;
		margin: 0 auto;
	}

	 
	.fancybox-inner .jq-radio, .fancybox-inner .jq-checkbox{
		float: left;
		margin-right: 10px;
	}
	.fancybox-inner .jq-radio{
		margin-left: -5px;
	}
	.fancybox-inner .jq-checkbox{
		margin-left: 0px;
	}

	.fancybox-inner .jq-selectbox{
		margin-bottom: 25px;
	}
	.fancybox-inner .jq-select-multiple{
		margin-bottom: 25px;
	}	
	.fancybox-inner .jq-selectbox__select{
		height: 35px;
	}

	.fancybox-inner .radio-label-container{
		margin-bottom: -3px !important;
	}
	.fancybox-inner .jq-checkbox{
		margin-top: 3px;
	}
	.fancybox-inner .list-cont{
		margin-bottom: 32px;
	}
	.fancybox-inner .date-cont .dateimg{
		margin-bottom: 10px;
		float: left;
		padding-right: 10px;
	}
	
	.fancybox-inner .date-cont .dateimg:last-child{
		margin-bottom: 0px !important;
	}
	
	.fancybox-inner .date-cont input{
		margin-bottom: 5px;
	}
	.fancybox-inner .date-cont {
		margin-bottom: 32px;
		overflow: hidden;
	}
	
	
	
/**end edit**/

@media (min-width: 420px) {
    .coach-item .text{
        width: auto;
        margin-left: 20px;
        margin-right: 0;
    }

    .coach-item .title{
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .registered{
        width: 322px;
    }

    .blueBtn, .lightBlue, .greyBtn, .redBtnSq{
        padding:1px 21px 2px 21px;
        font-size: 16px;
        font-size: 1rem;
    }

    a.blueBtn, a.lightBlue, a.greyBtn, a.redBtnSq{
        padding-top: 2px;
        padding-bottom: 3px;
    }

    .textService-item .price{
        font-size: 18px;
        font-size: 1.125rem;
        margin-right: 24px;
    }

    .textService-item .more{
        float: left;
    }

    .advantage-item .title{
        font-size: 22px;
        font-size: 1.375rem;
    }

    .advantage-item .text{
        font-size: 18px;
        font-size: 1.125rem;
    }

    .payMethods img{
        margin-right: 3px;
    }

    footer .copy a{
        white-space: nowrap;
    }

    .contactsTbl .endNote{
        font-size: inherit;
    }

	
	.photoGallery-carousel{
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.booksList .book-item{
		padding:  28px 20px 75px 20px;
	}
	.booksList .book-item .price{
		left: 28px;
	}
	
	/*coach-det*/
	.coach-bottom  .filials .filial-item{
		margin: 0 auto;
		max-width: 375px;

	}
	.coach-bottom .coach-service ul li{
		margin: 0 auto 15px auto;
		max-width: 375px;

	}
	.meetings .moreArr{
		
		margin-left: 0px;
	}
	/*end - coach-det*/

    /**start edit**/
    .coachBranch-item{
        width: 295px;
    }

    .tourBranch-item{
        width: 295px;
    }
	.meetings .inner{
		padding: 0 39px;
	}
	.otherPage .meetings .inner{
		padding: 0 15px;
	}
	/**end edit**/
	footer .centeredContent{
		padding-left: 0px;
		padding-right: 0px;
	}
	#map.small-map, .small-map{
		width: 300px;
	}
	.small-map-coach{
		width: 330px;
		height: 282px;
	}

	#authorize.registered{
		width: 250px;
	}
	main table.reg th, main table.reg td{
		padding: 18px 5px 11px 18px;
	}
		
	.city-container{
	max-width: none; 
	height: auto;
	white-space: nowrap;
	}

	.city-container:after{
		content: ""; 
		width: 0; 
		height: 0;
		left: 0;
		position: relative;
		background: none;
		

	}
	.videoTranslation .moreArr-tour.next{
		width: 273px;
	}
	.videoTranslation .moreArr-tour.past{
		width: 150px;
	}	
}

@media (min-width: 480px) {

    .h2, h1{
        width: 80%;
        font-size: 30px;
        font-size: 1.875rem;
    }

    header{
        font-size: 17px;
        font-size: 1.0625rem;
    }

    nav.top > a, nav.bottom > a{
        margin-left: 39px;
    }

    header .menuCity{
        padding-left: 110px;
        padding-right: 32px;
    }

    header .city a{
        font-size: 18px;
        font-size: 1.125rem;
    }

    header .phone{
        font-size: 17px;
        font-size: 1.0625rem;
        padding-left: 30px;
    }

    .slogan{
        font-size: 31px;
        font-size: 1.9375rem;
    }

    .redBtn{
        font-size: 20px;
        font-size: 1.25rem;
        padding-left: 33px;
        padding-right:33px;
    }

    .advantage-item .img{
        width: 86px;
    }

    .advantage-item img{
        max-width: 65px;
        max-height: 62px;
    }

    .advantage-item{
        padding: 0 25px;
    }

    .textService-item{
        padding-left: 24px;
        padding-right: 24px;
    }

    .textService-item .title{
        width: 75.5%;
    }

    .trainer .label{
        width: 128px;
        padding-left: 33px;
    }

    .trainer .day{
        padding-right: 30px;
    }

    .trainer .select > div > a{
        padding-right: 50px;
    }

    .trainer .select .toggleNext{
        font-size: 20px;
        font-size: 1.25rem;
    }

   /* .bestPupils .prev, .bestPupils .next, .books .prev, .books .next{
        width: 54px;
    }*/

    .pupil-item .title{
        font-size: 24px;
        font-size: 1.5rem;
    }



    .free .title{
        font-size: 32px;
        font-size: 2rem;
    }

    .free .text{
        font-size: 17px;
        font-size: 1.0625rem;
    }

    .social{
        margin-right: 22px;
    }

    .social a, .social span{
        margin-left: 29px;
    }

	.social a.b-share-btn__vkontakte{
		margin-left: 0px;
	}	
    .free{
        padding-left: 18px;
        padding-right: 18px;
    }

    .selectCity .greyBtn{
        font-size: 18px;
        font-size: 1.125rem;
    }

    .registered.selectCity{
        width: 413px;
        padding: 40px 25px 22px 31px;
    }

    .book-item{
        width: 324px;
        padding-left: 28px;
        padding-right: 28px;
    }
	
	.booksList .book-item{
        /*width: 300px;
        padding-left: 28px;
        padding-right: 28px;*/
        padding-bottom: 56px;
    }

    .book-item .price{
        left: 28px;
    }

    .book-item .blueBtn{
        right: 28px;
    }

    .basket-item .descr{
        font-size: 24px;
        font-size: 1.5rem;
    }

    .basket-item .price, .basket-item .sum, .basket .summary{
        font-size: 30px;
        font-size: 1.875rem;
    }

    .basket .summary .orange{
        font-size: 27px;
        font-size: 1.6875rem;
    }

    .basket-item .sum{
        float: left;
        margin-left: 30px;
    }

    .counter{
        width: 89px;
        padding-right: 110px;
    }

    .counter input[type="text"]{
        width: 89px;
        height: 54px;
        font-size: 22px;
        font-size: 1.375rem;
    }

    .counter a{
        height: 50px;
        width: 52px;
    }

    .counter a.minus{
        right: 54px;
    }

    .branch-item{
        font-size: 22px;
        font-size: 1.375rem;
    }

    .branch-item h3{
        font-size: 20px;
        font-size: 1.25rem;
    }
   

	/*coach-det*/
	.coach-bottom  .filials .filial-item {
		margin: 0 auto;
		max-width: 787px;

	}
	.coach-bottom  .filials{
		margin: 0 auto;
		max-width: 787px;

	}
	.coach-bottom .coach-service ul li{
		margin: 0 auto 15px auto;
		max-width: 787px;

	}
	/*end - coach-det*/

    /**start edit**/
    .bill-item .blueBtn{
        margin-right: 27px;
    }

    .coachBranch-item{
        width: 380px;
        padding: 0 20px;
    }

    .tourBranch-item{
        width: 327px;
    }
	.coach-detail .button-container a{
		display: inline-block;
	}
	.coach-detail .button-container a{
		width: 150px;
	}
	.video-container{
		padding: 40px;
	}
	#map.small-map, .small-map{
		width: 370px;
	}
	.small-map-coach{
		width: 385px;
		height: 282px;
	}
	.bill-item .status{
		font-size: 0.825px;
	}

	 /**end edit**/
}
@media (min-width: 500px) {
	/*.meeting-item .blueBtn{
		position: absolute;

	}*/
	.meeting-item .blueBtn{
		margin-top: 10px;
		display: block;
		/*width: 100px;*/
	}

}

@media (min-width: 550px) {
	/*.meeting-item .blueBtn{
        right: 24px;
        bottom: 20px;
	}*/

}
@media (min-width: 620px) {
	.filial > div > a span.filial-name{
		width: auto;
		
	}
}	
@media (min-width: 990px) {
    body {
        font-size: 15px;
        font-size:0.9375rem;
    }

    .otherPage main.centeredContent{
        padding: 0 9px 110px 9px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }
	footer .centeredContent{
        padding-left: 9px;
        padding-right: 9px;
    }

    div.hideMobile,section.hideMobile, iframe.hideMobile, article.hideMobile,nav.hideMobile, p.hideMobile{
        display: block;
    }
    span.hideMobile, a.hideMobile, img.hideMobile{
        display: inline-block;
    }
    table.hideMobile{
        display: table;
    }
    tr.hideMobile{
         display: table-row;
    }
    td.hideMobile{
        display: table-cell;
    }

    .hideFull{
        display: none !important;
    }

    .header{
        background-repeat: no-repeat;
		background-position: center 0;
        height: 958px;
    }

    .centeredContent{
        margin: 0 auto;
        min-width: 970px;
        max-width: 1246px;
    }
    main h1{
        min-width: 970px;
        max-width: 1246px;
    }
    header{
        background: none;
        padding: 69px 16px 0 9px;
    }

    header .logo{
        float: left;
        width: 20.9%;
    }

    header .menuCity{
        float: left;
        width: 79.1%;
        padding: 0;
    }

    header .city .caption{
        font-size: 14px;
        font-size: 0.875rem;
    }

    header .city a{
        font-size: 16px;
        font-size: 1rem;
    }

    header .city td{
        padding-bottom: 13px;
    }

    header .logout{
        font-size: 16px;
        font-size: 1rem;
        height: auto;
        padding-left: 25px;
    }

    header .logout .icon{
        background-size: 34px 14px;
        height: 14px;
        width: 17px;
        top: 50%;
        margin-top: -7px;
    }

    header .logout:hover{
        color: #d6a386;
    }

    header .logout:hover .icon{
        background-position: -17px 0;
    }

    nav.top{
        position: static;
        margin-top: 48px;
		margin-left: -18px;
    }

    nav.top .toToggle{
        height: auto;
        overflow: visible;
        background: none;
    }

    nav.top .toToggle a{
        border-top: none;
        padding: 0;
        text-transform: none;
        font-size: 17px;
        font-size: 1.1rem;
    }

    nav.top > div > ul > li{
        position: relative;
        float: left;
        margin-right: 1%;
    }

    nav.top > .toToggle > ul > li > a{
        padding-right: 0px;
        font-weight: bold;
    }
	
	nav.top > .toToggle > ul > li.have-child > a{
        padding-right: 15px;
    }
    nav.top > .toToggle > ul > li.selected, nav.top > .toToggle > ul > li:hover{
		border-bottom: 3px solid #7e7e7c;
		border-left: 3px solid #7e7e7c;
		border-right: 3px solid #7e7e7c;
		border-top: 3px solid #7e7e7c;
		background-color: #4e4651;
		color: #e93d3d;
    }
	
	nav.top > .toToggle > ul > li:hover{
		border-bottom: 3px solid #7e7e7c;
		border-left: 3px solid #7e7e7c;
		border-right: 3px solid #7e7e7c;
		border-top: 3px solid #7e7e7c;
    }
	
	nav.top > .toToggle > ul > li:hover .bottom-line{
		width: 100%;
		position: absolute;
		height:5px;
		background-color: #4e4651;
		top: 48px;
		left: 0px;
		z-index: 105;
	}

	nav.top > .toToggle > ul > li .bottom-line{
		z-index: 105;
	}	

    nav.top .toToggle .toToggle{
        position: absolute;
		left: -3px;
        top: 30px;
        padding-top: 20px;
        display: none;
		z-index: 102;
		
		
    }

    nav.top li:hover > .toToggle{
        display: block;
    }

    nav.top .toToggle .toToggle .inner{
        background: #fff;
        /*padding: 21px 23px 10px 23px;*/
        width: 243px;
		background-color: #4e4651;
		border-bottom: 3px solid #7e7e7c;
		border-left: 3px solid #7e7e7c;
		border-right: 3px solid #7e7e7c;
		border-top: 3px solid #7e7e7c;
		z-index: 100;
		padding-top: 2px;
	
		
    }

    nav.top .toToggle .toToggle a.selected,
    nav.top .toToggle .toToggle a:hover{
        color: #333333;
		border: none !important;

    }

	nav.top > .toToggle > ul > li {
		border: 3px solid transparent;
		padding: 15px 10px 0px 10px;
                margin-top: -12px;
	}
	nav.top > .toToggle > ul > li  > a{
		padding-bottom: 15px;
		/*z-index: 1000;*/
	}
	
	nav.top li:hover > a, nav.top li > a.selected{
		color: #e93d3d;
	}
/*
	nav.top > li:hover, nav.top > li.selected{
		background-color: #4e4651;
		border-top: 2px solid #7e7e7c;
		border-left: 2px solid #7e7e7c;
		border-right: 2px solid #7e7e7c;	
		border-bottom: 2px solid #7e7e7c;	
		color: #e93d3d;
	}
	*/
    nav.top .toToggle .toToggle a{
        padding-left: 12px;
        background: url(/bitrix/templates/chess/images/submenu-bottom-line.png) repeat-x center bottom transparent;
        padding: 10px 20px 10px 20px;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        line-height: 1.75em;
        color: #ffffff;
		position: relative;
		
    }
	
	nav.top .toToggle .toToggle li:hover > .hover-line, nav.top .toToggle .toToggle li.selected > .hover-line{
		background-color: #d3bd8e;
		width: 253px;
		position: absolute;
		min-height: 44px;
		height: 100%;
		display: block;
		left:-5px;
		top:-2px;
		z-index: 50;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		
    }
	nav.top .toToggle .toToggle li .hover-line{
		z-index: 50;
		
    }	
	nav.top .toToggle .toToggle li:hover > a, nav.top .toToggle .toToggle li.selected  a{
		color: #333333;
		z-index: 100;
		
    }
	nav.top .toToggle .toToggle li{
        background: url(/bitrix/templates/chess/images/submenu-bottom-line.png) repeat-x center bottom transparent;
		list-style: none;
		position: relative;
		display: block;
    }
	nav.top .toToggle .toToggle li:hover{
		border: none;
		
		
		
	}
	nav.top .toToggle .toToggle li:hover a, nav.top .toToggle .toToggle  a:hover{
		color: #333333;
		
	}
	


    nav.top .toToggle .toToggle a.selected:before, nav.top .toToggle .toToggle a:hover:before{
        background: #d6a386;
    }

    nav.top .toToggle .toggleNext{
        position: absolute;
        right: 0;
        top: 30%;
        padding: 0;
        width: 0;
        height: 0;
        display: block;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
    }

    nav.top li:hover > a .toggleNext, nav.top li:hover > a.selected .toggleNext{
        border: 4px solid transparent;
        border-bottom: 4px solid #e93d3d;
        margin-top: -4px;
    }

    nav.top li > a.selected .toggleNext{
        border-top-color: #e93d3d;
    }

    nav.top .toToggle .toggleNext span{
        display: none;
    }

    .slogan{
        font-size: 49px;
        font-size: 3.096875rem;
        font-weight: normal;
        line-height: 1.4em;
        max-width: 980px;
        margin: 48px auto 72px auto;
    }

    .redBtn{
        font-weight: normal;
        padding: 12px 46px 15px 46px;
    }

    .header .slowScroll{
        background: url("/bitrix/templates/chess/images/scrollDown.png") no-repeat 0 0;
        width: 40px;
        height: 43px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: 80%;
        /*bottom: 23px;*/
    }

    .photoGallery{
        text-align: center;
        margin-top: 62px;
        margin-bottom: 62px;
        overflow: hidden;
        height: 200px;
    }

    .photoGallery img{
        border: 3px solid #f6f4f3;
        margin: 0 5px;
    }

    .h2, h1{
        font-weight: normal;
        font-size: 30px;
        font-size:1.9rem;
        margin-top: 67px;
        margin-bottom: 30px;
        width: auto;
    }

    .rightContent h1{
        text-align: left;
    }

    .mainNews{
        float: left;
        width: 36.9%;
        margin-bottom: 90px;
    }

    time{
        font-size: 14px;
        font-size:0.875rem;
    }

    .mainNews, .mainNews a{
        color: #333;
    }

    .mainNews .h2, .mainCalendar .h2{
        text-align: left;
    }

    .mainNews .h2{
        margin-bottom: 55px;
        margin-top: 26px;
    }

    .mainNews-item{
        margin-bottom: 24px;
    }

    .mainNews-item .img{
        float: left;
        width: 29.6%;
    }

    .mainNews-item .img img{
        width: 100%;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .mainNews-item .text{
        float: right;
        width: 65.5%;
    }

    .mainNews-item .title{
        text-decoration: none;
        line-height: 1.6em;
        font-size: 15px;
        font-size:0.9375rem;
    }

    .calendar{
        float: right;
        width: 58%;
        margin-bottom: 90px;
    }

    .calendar .h2{
        margin-bottom: 39px;
        margin-top: 26px;
    }

    .news-calendar-compact{
        padding: 32px 10.6% 15px 10.6%;
    }

    .news-calendar-compact .title a{
        margin-top: -8px;
        background: url("/bitrix/templates/chess/images/prevNext.png") no-repeat 0 -19px;
        width: 11px;
        height: 19px;
    }

    .news-calendar-compact .title .prev{
        left: 0;
    }

    .news-calendar-compact .title .prev.disabled{
        background-position: 0 0;
    }

    .news-calendar-compact .title .next{
        right: 0;
        background-position: -11px -19px;
    }

    .news-calendar-compact .title .next.disabled{
        background-position: -11px 0;
    }

    .NewsCalTable{
        width: 88%;
        margin: 0 auto;
    }

    .NewsCalTable td.pt{
        width: 18%;
        padding-right: 4%;
    }

    .NewsCalTable td.sb{
        width: 18%;
        padding-left: 0;
    }

    .NewsCalTable td.vs{
        padding-left: 1%;
    }

    .NewsCalTable span{
        font-size: 16px;
        font-size: 1rem;
        line-height: 33px;
    }

    .calendar .events{
        font-size: 16px;
        font-size: 1rem;
        padding: 0 10.6% 19px 10.6%;
    }

    .event-item .left{
        float: left;
        width: 59%;
        margin-bottom: 7px;
    }

    .event-item .right{
        float: right;
        width: 22.9%;
        margin-bottom: 7px;
    }

    .calendar .more{
        font-size: 14px;
        font-size: 0.875rem;
    }

    .centeredSmall{
        padding-left: 15px;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }

    .instagram .left{
        float: left;
        width: 15%;
        padding-top: 132px;
        background: url("/bitrix/templates/chess/images/instagram.png") no-repeat 0 0;
    }

    .blueBtn.small{
        padding: 1px 8px 2px 8px;
    }

    .instagram .text{
        line-height: 1.9em;
        margin-top: 17px;
        color: #0054a6;
        font-size: 14px;
        font-size:0.875rem;
    }

    .instagram .right{
        float: right;
        width: 85%;
        height: 240px;
        overflow: hidden;
        text-align: right;
    }

    .instagram .right img{
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-left: 17px;
    }

    .schedule .h2{
        margin-bottom: 45px;
        margin-top: 75px;
    }

    .filial{
        padding-bottom: 9px;
        padding-top: 9px;
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .scheduleTbl{
        width: 100%;
        border-spacing: 0;
    }

    .scheduleTbl thead th{
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 20px 0 24px 0;
    }

    .scheduleTbl .trainerTd{
        width: 16.45%;
    }

    .scheduleTbl .dayTd{
        width: 11.9%;
    }

    .scheduleTbl tbody td{
        text-align: center;
        padding: 14px 11px 16px 11px;
        line-height: 1.7em;
        font-size: 14px;
        font-size:0.875rem;
    }

    .scheduleTbl tbody .greyLine td{
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .scheduleTbl tbody td.trainerTd{
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2em;
    }

    .scheduleTbl .position{
        font-weight: normal;
        color: #c9502a;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 14px;
    }

    .advantages .h2{
        margin-bottom: 63px;
        margin-top: 73px;
    }

    .advantage-item{
        float: left;
        margin-bottom:68px;
        padding: 0;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        width: 33.3%;
    }

    .advantage-item.secondLine{
        clear: left;
    }

    .advantage-item .img{
        display: block;
        max-width: 100%;
        width: 100%;
        line-height: 110px;
        height: auto;
        margin-bottom: 35px;
    }

    .advantage-item img{
        max-width: 134px;
        max-height: 110px;
        vertical-align: middle;
    }

    .advantage-item .title{
        display: inline-block;
        margin: 0 auto;
        width: 80%;
        font-size: 14px;
        font-size: 0.875rem;
        height: auto;
        line-height: 1.8em;
    }

    .br{
        display: block;
    }

    /*.bestPupils .prev, .bestPupils .next, .books .prev, .books .next{
        width: 5%;
    }*/

    .bestPupils .h2{
        margin-bottom: 45px;
        margin-top: 27px;
    }

    .coaches,.bestPupils{
        padding: 0;
    }

    .coaches{
        overflow: hidden;
    }

    .coaches .caruselConteiner{
        margin-left: -40px;
        margin-right: 40px;
    }

    .caruselConteiner .navBox{
        position: absolute;
        right: 0;
        top: 0;
        width: 135px;
        height: 135px;
        text-align: center;
        color: #c9502a;
        font-weight: bold;
        font-size: 54px;
        font-size: 3.4rem;
        font-family: 'Open Sans', sans-serif;
        background: #f6f4f3;
        line-height: 134px;
    }

    .caruselConteiner .navBox .nav a{
        display: none;
    }

    .caruselConteiner .navBox .nav a.selected{
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .coaches .prev, .coaches .next{
        width: 33px;
    }

    .coaches .prev span, .coaches .next span{
        background-image: url("/bitrix/templates/chess/images/prevNext.png");
        width: 11px;
        height: 19px;
        top: 50%;
        margin-top: -9px;
    }

    .coaches .prev:hover span{
        background-position: 0 -19px;
    }

    .coaches .next span{
        background-position: -11px 0;
    }

    .coaches .next:hover span{
        background-position: -11px -19px;
    }

    .coach-item{
        background: url("/bitrix/templates/chess/images/coach.png") no-repeat 0 0;
        padding-left: 40px;
        padding-right: 40px;
        width: 360px;
    }

    .services{
        position: relative;
        max-width: 1176px;
        margin: 0 auto;
        padding: 0 36px;
    }

    .services .doubleItem{
        float: left;
        width: 900px;
        height: 285px;
    }

    .textService-item, .otherPage .textService-item{
        position: relative;
        float: left;
        width: 49.1%;
        height: 280px;
        margin-bottom: 5px;
        padding: 0;
        margin-left: 0;
    }

    .textService-item.grey{
        background: none;
        float: right;
    }

    .textService-item .img{
        margin-left: 10px;
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .textService-item .img img{
        position: absolute;
        right: 0;
        top: 0;
    }

    .textService-item.grey .img img{
        position: static;
    }

    .textService-item .bg{
        position: absolute;
        left: 0;
        top: 82px;
        height: 141px;
        z-index: 1;
        color: #fff;
        /*border-left: 10px solid #c9502a;*/
        padding: 23px 23px 0 23px;
        width: 325px;
    }
	.textService-item .bg1{
        position: absolute;
        left: 0;
        top: 82px;
        height: 141px;
        z-index: 1;
        width: 358px;
		padding: 0;
    }
	.textService-item .bg1 .bg1-left{
        position: relative;
		width: 10px;
        height: 141px;
		float: left;
        z-index: 1;
       	background-color: #c9502a;
		padding: 23px 0px 0 0px;
    }
	.textService-item .bg1 .bg1-right{
        position: relative;
		width: 325px;
        height: 141px;
		float: right;
        z-index: 1;
       	background-color: #762f19;
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  /* IE 8 */
		filter: alpha(opacity=60); /* IE 5-7 */
		-moz-opacity: 0.6; /* Netscape */
		-khtml-opacity: 0.6;  /* Safari 1.x */
	
		padding: 23px 23px 0 0px;
        width: 325px;
    }	
	.textService-item.blue .bg1 .bg1-left{
       background-color: #448bda;
    }
	.textService-item.blue .bg1 .bg1-right{
       	background-color: #133153;
    }	
					

    .textService-item.blue .bg{
        /*border-left: 10px solid #448bda;*/
    }

    .textService-item .title{
        width: auto;
    }

    .textService-item .title,.textService-item .price,.textService-item .title:hover{
        color: inherit;
    }

    .textService-item .price{
        margin-top: 20px;
        margin-right: 0;
    }

    .textService-item .blueBtn, .textService-item.extra .blueBtn{
        border-color: #fff;
        color: #fff;
        margin-right: -47px;
        float: right;
        margin-top: 15px;
        background: none;
    }

    .textService-item.extra .redBtnSq{
        margin-top: 15px;
    }

    .services .prev, .services .next{
        width: 36px;
    }

    .services .prev{
        left: 0;
    }

    .services .next{
        right:0;
    }

    .services .prev span{
        left: 0;
        right: auto;
    }

    .services .next span{
        right: 0;
        left: auto;
    }

    .meeting-item{
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.8em;
        float: left;
        margin: 0 1.2% 16px 0;
        width: 49.4%;
    }

    .meeting-item.preLast{
        margin-right: 0;
    }

    .meeting-item.last{
        display: none;
    }

    .meetings{
        padding: 0;
    }

    .meetings .moreArr{
        margin-left: 22px;
    }

    .meetings .h2{
        margin-bottom: 45px;
        margin-top: 62px;
    }

    .free{
        background: url("/bitrix/templates/chess/images/register.jpg") no-repeat 0 50%;
        padding-top: 28px;
        padding-bottom: 54px;
    }

    .free .centeredContent{
        min-width: auto;
    }

    .free .title{
        font-weight: normal;
        margin-bottom: 30px;
    }

    .free .text{
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 24px;
    }

    .partner-item{
        padding: 0 34px;
    }

    .contactsFilial, main table, .contactsTbl {
        margin-left: 0;
        width: 100%;
    }

    footer{
        padding-top: 20px;
    }

    nav.bottom{
        width: auto;
        margin-right: 310px;
        float: none;
    }

    nav.bottom .toToggle{
        position: static;
        padding-top: 0;
        height: auto;
    }

    nav.bottom .toToggle .inner{
        text-align: left;
    }

    nav.bottom .toToggle a{
        font-weight: normal;
        margin-right: 28px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .social{
        margin-right: 0;
    }

    .social a, .social span.b-share-icon{
        /*background-size: 105px auto;*/
		background-size: 128px auto;
        width: 16px;
        height: 19px;
    }
	.social a.b-share-btn__vkontakte{
        width: 16px;
        height: 19px;
    }

    .social a:hover, .social span.b-share-icon:hover{
        background-position: 0 -20px;
    }

    .social a.fb, .social span.b-share-icon_facebook{
        background-position: -16px 0;
        width: 10px;
        height: 19px;
    }
	.social a.b-share-btn__facebook{
        width: 10px;
        height: 19px;
    }
    .social a.fb:hover, .social span.b-share-icon_facebook:hover{
        background-position: -16px bottom;
    }

    .social a.tw, .social span.b-share-icon_twitter{
        background-position: -26px 0;
        width: 24px;
        height: 18px;
    }
	.social a.b-share-btn__twitter{
        width: 24px;
        height: 18px;
    }
    .social a.tw:hover, .social span.b-share-icon_twitter:hover{
        background-position: -26px bottom;
    }

    .social a.od, .social span.b-share-icon_odnoklassniki{
        background-position: -50px 0;
        width: 13px;
        height: 19px;
    }
	.social a.b-share-btn__odnoklassniki{
        width: 13px;
        height: 19px;
    }
    .social a.od:hover, .social span.b-share-icon_odnoklassniki:hover{
        background-position: -50px bottom;
    }

    .social a.in{
        background-position: -63px 0;
        width: 20px;
        height: 19px;
    }

    .social a.in:hover{
        background-position: -63px bottom;
    }

    .social a.gp, .social span.b-share-icon_gplus{
        background-position: -83px 0;
        width: 24px;
        height: 19px;
    }
	.social a.b-share-btn__gplus{
        width: 24px;
        height: 19px;
    }
    .social a.gp:hover, .social span.b-share-icon_gplus:hover{
        background-position: -83px bottom;
    }
	
.social a.yo{
    background-position: -105px 0;
    width: 24px;
    height: 19px;
}

.social a.yo:hover{
    background-position: -105px bottom;
}
    .searchContacts{
        width: auto;
        margin-top: 15px;
        max-width: 100%;
    }

    .searchBottom{
        margin-bottom: 22px;
    }

    .paySearch{
        float: left;
        width: 395px;
    }

    footer .address{
        margin-top: 16px;
        margin-bottom: 0;
    }

    footer .phoneEmail .phone{
        margin-bottom: 17px;
    }

    footer input[type="text"]{
        height: 27px;
        font-size: 14px;
        font-size: 0.875em;
    }

    footer .contactsEmail{
        float: right;
        width: 49.95%;
		/*margin-top:5px;*/
    }

    footer .contacts{
        float: left;
        width: 65.95%;
    }

    footer .phoneEmail{
        float: left;
        width: 34%;
    }

    footer .payMethods{
        margin-bottom: 0;
		text-align: center;
    }

    footer .copy{
        margin-top: 18px;
    }

    .registered{
        padding: 40px 98px;
    }

    .registered .title {
        margin-bottom: 31px;
    }

    .registered .blueBtn {
        padding-left: 43px;
        padding-right: 43px;
    }

    .registered.selectCity{
        width: 371px;
        padding: 48px 75px 28px 70px;
    }

    .selectCity{
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .selectCity .title{
        margin-bottom: 27px;
    }

    .selectCity a {
        display: block;
        margin-bottom: 10px;
        margin-left: 18px;
    }

    .selectCity label{
        line-height: 1.5em;
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .selectCity input[type="text"]{
        height: 31px;
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .selectCity .greyBtn{
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        padding-bottom: 1px;
    }

    .fancybox-skin input[type="text"]{
        height: 30px;
    }

    .otherPage .header{
        height: 294px;
        /*background-image: url("/bitrix/templates/chess/images/headerBgOther.jpg");*/
    }

    .otherPage .header .slowScroll{
        display: none;
    }

    nav.left{
        float: left;
        width: 26.75%;
        /*margin-top: 101px;*/
        border: 5px solid #f6f4f3;
        padding: 25px 20px 10px 21px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }

    nav.left a{
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        padding-left: 26px;
        margin-bottom: 25px;
        color: inherit;
        position: relative;
    }

    nav.left a:hover,nav.left a.selected{
        color: #c9502a;
    }

    nav.left a span{
        position: absolute;
        display: block;
        left: 0;
        top: 8px;
        background: url("/bitrix/templates/chess/images/moreArr.png") no-repeat 0 -18px;
        width: 6px;
        height: 9px;
    }

    .rightContent{
        float: right;
        width: 69.25%;
    }

    h1 {
        margin-bottom: 36px;
        margin-top: 10px;
        font-size: 36px;
        font-size: 2.25rem;
    }

    h1.smallMargin{
        margin-bottom: 0;
    }

    h2{
        color: #d6a386;
        text-align: left;
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 23px;
    }

    h2.linedTitle .whiteBg{
        font-size: 28px;
        font-size: 1.75rem;
    }

    h3{
        color: #c9502a;
        text-align: left;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: normal;
        margin-bottom: 12px;
        margin-top: 18px;
    }

    figure{
        text-align: left;
    }

    figure img{
        text-align: left;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    main table{
        font-size: 18px;
        font-size: 1.125rem;
    }

    main table td, main table th{
        padding: 15px 18px 20px 18px;
    }

    main table th{
        padding-bottom: 30px;
    }

    .noteBlock{
        font-size: 17px;
        font-size: 1.0625rem;
        padding: 20px 62px 22px 38px;
        border-color: #d6a386;
        display: inline-block;
    }

    .noteBlock .close{
        background-position: 0 -20px;
        right: 25px;
        margin-top: -12px;
    }

    .blockQuote{
        padding-bottom: 32px;
        position: relative;
    }

    .blockQuote figure{
        float: left;
    }

    .blockQuote .text{
        padding-left: 150px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.55em;
    }

    .blockQuote figcaption{
        position: absolute;
        left: 150px;
        bottom: 0;
    }

    main form label{
        margin-bottom: 8px;
    }

    main input[type="text"]{
        height: 30px;
        max-width: 320px;
    }

    .dateimg{
        width: 30px;
    }

    main input.dateinput[type="text"]{
        top: -5px;
    }

    .contactsBlock, .borderBlock{
        padding: 38px 3.6%;
        margin-bottom: 70px;
    }

    .contactsBlock img{
        float: left;
        margin-right: 2.4%;
        max-width: 34.2%;
        margin-bottom: 0;
    }

    .contactsBlock .map{
        float: left;
        margin-right: 2.4%;
        max-width: 34.2%;
    }

    .contactsBlock .map img{
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
	


    .contactsBlock .text{
        float: left;
        max-width: 26.8%;
        font-size: 19px;
        font-size: 1.1875rem;
        color: #000;
        margin-top: 4%;
    }

    .contactsBlock h3{
        font-weight: bold;
        margin-bottom: 0;
    }

    .contactsTbl{
        font-size: inherit;
        font-weight: normal;
        margin-top: 25px;
    }

    .contactsTbl thead td, .contactsTbl thead td.name{
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
        padding-bottom: 33px;
    }

    .contactsTbl td{
        vertical-align: top;
        padding-top: 17px;
    }

    .contactsTbl td.name{
        font-weight: bold;
        width: 28.6%;
        padding-left: 30px;
        font-size: 17px;
        font-size: 1.0625rem;
    }

    .contactsTbl td.city{
        width: 12.1%;
    }

    .contactsTbl td.address{
        width: 20.6%;
    }

    .contactsTbl td.phone{
        font-weight: bold;
        width: 19.7%;
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.2em;
    }

    .contactsTbl td.email{
        width: 16.3%;
        line-height: 1.6em;
    }

    .otherPage .services{
        max-width: 1195px;
        padding: 0;
    }

    .otherPage .textService{
        margin-bottom: 42px;
    }

    .otherPage .textService h2{
        margin-top: 2px;
    }

    .otherPage .textService-item{
        width: 48.6%;
        margin-bottom: 20px;
    }

    .otherPage .meetings img{
        float: left;
        width: 33.5%;
    }
	
	.otherPage .meetings .book-item img, .otherPage .meetings .textService-item img{
        float: none;
        width: auto;
    }

    .otherPage .meetings .text{
        float: right;
        width: 64.3%;
        margin-top: 0;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em;
    }

    .otherPage .meetings .text p,.books p{
        margin-top: 0;
        margin-bottom: 9px;
    }

    .otherPage .meetings .inner{
        padding: 0;
        margin-top: 37px;
    }

    .otherPage .meeting-item.last{
        display: block;
    }

    .otherPage .meeting-item{
        margin-bottom: 12px;
    }

    .books p{
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5em;
    }

    .books .caruselConteiner{
        margin-top: 44px;
        border: none;
    }
	.books .booksList{
        margin-top: 44px;
        border: none;
	}
	.books .booksList.booksList1{
        margin-top: 0px;
	}
    .book-item{
        padding-top: 0;
        padding-bottom: 0;
        height: 457px;
    }

    .otherPage .meetings .book-item .inner{
        border: 3px solid #f6f4f3;
        margin: 0 auto;
        width: 233px;
        padding: 28px 28px 76px 28px;
        position: relative;
        height: 376px;
    }

    .book-item:hover .inner{
        border-color: #ff7f66;
    }

    .book-item .title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: normal;
    }

    .book-item .price{
        font-size: 18px;
        /*font-size: 1.5625rem;*/
        font-size: 1.45rem;
        line-height: 1.875rem;
        bottom: 30px;
    }

    .books .bottom{
        text-align: center;
        margin-top: 33px;
        margin-bottom: 50px;
    }

    .service-detail{
        font-size: 16px;
        font-size: 1rem;
    }

    .service-detail .img{
        float: left;
        width: 45.34%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        border: 15px solid #f6f4f3;
        padding: 39px 0;
        margin-right: 28px;
    }

    .service-detail .img .inner{
        /*margin-left: 9.96%;*/
        width: 100%;
        overflow: hidden;
    }

    .service-detail .img img{
        vertical-align: text-bottom;
        position: relative;
        z-index: 1;
    }

    .service-detail .period{
        /*float: left;*/
        float: right;
        width: 50.66%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        margin-top: 53px;
        min-height: 280px;
        padding-left: 7%;
        padding-top: 55px;
		margin-right: 10px;
    }

	.service-detail.tournament-detail .period{
		padding-top: 20px;
	}
    .service-detail .period .left{
        float: left;
        width: 60%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        margin-left: 0;
    }

    .service-detail .period .right{
        float: right;
        width: 40%;
        margin-top: 0;
    }

    .service-detail h2{
        color: #c9502a;
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 35px;
    }

    .service-detail .borderBlock h2{
        margin-bottom: 12px;
    }

    .service-detail .borderBlock label{
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 9px;
        max-width: 100%;
    }
	.service-detail .borderBlock label.big{
		max-width: none;
	}
    .service-detail.tournament-detail .borderBlock label{
        float: left;
    }

    .service-detail .price{
        margin-top: 28px;
    }

    .service-detail .borderBlock .redBtn{
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .service-detail .left{
        float: left;
        margin-left: 5.8%;
        /*width: 45.8%;*/
		width: 41.8%;
		min-height: 15px;
    }

    .service-detail .right{
        float: right;
        width: 40%;
        margin-top: -67px;
    }

    .service-detail ul{
        /*margin-left: -21px;*/
    }

    .filial-item{
        font-size: 19px;
        font-size: 1.1875rem;
    }

    .service-detail ul li{
        margin-bottom: 11px;
    }

    .otherPage footer{
        padding-top: 0;
    }

    .otherPage footer .copy{
        padding-top: 17px;
        font-size: 12px;
        font-size: 0.8rem;
    }

    .otherPage footer .line{
        border-top: 2px solid #ebeae6;
        margin-bottom: 25px;
    }

    footer .copy .col{
        float: left;
        text-align: left;
    }

    footer .copy .col a{
        margin-left:0;
    }

    footer .copy .col1{
        width: 21%;
    }

    footer .copy .col2{
        width: 26%;
    }

    footer .copy .address{
        width: 50%;
        float: right;
        margin-top: 0;
    }

    footer .copy a{
        white-space: normal;
        display: block;
    }

    .basket{
        width: 100%;
        margin-left: 0;
        padding: 40px 4.5%;
        
    }

    .basket-item{
        border-bottom: none;
        padding: 0 0 18px 0;
        text-align: left;
    }

    .basket-item.last{
        padding-bottom: 0;
    }

    .basket-item .img{
        float: left;
        width: 172px;
        height: 167px;
        overflow: hidden;
        border: 3px solid #f6f4f3;
        line-height: 164px;
        margin-right: 2.8%;
        text-align: center;
    }

    .basket-item .img img{
        border: none;
        vertical-align: middle;
        max-width: 172px;
        max-height: 167px;
    }

    .basket-item .img.vertical img{
        max-height: 133px;
    }

    .basket-item .descr{
        float: left;
        width: 27.6%;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .basket-item .descr .vAlign{
        display: table-cell;
        height: 167px;
        vertical-align: middle;
    }

    .basket-item .author{
        margin-top: 3px;
    }

    .basket-item .rest{
        float: right;
        width: 41%;
        padding-top: 50px;
    }

    .basket-item .price{
        float: left;
        width: 39.13%;
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 0;
    }

    .basket-item .counter{
        float: left;
        width: 31%;
        padding-right: 0;
        margin-top: 3px;
    }

    .counter input[type="text"]{
        width: 64px;
        border: 2px solid #b2bbcb;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        height: 34px;
    }

    .basket-item .delete{
        position: static;
        float: left;
        padding-left: 33px;
        background-size: 13px 39px;
        background-position: 0 -26px;
        font-size: 17px;
        font-size: 1.0625rem;
        color: inherit;
        margin-top: 11px;
    }

    .basket-item .delete .hideMobile {
        position: relative;
        top: -6px;
    }

    .personalData{
        margin-left: 5.7%;
		width: 94.3%;
		box-sizing: border-box;
		margin-bottom: 40px;
		overflow: hidden;
    }
    .personalData .prop-container{
		width: 50%;
		float: left;
		margin-bottom: 15px;
		overflow: hidden;
    }	
	.personalData .prop-container input[type='text']{
		max-width: 450px;
	}
    /*.payData{
        float: right;
        width: 57.9%;
    }*/

    .personalData h2, .payData  h2{
        color: #c9502a;
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 21px;
    }

    .payData .pics{
        margin-top: -5px;
    }

    .summaryPay .price{
        width: 210px;
        text-align: center;
    }

    .summaryPay .terms{
        float: right;
        width: 68%;
        text-align: left;
        margin-left: 3.4%;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 3px;
    }

    .summaryPay .redBtn{
        padding-left: 0;
        padding-right: 0;
        /*width: 28.6%;*/
        width: 200px;
        float: left;
    }

    .branches h2{
        color: #c9502a;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .branches .col{
        float: left;
        width: 41.5%;
    }

    .branches .col.last{
        float: right;
    }

    .branch-item{
        font-size: 19px;
        font-size: 1.1875rem;
    }

    .branch-item h3{
        font-size: 20px;
        font-size: 1.25rem;
    }

    .kids .bottom{
        text-align: left;
    }

    .kids-item{
        float: left;
        width: 41.9%;
    }

    .kids-item.last{
        float: right;
    }

    .kids-item label{
        width: auto;
    }

    .squareRadio{
        width: 36px;
        height: 25px;
        line-height: 23px;
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .kids h2{
        color: #c9502a;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .kids .blueBtn, .coachesPage .blueBtn, .tournaments .contactsTbl .blueBtn{
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 0 1px 0;
        display: inline-block;
        width: 178px;
    }

    .coachesPage .col{
        float: left;
        width: 40.1%;
    }

    .coachesPage .col.last{
        float: right;
    }

    .coachesPage .coach-item{
        padding-left: 40px;
        color: #000;
    }

    .coachesPage .coach-item .img{
        text-align: left;
    }

    .coachesPage .coach-item .title{
        color: #000;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .coachesPage .coach-item  h2{
        margin-top: 10px;
    }

    .coachesPage .coach-item .text{
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2em;
        max-width: 381px;
    }

    .coachesPage .workPlace{
        line-height: 1.3em;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .coachesPage .workPlace .address{
        font-size: 18px;
        font-size: 1.125rem;
    }

    .resultPopUp{
        width: 322px;
        padding: 60px 76px;
    }

    .coachesPage .bottom{
        border-top: 2px solid #ebeae6;
    }

    .coachesPage .bottom .moreArr{
        margin-top: 15px;
    }

    .coachFree{
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .tournaments .contactsTbl thead td{
        padding-right: 0;
        text-align: left;
    }

    .tournaments .contactsTbl td{
        text-align: left;
    }

    .tournaments .contactsTbl .date{
        width: 13.9%;
    }

    .tournaments .contactsTbl .name{
        width: 20.3%;
        padding-left: 18px;
    }

    .tournaments .contactsTbl .name.wide{
        width: 27.5%;
    }

    .tournaments .contactsTbl .place{
        width: 15.7%;
    }

    .tournaments .contactsTbl .place.wide{
        width: 17.7%;
    }

    .tournaments .contactsTbl .branch{
        width: 14.5%;
    }

    .tournaments .contactsTbl .branch.wide{
        width: 28%;
    }

    .tournaments .contactsTbl .price{
        width: 15.4%;
    }

    .contactsTbl .endNote{
        margin-top: 0;
        text-transform: none;
    }

    .tournaments .bottom{
        text-align: left;
    }

    .searchTournaments{
        border-top: 2px solid #ebeae6;
        padding-top: 33px;
    }

    .tournaments h2.linedTitle{
        color: #d6a386;
    }

    .searchTournaments form{
        width: 814px;
        margin: 0 auto;
    }

    .searchTournaments h2{
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 25px;
    }

    .searchTournaments .left{
        float: left;
        width: 321px;
    }

    .searchTournaments .right{
        float: right;
        width: 461px;
    }

    .searchTournaments input[type="text"]{
        max-width: 100%;
        margin-bottom: 18px;
    }

    .searchTournaments .right.hideMobile{
        text-align: center;
        padding-top: 13px;
    }

    .searchTournaments .redBtn{
        width: 186px;
    }

    .tournament-detail .date{
        text-align: left;
        font-weight: normal;
    }

    .tournament-detail .borderBlock h2{
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .tournament-detail .period .left{
        width: 50%;
    }

    .tournament-detail .period .right{
        width: 50%;
    }

    .tournament-detail .price{
        margin-top: 18px;
    }

    .tournament-detail .blueBtn{
        width: auto;
        margin-top: 45px;
    }

	.share-block{
		width: 100%;
	}
	.share-social{
		float: right;
	}
	.share-social-note{
		float: right;
		line-height: 30px;
	}

	span.b-share{
		margin-left: 0px !important;
	}
	.share-social-note.hideMobile{
		display: inline-block;
	}
	.videoGallery{
		width: 990px;
		margin: 0 auto;
	}
	.videoGallery .chess-video{
		margin-right: 0px;
	}

	section.results {
		width: 970px;
		margin: 0 auto;
	}

	section.results .result-item table{
		margin-top: 10px;
	}
	section.results .result-item table td, section.results .result-item table th{
		padding-left: 80px;
		padding-right: 40px;
	}
	
	section.results .result-item .title-info{
		text-align: left;
	}
	section.results .result-item {
		border-top: 2px solid #ebeae6;
		padding-top: 30px;
		padding-bottom: 40px;
		padding-left: 80px;
		padding-right: 80px;
		margin-left: 0px;
	}
	
	main input.input404[type="text"]{
		width: 500px;
		max-width: 500px;
		margin-right: 20px;
	}
	
	main input.input404.blueBtn[type="submit"]{
		width: 180px;
		padding: 0px 21px 1px 21px;
	}
	
	.page404{
		margin-top: 140px;
	}
	/*coach-det*/
	.coach-bottom .filials{
		margin-left: 5.8%;
		width: 35%;
		float: left;
	}
	.coach-bottom .coach-service{
		width: 51%;
		float: right;
		
	}
	.coach-bottom .filials .filial-item{
		line-height: 1.8rem;
	}
	
	.coach-detail .img{
		margin-bottom: 0px;
		float: left;
		margin-right: 39px;
	}
	
	.coach-bottom  .coach-service li .service-name{
		float: left;
		width: 60%;
	}
	/*.coach-bottom  .map{
		width: 381px;
		height: 284px;
	}*/
	
	.coach-bottom  .coach-service li .order-service{
		float: right;
		width: 20%;
	}
	.coach-detail .button-container{
		text-align: left;
	}
	.coach-detail{
		padding: 39px 59px 39px 59px;
	}
	
	.coach-bottom  .coach-service ul{
		margin-top: 37px;
	}
	.coach-bottom  .coach-service{
		margin-top: 0px;
	}

	.coach-bottom  .filials .filial-item{
		max-width: none;

	}
	.coach-bottom .coach-service ul li{
		max-width: none;
	}
	.coach-bottom .coach-service ul li{
		margin-bottom: 15px;
	}
	/*end - coach-det*/

    /**start edit**/
    aside{
        float: left;
        width: 26.75%;
    }

    aside nav.left{
        float: none;
        width: auto;
        margin-bottom: 19px;
    }

    aside .calendar{
        width: auto;
        float: none;
        margin-left: auto;
		margin-top: 0px;

    }

    aside .NewsCalTable{
        width: 100%;
    }

    aside .news-calendar-compact{
       padding-left: 5px;
       padding-right: 5px;
    }

    aside .NewsCalTable .NewsCalHeader{
        font-size: 16px;
        font-size: 1rem;
    }

    aside .news-calendar-compact .title{
        margin-bottom: 37px;
    }

    aside .NewsCalTable .NewsCalHeader{
        padding-bottom: 17px;
    }

    aside .NewsCalTable td{
        padding-bottom: 10px;
    }

    .news-item{
        margin-bottom: 56px;
    }

    .news-item time{
        text-align: left;
    }

    .news-item h2{
        font-size: 16px;
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .tags{
        padding-left: 25px;
        margin-top: 10px;
        color: #a5a8ac;
    }

    .tags span{
        background-position: 0 -25px;
        width: 17px;
        height: 17px;
        margin-top: -8px;
    }

    .news-item .img{
        float: left;
    }

    .news-item .text.have-pic{
        margin-left: 160px;
    }

    .news-item .txt{
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6em;
    }

    .pageNav{
        margin-top: 80px;
    }

    .pageNav a, .pageNav span{
        float: left;
    }

    .news-detail time{
        text-align: left;
    }

    .news-detail .text{
        margin: 0;
        line-height: 1.7em;
    }

    .news-detail .text p{
        margin-top: 7px;
    }

    .news-detail .tags{
        margin-top: 35px;
    }

    .share{
        text-align: left;
        margin-top: 68px;
        margin-bottom: 5px;
    }

    .share b{
        float: left;
    }

    .share .social{
        float: left;
        margin-top: -7px;
        margin-left: 20px;
    }

    .news-detail .moreArr{
        margin-bottom: 34px;
    }

    .bill-list .moreArr{
        margin-bottom: 25px;
    }

    .bill-item {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 26px;
        margin-left: 0;
        width: auto;
    }

    .bill-item .title{
        padding: 12px 21px 13px 21px;
        margin-bottom: 6px;
    }

    .bill-item .title h2{
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .bill-item .status{
        right: 21px;
        font-size: 14px;
        font-size: 0.825rem;
        margin-top: -9px;
    }

    .bill-item .detail{
        padding: 0 21px;
        line-height: 1.56em;
    }

    .bill-item ul{
        margin-left: 13px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .bill-item ul li{
        margin-bottom: 0;
    }

    .bill-item .detail .left{
         float: left;
         width: 44.7%;
    }

    .bill-item .detail .right{
        float: right;
        width: 55%;
        padding-top: 15px;
        max-width: 327px;
    }

    .bill-item .blueBtn{
        margin-right: 15px;
    }

    .bill-item .blueBtn,.bill-item .greyBtn, .tourBranch-item .blueBtn{
        font-size: 14px;
        font-size: 0.825rem;
    }

    .bill-item .changePeriod{
        margin-top: 15px;
    }

    .serviceMap{
        border: 15px solid #f6f4f3;
        padding: 28px 5.5% 33px 5.5%;
        margin-left: -0.9%;
        width: 101.8%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }

    .branch-detail .serv{
        float: left;
        width: 56%;
        margin-bottom: 0;
    }

    .branch-detail h2{
        font-size: 24px;
        font-size: 1.5rem;
        color: #c9502a;
    }

    .branch-detail .serv h2{
        margin-top: 0;
    }

    .branch-detail .serv ul{
        margin-bottom: 17px;
    }

    .branch-detail .serv ul li{
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1px;
        line-height: 2em;
    }

    .branch-detail .map{
        float: right;
        width: 38.8% !important;
        padding: 0;
        border: none;
        margin-top: 52px;
        margin-bottom: 0;
    }


    .branch-detail .map .address{
        margin-bottom: 3px;
        margin-top: 7px;
    }

    .branch-detail .map .phone{
        margin-bottom: 3px;
    }

    .branch-detail .serv .center{
        text-align: left;
    }

    .branch-detail .serv .redBtn{
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "PT Sans", sans-serif;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 5px 20px 7px 20px;
        margin-left: 21px;
    }

    .coachBranch-item{
        margin: 0 4.75% 29px 0;
        width: 21.4%;
        padding: 0;
    }

    .coachBranch-item.last{
        margin-right: 0;
    }

    .coachesBranch h2{
        margin-left: 0.9%;
        margin-bottom: 20px;
        margin-top: 27px;
    }

    .coachBranch-item .title{
        font-size: 19px;
        font-size: 1.1875rem;
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .coachBranch-item .text{
        line-height: 1.3em;
    }

    .coachBranch-item p{
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .tourBranch-item{
        float: none;
        width: auto;
    }

    .tourBranch{
        float: left;
        width: 47.5%;
    }

    .tourBranch.right{
        float: right;
    }

    .tourBranch .border{
        border: 4px solid #f6f4f3;
        padding: 30px 24px 32px 24px;
    }

    .tourBranch h2{
        margin-bottom: 20px;
        margin-top: 41px;
    }

    .tourBranch-item{
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.45em;
        margin-bottom: 27px;
    }

    .tourBranch-item .left{
        float: left;
        width: 56.6%;
        margin-bottom: 3px;
    }

    .tourBranch-item .right{
        float: right;
        width: 31.3%;
    }

    .tourBranch .more{
        font-size: 17px;
        font-size: 1.0625rem;
        margin-top: 8px;
    }

    .branch-detail .measures{
        margin-left: 0;
        float: left;
        width: 47.5%;
    }

    .branch-detail .measures .border{
        border: 4px solid #ff7f66;
        padding: 37px 6% 25px 6%;
    }

    .branch-detail .news-list.withPics{
        float: right;
        width: 47.5%;
    }

    .branch-detail .news-list.withPics .border{
        border: 4px solid #f6f4f3;
        padding: 37px 6% 25px 6%;
    }

    .news-list h2{
        margin-bottom: 21px;
        /*margin-top: 55px;*/
		margin-top: 25px;
    }

    .branch-detail .news-item time{
        margin-bottom: 5px;
    }

    .branch-detail .news-item{
        margin-bottom: 35px;
        height: 127px;
        overflow: hidden;
    }

    .branch-detail .news-item.last{
        margin-bottom: 0;
    }

    .branch-detail .news-list .moreArr{
        margin-top: 18px;
    }

    .free.branchFree{
        background: url("/bitrix/templates/chess/images/registerH.jpg") no-repeat 0 0;
        padding-bottom: 75px;
        padding-top: 30px;
        margin-bottom: 120px;
    }

    .free.branchFree .title{
        line-height: 1.5em;
        margin-bottom: 45px;
    }

    .centeredContent.branch-detail{
        padding: 0 9px 30px 9px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }
	.personal-menu{
		margin-left: 70px;
		margin-top: 50px;
	}
	.question-list .question-item .answer-question{
		margin-left: 17px;
	}
	
	main .page-search input.search-input[type="text"]{
		width: 80%;
		

	}
	main .page-search input.search[type="submit"]{
		width: 15%;
		padding: 0 10px 1px;
	}
	
	.video-container{
		padding: 40px;
	}	

	
	
	.top-personal-menu .logout.auth{
		padding-right: 30px;
	}
	.top-personal-menu{
		border-bottom: 3px solid transparent;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 3px solid transparent;
		padding-right: 20px;
	}
	.top-personal-menu:hover .toToggle{
	
		display: block;

		
	}
	.top-personal-menu .toToggle{
		display: none;
		position: absolute;
		height: auto;
		padding-top: 30px;
		
	}
	/*.top-personal-menu:hover > a.logout{
		padding: 20px;
	}*/
	.top-personal-menu:hover {
		
		position: absolute;
		right: 0px;
		width: 200px;
		background-color: #4e4651;
		border-bottom: 3px solid #7e7e7c;
		border-left: 3px solid #7e7e7c;
		border-right: 3px solid #7e7e7c;
		border-top: 3px solid #7e7e7c;
		padding: 20px 20px 0 0;
		z-index: 2000;
		top: -20px;
		/*max-height: 384px;*/
		
	}

	.top-personal-menu .toToggle ul{
		padding: 0px;
		margin: 0px;
	}
	.top-personal-menu .toToggle li{
		background: url(/bitrix/templates/chess/images/submenu-bottom-line.png) repeat-x center bottom transparent;
		list-style: none;
		position: relative;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	.top-personal-menu .toToggle li a{
		background: url(/bitrix/templates/chess/images/submenu-bottom-line.png) repeat-x center bottom transparent;
		padding: 10px 20px 10px 37px;
		font-family: 'Open Sans', sans-serif;
		position: relative;
		line-height: 1.75em;
		color: #ffffff;
		position: relative;
		display: block;
		font-size: 0.85rem;
		z-index: 3000;
		width: 163px;
		
	}
	.top-personal-menu .toToggle li:hover a{
		color: #333333;
		
	}
	.top-personal-menu:hover .toToggle{
		display: block;
		
		
	}
	
	.top-personal-menu .toToggle li:hover > .hover-line, .top-personal-menu .toToggle li.selected > .hover-line{
		background-color: #d3bd8e;
		width: 230px;
		position: absolute;
		min-height: 44px;
		height: 100%;
		display: block;
		top:-2px;
		z-index: 2005;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		
    }
	nav.top .toToggle .toToggle li .hover-line{
		z-index: 50;
		
    }
	
	.news-list-reg{
		width: 45%;
		float: left;
	}
	.service-detail  .bottom-block .left{
	width: 40%;
}
.service-detail .bottom-block .right{
	width: 40%;
	margin-top: 0px;
	float: right;

}
.bottom-block .right{
	margin-top: 0px;

}

	/*.news-list h2{
		margin-bottom: 50px;
		margin-top: 50px;
	}*/
	
	.small-map{
		width: 381px;
		
	}
	#map.small-map, .small-map{
		width: 381px;
	}
	.small-map-coach{
		width: 381px;
		height: 282px;
	}
	
	.share-block.in-event{
		text-align: left;
	}
	
	.share-block.in-event .share-social-note{
		float: left;
	}
	
	.share-block.in-event .share-social{
		float: left;
	}	


	
	.hideMobile .bx-yandex-map{
		width: 34.2% !important;
		min-width: 294px;
	}
	
	.contactsBlock .contact-img{
		width: 381px !important;
		height: 282px !important;
	}
	
	.booksList .book-item{
		width: 324px;
	}	
	.booksList .book-item .inner{
		padding:  28px 28px 76px 28px;
	}
	
	.kids .jq-selectbox__select, .bx-auth-profile .jq-selectbox__select{
		height: 28px;
	}
	
	.kids .jq-selectbox__select-text, .bx-auth-profile .jq-selectbox__select-text{
		line-height: 28px;
	}
	
	.kids .jq-selectbox__trigger-arrow, .bx-auth-profile  .jq-selectbox__trigger-arrow{
		top: 13px;
	}
	
	.payData .paysystem-container{
		width: 30%;
		float: left;
		overflow: hidden;
		min-width: 260px;
	}

	.summaryPay .price{
		float: left;
		margin-top: 40px;
	}

	.summaryPay  h2{
		width: 200px;
		float: left;
	}

	.summaryPay .redBtn{
		margin-top: 30px;
	}	
		/**end edit**/
}

@media (min-width: 1149px) {
    .centeredSmall{
        padding-left: 9px;
        padding-right: 9px;
    }

    nav.top > .toToggle > ul > li > a{
        font-size: 20px;
        font-size: 1.25rem;
    }

    .slogan{
        font-size: 54px;
        font-size: 3.375rem;
    }

    .h2{
        font-size: 36px;
        font-size: 2.25rem;
    }

    .advantage-item{
        width: 20%;
    }

    .advantage-item.firstLine{
        width: 25%;
    }

    .advantage-item.secondLine{
        clear: none;
    }

    .advantage-item.secondLineWide{
        clear: left;
    }

    .coach-item{
        width: 400px;
        padding-right: 69px;
    }

    .meeting-item{
        width: 32.5%;
        min-height: 141px;
    }

    .meeting-item.last,.meeting-item.preLast.last{
        display: block;
        margin-right: 0;
    }

    .meeting-item.preLast{
        margin-right: 1.2%;
    }

    .free .title{
        font-size: 41px;
        font-size: 2.55rem;
    }

    .partner-item{
        padding: 0 44px;
    }

    footer{
        padding-top: 27px;
    }

    .searchContacts{
        margin-top: 25px;
    }

    .textService-item.extra .price{
        float: left;
    }

    .textService-item.extra .redBtnSq{
        position: absolute;
        right: -181px;
        /*bottom: 15px;*/
    }
	
	.videoGallery{
		width: 1149px;
		margin: 0 auto;
	}
	.videoGallery .chess-video{
		margin-right: 40px;
	}
	.videoGallery .chess-video.last-one{
		margin-right: 0px;
	}
	section.results {
		width: 1120px;
		margin: 0 auto;
	}
	main input.input404[type="text"]{
		width: 700px;
		max-width: 700px;
		margin-right: 20px;
	}

    aside .news-calendar-compact{
        padding-left: 7.9%;
        padding-right: 7.9%;
    }
	nav.top > .toToggle > ul > li:hover .bottom-line{
		width: 100%;
		position: absolute;
		height:3px;
		background-color: #4e4651;
		top: 50px;
		left: 0px;
		z-index: 105;
	}
	nav.top > .toToggle > ul > li .bottom-line{
		z-index: 105;
	}	
		.coach-detail .button-container a{
		margin-right: 15px;
		width: auto;
	}
	.video-container{
		padding: 80px;
	}
	.personalData .prop-container{
		width: 30%;
		float: left;
    }
	.personalData .prop-container input[type='text']{
		max-width: 320px;
	}	

}

@media (max-width: 989px) {
	.kids .jq-selectbox__dropdown,  .bx-auth-profile  .jq-selectbox__dropdown, #set_filial_service-styler .jq-selectbox__dropdown{
		width: 100% !important;
	}
	.service-detail .period .left.service-filial table{
		width: 100%;
		margin-left: 0px;
	}
	.service-detail .period .left.service-filial table label{
		max-width: none;
	}

}

#ppost{
	margin-left: 63px;
	margin-top: -22px;
	display: block;
	float: left;
}

#set_filial_service{
	-webkit-appearance: none!important;
}

.nopopup{
	padding: 0px;
}

.cntr{
	text-align: center;
}

.cntr p{
	text-align: justify;
}

.ankmsg{
	color: #c9502a;
	font-size: 24px;
	font-weight: normal;
	margin-top: 35px;
}

.date-cont input{
	float: left;
	max-width: 290px !important;
}

#webform{
	display: none;
}

select
{
	-webkit-appearance: none!important;
}

.inputtextarea{
	font-size: 16px;
}

.dateimg{
	margin-left: 2px;
	margin-top: -3px;
}

@media (min-width: 1280px) {
	.period form{
		position: relative;
	}

	.period form .blueBtn{
		position: absolute;
		right: 0px;
	}
}

@media (max-width: 990px) {
	.blueBtn{
		width: 198px!important;
	}
}

.period .redBtn{
	max-width: 320px;
	float: right;
}

@media (max-width: 990px) {
	.period .redBtn{
		float: none;
	}
}

.sectbtn{
	display: inline-block;
	margin-top: 10px;
}

.manager_only{
	display: none;
}

@media (max-width: 1238px) {
	nav.top > .toToggle > ul > li{
		padding: 15px 3px 0px 15px;
	}
}

@media (max-width: 1032px) {
	nav.top > div > ul > li{
		margin-right: 0;
	}
}

nav.top .toToggle .toToggleTop .toToggle{
	top: -130px;
}

.city .dlink a{
    color: #d8b979;
    margin-left: 90px;
    font-weight: normal;
}

.nlink{
    margin-bottom: 45px;
    width: 100%;
    text-align: center;
    color: #d8b979;
    font-size: 18px;
    font-size: 1.125rem;
}

.nlink a{
    border-bottom: 1px dotted;
}

.nlink a:hover{
    border-bottom: none;
}

label[for='agree_agreement_id']{
    display: inline-block;
}

.pd_af{
    padding-left: 18px;
}

.affiliat textarea, .affiliat input{
    font-size: 1rem;
}


.lvl2{
    position: absolute;
    left: 246px!important;
    top: -5px!important;
    padding-top: 0px!important;
    color: #fff!important;
}

.lvl2 a{
    color: #fff!important;
}

.tabs{
    background: #f6f4f3;
    padding-left: 9px;
    padding-top: 6px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.tab{
    background: #fff;
    height: 49px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ebeae6;
    float: left;
    max-width: 175px;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.detail_block .title span{
	font-size: 10px;
}

.tabs .act{
    border-bottom: 1px solid #fff;
    color: #d78875;
}

.detail_block{
    padding-top: 15px;
}

.detail_block .title, .day .title{
    height: 69px;
    border-top: 1px solid #ebeae6;
    border-bottom: 1px solid #ebeae6;
    text-transform: uppercase;
    background: #f6f4f3;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    display: flex;
    align-items: center;
    position: relative;
	padding-right: 150px;
}

.detail_block .title:before, .detail_block .title:after, .day .title:before,.day .title:after{
    content: '';
    height: 69px;
    border-top: 1px solid #ebeae6;
    border-bottom: 1px solid #ebeae6;
    background: #f6f4f3;
    position: absolute;
    top: -1px;
}

.detail_block .title:before, .day .title:before{
    left: -100px;
    width: 100px;
}

.detail_block .title:after{
    background-image: url(/bitrix/templates/chess/images/down.png);
    background-repeat: no-repeat;
    background-position: 10px;
    width: 150px;
    right: -100px;
}

.day .title:after{
    width: 150px;
    right: -100px;
}

.active .title:after{
    background-image: url(/bitrix/templates/chess/images/up.png);
}

@media (max-width: 989px) {
    .hideMobile_d{
        display: none;
    }
    
    .active .hideMobile_d{
        display: block;
    }
}

@media (min-width: 990px) {
    .detail_block{
        display: none;
    }
}

.tournament-detail .active{
    display: block;
}

.detail_block .period{
    float: left;
    margin-top:15px;
	margin-right: 10px;
}

.detail_block #form_tour{
    float: left;;
    width: 47%;
    margin-left: 10px;
    min-width: 322px;
}

.detail_block .photoGallery-big{
    text-align: left;
}

.detail_block .ankmsg{
    padding-top: 25px;
}

.detail h2{
    padding-top: 0px;
    margin-top: 0px;
}

.detail p{
    padding-top: 0px;
    margin-top: 0px;
}

.tour_calendar_item{
    width: 100%;
    min-width: 100%;
    padding: 7px 0;
}

.tour_calendar thead{
    background: #fff;
}

.tour_calendar td, .tour_calendar th{
    border: 1px solid #d9d9d9;
    padding: 0px;
    /*width: 250px;
    min-width: 250px;*/
    text-align: center;
}

.tour_calendar td{
    text-align: left;
    padding-left: 5px;
}

.day .place{
    font-weight: bold;
    font-size: 18px;
    background: #f6f4f9;
}

.table_m{
    overflow-x: auto;
}

.table_m .tour_calendar{
    table-layout: fixed;
}

.fixed{
    position: fixed;
    top: 0px;
    background: #fff;
    display: none;
}

/*.fixed th{
    min-width: 250px;
}*/





#slider-wrap{ /* Оболочка слайдера и кнопок */
       max-width: 100%;
	width:660px; 
	}
#slider{ /* Оболочка слайдера */
      max-width: 100%;
      width:660px;
      max-height: 100%;
	

width:640px;
height: 427px;

	overflow: hidden;
	border:#eee solid 10px;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
        height: 100%;
	}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/slider2/radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/slider2/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(/slider2/arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}

.tournament-detail{
	margin-top: 10px;
}

#selectCity{
    background: #fff;
}

.new-title{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 20px;
    border: 3px solid #d6a386;
}

#selectCity .selc{
    font-size: 20px;
    color: #d2502a;
    padding-left: 10px;
}

.city-item {
    color: #000;
}

#selectCity .newbtn{
    color: #004a80;
    border-color: #004a80;
}

#select-city-input{
    color: #000;
}

main #blog ul li::before{
    width: 0px;
    height: 0px;
}

#blog .blog-calendar table th, #blog .blog-calendar table td{
    padding: 0;
}

#blog .blog-search-page input[type='submit']{
    width: 150px;
    margin-top: 0px;
    font-size: 1rem;
    padding: 0 10px 1px;
    font-weight: bold;
    color: #004a80;
    background: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    border: 3px solid #004a80;
    cursor: pointer;
}

.sbvideo{
	max-width: 560px;
}


.slide-item{
    width: 30%;
    margin-right: 3%;
    float: left;
    text-align: center;
}

.slide-item a{
    color: #000;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
}

.slide-item img{
    max-width: 100%;
}

.slider-h2{
    color: #c9502a;
    font-size: 1.35rem;
    padding-top: 20px;
}

.otherPage .meetings .textService .preview_picture{
    width: 100%;
}

.inner_d{
    text-align: center;
    overflow-x: hidden;
    display: table-cell;
    vertical-align: middle;
}

.inner_d img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img_detail{
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

/*new form for tour*/
.minileft{
    float: left;
    border: 1px solid #d1d2d4;
    width: 252px;
    height: 44px;
    margin-right: 8px;
    padding: 4px 12px;
}

.minileft label{
    font-size: 1rem;
}

.minileft input{
    border: none;
    font-size: 1rem;
}

.detail .uch{
    color: #000;
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 33px;
    margin-left: 15px;
}

.participant{
    width: 100%;
    height: 30px;
    background: #efeff1;
    padding-top: 9px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 7px;
    cursor: pointer;
}

.participants{
    overflow-x: hidden;
}

.del_participant{
    display: block;
    width: 40px;
    height: 30px;
    background: url(/bitrix/templates/chess/images/del.png) center center no-repeat;
    position: absolute;
    right: 18px;
    top: 6px;
    cursor: pointer;
}

#add_participant{
    margin-bottom: 40px;
}

.reg_itogo{
    color: #000;
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
}

.reg_itogo:before{
    content: '';
    display: block;
    height: 2px;
    width: 70px;
    background: #ca512a;
    border: 1px solid #da876c;
    position: absolute;
    left: -3px;
    bottom: -5px;
}

.itog_s{
    background: #efeff1;
    height: 30px;
    padding-top: 9px;
    padding-left: 20px;
    margin-bottom: 9px;
}

.itog_s div{
    float: right;
    margin-right: 93px;
}

.all_itog{
    font-weight: bold;
    font-size: 14px;
}

.all_itog div{
    float: right;
    margin-right: 93px;
}

.bb{
    text-align: center;
}

.btntour{
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    padding: 20px 66px;
    color: #fff;
    background: #ea3b3d;
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.form_ank label{
    display: block;
}

.form_ank{
    margin-bottom: 35px;
    margin-top: 17px;
    padding: 10px 20px;
    border: 1px solid #d1d2d4;
}

main .form_ank input, main .form_ank textarea{
    border: none;
    margin-bottom: 0;
}

.form_ank label{
    border: 1px solid #d1d2d4;
    padding: 4px 12px;
    font-size: 1rem;
    margin-bottom: 8px;
    max-width: 250px;
}

.form_ank .nomax{
    max-width: 999px;
}

.noborder{
    margin-top: 8px;
    margin-bottom: 8px;
}

.price_comment{
    font-size: 14px;
    font-weight: bold;
    margin-left: 41px;
}

.tp div{
    margin-bottom: 10px;
}

.prices{
    width: 110px;
    display: inline-block;
}

.participants .uch_block{
    display: none;
}

.participants .open{
    display: block;
}

@media (max-width: 989px) {
    .minileft{
        width: 95%;
        margin-bottom: 5px;
    }
    
    .form_ank label{
        max-width: 832px;
    }
    
    .btntour{
        width: 86%;
        text-align: center;
        display: block;
        margin: 33px 0;
    }

}

.waitwindowlocal{
    position:absolute;
    width:25px;
    height: 25px;
    padding:0px;
    z-index:10000;
    background-color:#FCF7D1;
    border:1px solid #E1B52D;
    background-image:url(/bitrix/templates/chess/images/wait.gif);
    background-position:center center;
    background-repeat:no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.waitwindowlocalshadow{
    position:fixed;
    width: 100%;
    height: 100%;
    z-index:9998;
    background-image:url(/bitrix/templates/chess/images/shadow.gif);
    border:1px solid #808080;
    top: 0px;
    left: 0px;
}

.noall{
    color: #ea3b3d;
}

.uch_block{
    display: none;
}

.uch_block.open{
    display: block;
}

.noshow{
    display: none;
}

.someT .centeredContent{
    text-align: center;
}

.otherPage .someT .title{
    margin-bottom: 77px;
}

.otherPage .someT .redBtn{
    margin-bottom: 59px;
    font-size: 0.95rem;
    width: 250px;
}

.trip-text{
    padding-top: 15px;
    margin-bottom: 20px;
}

.trip-text p{
    padding: 0;
    margin: 0;
}

.tripsSlider{
    height: 293px;
}

.centeredContent .tripsSlider .campsSlider-item{
    height: 293px;
}

.centeredContent .tripsSlider .campsSlider-item .title{
    top: 44px;
    text-align: center;
}

.tripsTeachers{
    background: #f5f6f7;
    padding-top: 5px;
    padding-bottom: 15px;
}

.reviewPhoto{
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
}

.reviewText{
    border: 2px solid #ea3b3d;
    margin: 0 6%;
    padding: 10px;
}

.reviewSlider{
    margin: 0;
    position: relative;
}

.reviewSlider .reviewSlider{
    height: 230px;
    background: none no-repeat center 0;
    background-size: cover;
    position: relative;
}

.reviewSlider .prev, .reviewSlider .next{
    height: 100%;
    position: absolute;
    width: 36px;
    top: 0;
    display: block;
}

.reviewSlider .prev, .reviewSlider .next{
    position: absolute;
    display: block;
    background: url("/bitrix/templates/chess/images/r_prevNext.jpg") no-repeat 0 0;
    width: 14px;
    height: 19px;
    top: 50%;
    margin-top: -19px;
}

.reviewSlider .prev{
    left: 0px;
}

.reviewSlider .next{
    right: 0px;
    background-position: -14px;
}

@media(min-width: 990px){
    .reviewPhoto{
        width: 240px;
        float: left;
    }
    
    .reviewText{
        margin-left: 240px;
    }
    
    .teacherSlider-item{
        width: 20%;
        float: left;
    }
    
    .tripsTeachers{
        height: 320px;
    }
    
    .reviewSlider .prev{
        left: 30;
    }
    
    .reviewSlider .next{
        right: 30;
    }
}

.centeredContent .tripsSlider .campsSlider-item .title{
    top: 50%;
    margin-top: -20px;
}

.block-city-first{
    background: #fff;
    color: #000;
    padding: 10px;
    display: none;
    position: absolute;
    min-width: 343px;
    top: -60px;
    left: -20%;
}

.block-city-first:after{
    content:'';
    border: 20px solid transparent;
    border-top: 20px solid #fff; 
    position: absolute;
    left: 50%;
}

@media(max-width: 989px){
    .block-city-first:after{
        left: 60px;
    }
}

.block-city-first .first-selectCity{
    text-align: right;
    padding: 5px;
    float: left;
}

#yes_sc, #no_sc{
    cursor: pointer;
    padding: 5px;
    border: 1px solid #000;
    float: left;
    margin-left: 5px;
    min-width: 29px;
    text-align: center;
}

#no_sc a{
    font-weight: normal;
}

/*.fy{
    width: 150px!important;
    min-width: 150px!important;
}*/

.phonereg{
	max-width: 320px;
}

.firts_vizit{
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
	z-index: 51;
	-webkit-transition: visibility 0s .5s,-webkit-transform .5s 0s;
	-o-transition: transform .5s 0s,visibility 0s .5s;
	transition: transform .5s 0s,visibility 0s .5s;
	transition: transform .5s 0s,visibility 0s .5s,-webkit-transform .5s 0s;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "MM Text Pro",Tahoma,Arial,Helvetica,sans-serif;
	color: #999;
	font-size: 13px!important;
	line-height: 18px!important;
	max-height: 215px;
}

*{
    -webkit-text-size-adjust: 100%;
}

.firts_vizit .first-text{
	padding: 10px;
	margin-right: 40px;
}


.coupon_msg{
	padding: 40px 4.5%;
	border: 15px solid #f6f4f3;
	text-align: center;
	color: green;
}

.coupon_msg .error{
	color: red;
}

.promocode{
	padding: 10px;
}

.act_bg{
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	z-index: 101;
}

.act_bg iframe{
	min-width: 100%;
	height: 697px;
}

.mainIntro{
	position: relative;
}

.mact_bg{
	width: calc(100% + 60px);
	z-index: 101;
	margin-left: -30px;
	margin-right: -30px;
}

.mact_bg iframe{
	min-width: 100%;
	height: 200px;
}

.virt-detail, .virt-detail iframe{
	width: 100%;
	min-height: 700px;
}

.virt-detail{
	padding-bottom: 20px;
	padding-top: 20px;
}

.virt-item{
	width: 50%;
	text-align: center;
	float: left;
}

.virt-item a{
	color: #000;
	text-decoration: none;
	font-size: 1.25rem;
}

@media(max-width: 989px){
	.virt-item{
		width: 100%;
		text-align: center;
	}
}

.coachesPage{
	margin-top: 15px;
}

.vlink{
	position: absolute;
	top: -30px;
	width: 190px;
}

.bwp .services, .bwp500 .services{
	background:#f6f4f3;	
}

.bwp .sItem, .bwp500 .sItem{
	margin-left: 10px;
	margin-right: 15px;
	overflow: hidden;
}

.bwp .sItem{
		width: 100%;
}

.bwp500{
		display: none;
}

@media(min-width: 600px){
	.bwp500{
		display: block;
	}
	
	.bwp{
		display: none;
	}
	
	.bwp500 .sItem .textService-item{
		width: 39%;
		float: left;
	}
}

.bwp .sItem .img, .bwp500 .sItem .img{
	overflow: hidden;
}

.bwp .prev, .bwp500 .prev{
	left: 2px;
}

.textService-item .img{
	position: relative;
	height: 100%;
}

.bwp .textService-item .bg, .bwp500 .textService-item .bg{
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	color: #fff;
	text-align: center;
}

.bwp .textService-item .bg1, .bwp500 .textService-item .bg1{
	position: absolute;
	bottom: 35px;
	width: 100%;
	height: 60px;
	background: #ececec;
	opacity: 0.5;
}

.bwp .next, .bwp500 .next {
	right: 2px;
}

.sItem .textService-item{
	position: relative;
	height: 280px;
}

.photoGallery_m .prev{
	left: 2px;
}

.photoGallery_m .next{
	right: 2px;
}

.photoGallery_m, .photoGallery_m .carusel .bitem a {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.photoGallery_m, .photoGallery_m .carusel .bitem {
	height: 195px;
}

.photoGallery_m{
	margin-top: 25px;
}

.mainNews_mobile{
	padding: 10px;
}

.mainNews_mobile article{
	margin-bottom: 15px;
}

.mainNews_mobile .title{
	color: #000;
	text-decoration: none;
}

.mainNews_mobile img{
	border-radius: 6px;
}

.mainNews_mobile .text{
	margin-left: 155px;
}

.events-detail .period, .events-detail .right{
	margin-top: 0;
}

.events-detail .period, .events-detail .img{
	min-height: 437px;
}

.news-item__column-rubric a{
	display: block;
	color: #000;
	text-decoration: none;
}


/* End */


/* Start:/bitrix/templates/chess/template_styles.css?174764759915307*/
*{
	outline: none;
}
.campsSlider, .camps-chess{
    margin: 0 -5%;
}
.campsSlider .campsSlider-item{
    height: 527px;
    background: none no-repeat center 0;
    background-size: cover;
    position: relative;
}
.campsSlider-item .title{
    position: absolute;
    bottom: 237px;
    left: 24px;
    right: 24px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.campsSlider-item .title span{
    background: rgba(85, 86, 88, 0.60);
}
.campsSlider-item .redBtn{
    position: absolute;
    bottom: 63px;
    width: 818px;
    left: 50%;
    -webkit-transform: translate( -50%, 0);
    -ms-transform:translate( -50%, 0);
    transform: translate( -50%, 0);
    max-width: 90%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.camps-point{
    text-align: center;
    margin-bottom: 28px;
}
.camps-point .img{
    border: 5px solid #ea3b3d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 134px;
    height: 134px;
    line-height: 132px;
    margin: 0 auto;
}
.camps-point img{
    vertical-align: middle;
    max-width: 70%;
    max-height: 70%;
}
.camps-point .title{
    font-size: 16px;
    margin: 5px auto 0 auto;
}
.camps-points h2{
    text-align: center;
    text-transform: uppercase;
    color: #ea3b3d;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 35px;
}
.camps-chess{
    color: #fff;
    height: 405px;
    background: url('/bitrix/templates/chess/images/chessCamps.jpg') no-repeat center 0;
    background-size: cover;
    position: relative;
    padding-top: 55px;
}
.camps-chess .text{
    width: 490px;
    max-width: 100%;
    margin: 0 auto;
}
.camps-chess h2{
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding-left: 12px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}
.campsChess-item{
    position: relative;
    font-size: 23px;
    padding: 10px 0 3px 61px;
}
.campsChess-item .img{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    width: 50px;
    text-align: center;
}
.campsChess-item img{
    vertical-align: middle;
}
.campsChess-item b{
    font-weight: 500;
}
.teacherSlider-item{
    text-align: center;
}
.teacherSlider-item .img img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline;
}
.teacherSlider-item .title{
    font-size: 20px;
    font-weight: bold;
}
.teacherSlider-item .position{
    font-size: 19px;
    font-weight: bold;
}
.teacherSlider-item .descr{
    font-size: 19px;
    line-height: 1.2em;
}
.teacherSlider h2, .fees-list h2, .campsPhotos h2{
    text-align: center;
    color: #d1502a;
    text-transform: uppercase;
    font-size: 25px;
}
.aidPage.fees-list .inner{
    margin-top: 15px;
}
.fees-list h2{
    margin-bottom: 0;
    margin-top: 20px;
}
.fees-item{
    margin-bottom: 13px;
    background: #f5f6f7;
    padding: 0 15px;
}
.fees-item h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    color: inherit;
    margin-top: 0;
}
.fees-item h3 a{
    color: #232222;
    text-decoration: none;
}
.fees-item .text{
    padding-top: 30px;
}
.fees-prop{
    position: relative;
    padding-left: 33px;
    margin: 0 0 3px 0;
    font-size: 20px;
}
.fees-prop span{
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("/bitrix/templates/chess/images/iconsFees.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
}
.fees-prop.place span{
    background-position: 0 -16px;
    height: 18px;
}
.fees-prop.point span{
    background-position: 0 -34px;
    height: 21px;
}
.fees-prop.phone span{
    background-position: 0 -55px;
}
.fees-item .redBtn{
    width: auto;
    display: block;
    margin: 27px -15px 0 -15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
}
.fees-item .blueBtn{
    border-color: #ea3b3d;
    color: #ea3b3d;
    width: auto !important;
    display: inline-block;
    font-size: 21px;
    text-transform: none;
    margin-top: 20px;
}
.camps-video .redBtn{
    display: block;
    width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
}
.photoCamps-item{
    background: #f3f3f3;
    text-align: center;
    margin: 0 5px;
}
.photoCamps-item .text{
    padding: 15px;
    font-size: 16px;
}
.photoCamps-item .title{
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: inherit;
}
.photoCamps-item img{
    width: 100%;
}
.campsPhotos{
    padding: 0 36px;
    position: relative;
}
.photoCamps-item .overflow{
    height: 101px;
    overflow: hidden;
}
.threeItemSlider .prev, .threeItemSlider .next, .fiveItemSlider .prev, .fiveItemSlider .next{
    height: 100%;
    position: absolute;
    width: 36px;
    top: 0;
    display: block;
}
.threeItemSlider .prev, .fiveItemSlider .prev{
    left: 0;
}
.threeItemSlider .next, .fiveItemSlider .next{
    right: 0;
}
.threeItemSlider .prev span, .threeItemSlider .next span, .fiveItemSlider .prev span, .fiveItemSlider .next span{
    position: absolute;
    display: block;
    background: url("/bitrix/templates/chess/images/prevNext.jpg") no-repeat 0 0;
    width: 21px;
    height: 38px;
    top: 50%;
    margin-top: -19px;
}
.threeItemSlider .prev span, .fiveItemSlider .prev span{
    left: 0;
}
.threeItemSlider .next span, .fiveItemSlider .next span{
    right: 0;
    background-position: -21px;
}
.someQ, .someT{
    background: url("/bitrix/templates/chess/images/moreQ.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 25px 5%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.someQ .redBtn, .someT .redBtn{
    display: block;
    width: 308px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 28px auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.someQ .title, .someT .title{
    font-size: 30px;
    font-weight: bold;
}
.someQ .subtitle, .someT .subtitle{
    font-size: 21px;
    font-weight: bold;
}
@media (min-width: 560px) {
    .camps-point{
        width: 50%;
        float: left;
    }
    .camps-point .title{
        width: 80%;
    }
}
@media (min-width: 991px) {
    .campsSlider, .camps-chess{
        margin: 0;
    }
    .campsSlider .campsSlider-item{
        height: 331px;
        background-position: center 10%;
    }
    .camps-chess{
        height: 275px;
        padding-top: 38px;
    }
    .campsSlider-item .title{
        left: 34px;
        right: 34px;
        bottom: 123px;
    }
    .campsSlider-item .redBtn{
        right: 13px;
        left: auto;
        bottom: 33px;
        width: 308px;
        -webkit-transform: translate( 0, 0);
        -ms-transform:translate( 0, 0);
        transform: translate( 0, 0);
    }
    .camps-point{
        width: 33.3%;
    }
    .fees-item .img{
        float: left;
        width: 274px;
    }
    .fees-item .img img{
        vertical-align: middle;
    }
    .fees-item .text{
        margin-left: 305px;
        padding-top: 15px;
    }
    .fees-item h3{
        text-align: left;
        margin-bottom: 6px;
        font-weight: 500;
    }
    .fees-item .mainProps{
        min-height: 120px;
    }
    .fees-item .redBtn{
        float: left;
        width: 190px;
        margin: 5px 0 5px 0;
        padding: 0;
        line-height: 36px;
    }
    .fees-item .blueBtn{
        float: right;
        margin: 5px 0 5px 0;
    }
    .camps-video-item{
        float: left;
        width: 48.4%;
        margin: 0 0.8% 15px 0.8%;
    }
    .camps-video{
        margin: 0 -0.8%;
    }
    .camps-video .redBtn{
        float: right;
        width: 308px;
        padding: 6px 0;
    }
    .someQ, .someT{
        margin-top: -90px;
    }
    .someQ .redBtn, .someT .redBtn{
        padding-left: 5px;
        padding-right: 5px;
    }
}

.slide img{
max-width: 100%;
height: auto;
}


.reviewName{
	position: relative;
}

.reviewName{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 120px;
	margin-left: 62px;
}

.list_l{
    float:left;
	margin-right: 50px;
}

.breg{
	color: #db3d1f;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.tec_uch_id{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}

/* Материалы */

.column-left {
    width: 25%;
    float: left;
    background: #D2DEEE;
    font-size: 21px;
}

.column-center {
    width: 75%;
    float: right;
    padding-right: 4px;
    box-sizing: border-box
}

@media (max-width: 990px) {
    .column-left {
        display: none;
    }

    .column-center {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .column-center {
        padding-left: 24px;
    }
}

.left-menu-item {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #4E4651;
    color: #fff;
    border-bottom: #635A5C;
    border-bottom: #635A5C solid 1px;
    border-top: #423C45 solid 1px;
}

/*
.left-menu-item:nth-child(even) {
    background: #EAEEF7;
}
*/

.left-menu-item.selected,
.left-menu-item:hover {
    background: #D1BB8C;
    color: #4F4B43;
}

.news-list .news-item .news-item__column-image {
    float: right;
    width: 30%;
    padding-right: 20px;
}

.news-list .news-item .news-item__column-data {
    float: left;
    width: 65%
}

.news-list .news-item .news-item__column-date {
    float: left;
    font-weight: bold;
}

.news-list .news-item .news-item__column-rubric {
    float: right;
    display: inline-block;
    font-weight: bold;
    border: 1px #000 solid;
    border-radius: 3px;
    padding: 4px 6px;
}

.news-list .news-item .news-item__title {
    display: block;
    margin: 6px 0 8px;
    font-weight: bold;
}

.news-list .news-item .news-item__preview-text {
    margin: 0 0 12px;
}

@media (max-width: 989px) {
    .news-list .news-item .news-item__column-image,
    .news-list .news-item .news-item__column-data,
    .news-list .news-item .news-item__column-date,
    .news-list .news-item .news-item__column-rubric {
        float: none;
    }

    .news-list .news-item .news-item__column-image,
    .news-list .news-item .news-item__preview-text {
        display: none;
    }

    .news-list .news-item .news-item__column-data {
        text-align: center;
        width: 100%;
    }

    .news-list .news-item .news-item__title {
        display: block;
        margin-bottom: 20px;
        color: inherit;
        text-decoration: none;
        font-size: 20px;
    }

    .news-list .news-item .news-item__column-date,
    .news-list .news-item .news-item__column-rubric {
        font-size: 15px;
    }
}

.news-detail + .news-detail {
    margin-top: 12px;
}

.news-detail .news-detail__column-sidebar {
    box-sizing: border-box;
    float: right;
    width: 25%;
    padding-left: 12px;
}

.news-detail .news-detail__column-content {
    float: left;
    width: 75%;
}

.news-detail .news-detail__detail-picture--outer {
    position: relative;
}

.news-detail .news-detail__column-content .detail_picture {
    height: auto;
    max-width: 100%;
    margin: 0 auto 12px;
    display: block;
}

.news-detail .news-detail__column-date  {
    float: left;
}

.news-detail .news-detail__column-rubric  {
    float: right;
}

.news-detail .news-detail__detail_text  {
    max-width: 100%;
    margin-top: 8px;
}

.news-detail .news-detail__detail_text img  {
    max-width: 100%;
}

.news-detail .news-detail__detail_text .video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.news-detail .news-detail__detail_text .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-detail .column-prev {
    float: left;
}

.news-detail .news-detail__column-next {
    float: right;
}

.news-detail .news-detail__column-prev {
    float: left;
}

.news-detail .news-detail__img-text {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 32px;
    color: #fff;
}

.news-detail .news-detail__author,
.news-detail .news-detail__rubric,
.news-detail .news-detail__title {
    font-size: 1.1em;
    display: inline-block;
}

.news-detail .news-detail__author + .news-detail__rubric {
    margin-left: 12px;
}

.news-detail .news-detail__rubric {
    border: 1px #fff solid;
    border-radius: 3px;
    padding: 4px;
}

.news-detail .news-detail__title {
    font-size: 1.9em;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 20px;
}

@media (max-width: 990px) {
    .news-detail .news-detail__column-sidebar {
        display: none;
    }

    .news-detail .news-detail__column-content {
        float: none;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .news-detail .news-detail__column-content .ya-share2 {
        display: none;
    }
}

.ya-share2 ul li:before,
.ya-share2 ol li:before {
    content: normal;
}

.ya-share2 ul li,
.ya-share2 ol li {
    padding-left: 0;
}

.ya-share2 {
    margin-bottom: 12px;
}

@media (min-width: 991px) {
    .column-center #vk_comments {
        margin-top: 30px;
    }
}

@media all and (max-width: 989px) {
    .news-detail .news-detail__author,
    .news-detail .news-detail__title {
        display: block;
    }

    .news-detail .news-detail__author,
    .news-detail .news-detail__rubric {
        margin-bottom: 4px;
        font-size: 1em;
    }

    .news-detail .news-detail__author + .news-detail__rubric {
        margin-left: 0px;
    }
    .news-detail .news-detail__title {
        font-size: 1.2em;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

#blog a{
    color: #c9502a;
}

#blog a:hover, #blog a:visited, #blog a:active{
    color: #ca8e6c;
}

#blog .blog-post-info, #blog .blog-post-title{
    background: none;
}

#blog h2{
    color: #c9502a;
}

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

.headtrener{
width:100%;
height:auto;
}

    }


.caption{
display:none;
}

.pkkorzhead{
position:relative;
display: table;
float: left;
}

.koltovarovvkorzine {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    background: red;
    border-radius: 50%;
    padding: 4px;
    width: 13px;
    height: 13px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}


@media (max-width: 990px) {
.pkkorzhead {
    position: relative;
    display: table;
    float: right;
    margin-top: 20px;
    clear: both;
}

.otherPage .mainIntro {
    display: none;
}

.mainIntro {
    display: none;
}

}

@media (min-width: 990px) {
.pkkorzhead {
    position: relative;
    display: table;
    float: right;
    margin-right: 50px;
    clear: both;
}



}
/* End */
/* /bitrix/templates/chess/styles.css?1747647599148636 */
/* /bitrix/templates/chess/template_styles.css?174764759915307 */
