/*2018*/
@charset "UTF-8";
@import url(css/style.css);
@import url(css/media.css);
@import url(css/animsition.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i,900");
.persones-widget h2 {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 45px;
  line-height: 40px; }
  .persones-widget h2 a {
    color: #eee;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent; }
    .persones-widget h2 a:hover {
      text-decoration: none;
      border-bottom: 2px solid #eee; }

.persone-list-item {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  padding: 10px;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .persone-list-item {
      text-align: center;
      height: auto;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5;
      border-radius: 2px; } }
  .persone-list-item:after {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #f8f7f7 0%, rgba(248, 247, 247, 0) 100%);
    z-index: 2; }
    @media (max-width: 600px) {
      .persone-list-item:after {
        display: none; } }
  .persone-list-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .4s ease-in-out; }
    .persone-list-item:hover .cover-background {
      height: 150px;
      width: 150px;
      transform: scale(1.07); }
    .persone-list-item:hover h3 {
      color: #41170e; }
  .persone-list-item .person-main-img {
    height: 150px;
    width: 150px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 3;
    position: relative;
    overflow: hidden; }
    @media (max-width: 600px) {
      .persone-list-item .person-main-img {
        height: 120px;
        width: 120px;
        float: none;
        display: inline-block;
        margin-bottom: 5px; } }
    .persone-list-item .person-main-img .cover-background {
      height: 120%;
      width: 120%;
      transition: all .4s ease-in-out;
      position: absolute;
      left: -10%;
      top: -10%;
      background-color: #eee; }
  .persone-list-item h3 {
    margin-top: 0;
    color: #170805;
    word-wrap: break-word;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .persone-list-item h3 {
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .persone-list-item .description {
      display: none; } }
  .persone-list-item.type2 {
    height: 330px;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center; }
    @media (max-width: 680px) {
      .persone-list-item.type2 {
        width: 33%; } }
    @media (max-width: 500px) {
      .persone-list-item.type2 {
        width: 50%; } }
    @media (max-width: 400px) {
      .persone-list-item.type2 {
        width: 100%; }
        .persone-list-item.type2 .person-main-img {
          width: 120px; } }
    .persone-list-item.type2:after {
      display: none; }
    .persone-list-item.type2 .person-main-img {
      float: none;
      margin: 0 auto 15px;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      @media (max-width: 400px) {
        .persone-list-item.type2 .person-main-img {
          width: 120px;
          height: 120px;
          padding: 0; } }
      .persone-list-item.type2 .person-main-img .cover-background {
        padding-bottom: 120%; }
    @media (max-width: 1150px) {
      .persone-list-item.type2 h3 {
        font-size: 16px;
        word-wrap: normal; } }
    .persone-list-item.type2 h3 small {
      display: block; }
    .persone-list-item.type2 .description {
      display: none; }

.discipline-type {
  position: relative;
  height: 300px;
  display: block;
  margin-bottom: 25px; }
  .discipline-type h2 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    font-size: 42px; }

.table.adap .persone-list-item {
  width: 50%; }
  @media (max-width: 700px) {
    .table.adap .persone-list-item {
      width: 100%; } }
  @media (max-width: 480px) {
    .table.adap .persone-list-item {
      width: 100%; }
      .table.adap .persone-list-item.type2 {
        height: auto; }
      .table.adap .persone-list-item .person-main-img {
        width: 200px;
        height: 200px;
        padding-bottom: 0; } }

body {
  background-color: #fff; }

* {
  font-family: "Raleway", sans-serif !important; }

hr {
  margin-top: 15px;
  margin-bottom: 30px; }

p, em, i, b {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px; }

li, ul {
  font-size: 16px;
  line-height: 1.5; }

li {
  margin-bottom: 5px; }

ul {
  margin-bottom: 0; }

h2 {
  font-size: 27px;
  letter-spacing: 0px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px; }

h4 {
  margin-bottom: 10px; }

sup {
  vertical-align: super;
  color: inherit; }

a {
  color: #41170e;
  font-weight: 600;
  font-size: 16px; }

/*------------------------------------------------------------------
МОИ ФИШКИ
------------------------------------------------------------------*/
.cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.a-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.softly {
  transition: all 0.1s ease-out; }

a.nontext {
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

/*------------------------------------------------------------------
ОБЩИЙ ШАБЛОН
------------------------------------------------------------------*/
.footer {
  bottom: 15px; }

.footer-content {
  color: #fcf6ec;
  border-top: 3px solid #f28b0f; }

@media only screen and (max-width: 920px) {
  .menu-wrapper {
    width: 50px;
    float: none;
    display: table-cell;
    vertical-align: middle; } }

.header-wrapper {
  font-family: "Raleway", sans-serif !important;
  z-index: 2;
  position: absolute;
  padding: 0 20px;
  width: 251px;
  /* 	@media only screen and (max-height: 820px){
  	.logo {
  		margin-top: 55px;
  		margin-bottom: 20px;
  		max-height: 150px;
  		img{
  			max-height: 150px;
  		}
  	}
  	ul.sf-menu li a {
  		font-size: 18px;
  		line-height: 1.1;
  		display: inline-block;
  	}
  	ul.sf-menu li {
  		margin-bottom: 5px;
  	}
  }
  @media only screen and (max-height: 720px){
  	.logo {
  		margin-top: 55px;
  		margin-bottom: 20px;
  		max-height: 150px;
  		img{
  			max-height: 150px;
  		}
  	}
  	ul.sf-menu li a {
  		font-size: 14px;
  		line-height: 1.1;
  		display: inline-block;
  	}
  	ul.sf-menu li {
  		margin-bottom: 2px;
  	}
  } */ }
  @media only screen and (max-width: 920px) {
    .header-wrapper {
      width: 100%;
      position: relative; } }
  .header-wrapper:after {
    content: '';
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 251px;
    height: 100vh;
    z-index: -2; }
    @media only screen and (max-width: 920px) {
      .header-wrapper:after {
        display: none; } }
  @media only screen and (max-width: 920px) {
    .header-wrapper {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: none; } }
  .header-wrapper .logoImage-mob {
    display: none; }
  .header-wrapper .logo {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center; }
    .header-wrapper .logo a {
      display: inline-block; }
    @media only screen and (max-width: 920px) {
      .header-wrapper .logo img {
        max-height: 130px;
        max-width: 100%; } }
  @media only screen and (max-width: 920px) {
    .header-wrapper .logoImage {
      display: none; }
    .header-wrapper .logoImage-mob {
      display: inline-block; } }

.darker {
  background-color: black;
  opacity: .7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1; }

ul.sf-menu li {
  margin-bottom: 12px; }

ul.sf-menu li a {
  color: #fcf6ec;
  font-family: "Raleway", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase; }

ul.sf-menu li.current_page_item a, ul.sf-menu li a:hover {
  color: #f28b0f; }

.mobile-menu-wrapper ul.mobile-menu li a {
  font-family: "Raleway", sans-serif !important;
  padding: 4px 30px 4px; }

/*------------------------------------------------------------------
ГЛАВНАЯ БОЛЬШАЯ КАРТИНКА. ПЕРВЫЙ ЭКРАН
------------------------------------------------------------------*/
.intropic {
  padding: 15px 10% 15px 2%; }
  .intropic .bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    position: fixed;
    z-index: 0; }
  @media only screen and (max-width: 700px) {
    .intropic {
      padding: 0; } }
  .intropic .big-title {
    border-radius: 0 0 2px 2px;
    position: relative;
    z-index: 1; }
    .intropic .big-title .date-n-place {
      font-size: 30px;
      line-height: 1.1;
      font-weight: 700; }
      @media only screen and (max-width: 920px) {
        .intropic .big-title .date-n-place {
          font-size: 24px; } }
    .intropic .big-title .date {
      display: inline-block;
      color: #fff;
      font-size: 1em;
      padding: .2em .3em .3em; }
      .intropic .big-title .date span {
        font-weight: 500;
        font-size: .9em; }
      .intropic .big-title .date svg {
        height: .8em;
        padding-right: .2em;
        margin-bottom: -.15em;
        display: inline-block; }
        .intropic .big-title .date svg .st0 {
          fill: #fff; }
    .intropic .big-title .place {
      display: inline-block;
      color: #f28b0f;
      padding: .2em .3em .3em; }
      .intropic .big-title .place svg {
        height: .9em;
        display: inline-block;
        margin-bottom: -4px; }
        .intropic .big-title .place svg .st0 {
          fill: #f28b0f; }
        .intropic .big-title .place svg .st1 {
          fill: #1a0f01; }
      .intropic .big-title .place span {
        font-weight: 400; }

/*------------------------------------------------------------------
ПАРТНЕРЫ
------------------------------------------------------------------*/
.partners-block {
  position: relative;
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .partners-block {
      padding: 0; } }
  .partners-block .partners {
    background-color: white;
    padding: 30px; }
    @media only screen and (max-width: 700px) {
      .partners-block .partners {
        padding: 20px; } }
    .partners-block .partners img {
      max-height: 140px;
      padding: 15px;
      max-width: 100%; }
    .partners-block .partners hr {
      border: 0;
      border-bottom: 1px solid #ddd; }

/*------------------------------------------------------------------
ПРИВЕТСТВИЕ
------------------------------------------------------------------*/
.greetings-block {
  position: relative;
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 700px) {
    .greetings-block {
      padding: 0; } }
  .greetings-block .greeting {
    padding: 30px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 700px) {
      .greetings-block .greeting {
        padding: 20px; } }
    .greetings-block .greeting:nth-child(even) .greeting-image-wrapper {
      right: auto;
      left: 0;
      padding: 30px 0px 30px 30px; }
    .greetings-block .greeting:nth-child(even) .txt {
      padding-left: 250px;
      padding-right: 0; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting:nth-child(even) .txt {
          width: 100%;
          float: none;
          padding: 20px; } }
    .greetings-block .greeting .greeting-image-wrapper {
      width: 250px;
      height: 430px;
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      padding: 30px 30px 30px 0; }
      @media only screen and (max-width: 1170px) {
        .greetings-block .greeting .greeting-image-wrapper {
          height: 400px;
          bottom: auto; } }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image-wrapper {
          /* 		max-width: 100%;
          	width: 350px;
          	position: relative;
          	padding: 20px;	
          	padding-bottom: 0; */
          display: none; } }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting .greeting-image-wrapper {
          display: none; } }
    .greetings-block .greeting.greeting-2 {
      width: 25%;
      padding: 15px;
      float: left;
      border-bottom: 0; }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting.greeting-2 {
          width: 100%; } }
      .greetings-block .greeting.greeting-2 .greeting-image-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        height: auto; }
        .greetings-block .greeting.greeting-2 .greeting-image-wrapper .greeting-image {
          padding-bottom: 160%; }
      .greetings-block .greeting.greeting-2 .txt {
        width: 100%;
        padding: 0;
        padding-top: 15px; }
    .greetings-block .greeting .greeting-image-mob {
      width: 150px;
      height: auto;
      border-radius: 100%;
      float: right;
      margin: 7px;
      display: none; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image-mob {
          display: inline-block; } }
      @media only screen and (max-width: 412px) {
        .greetings-block .greeting .greeting-image-mob {
          display: inline-block; } }
    .greetings-block .greeting .greeting-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .greeting-image {
          background-position: center center; } }
    .greetings-block .greeting .txt {
      width: 100%;
      padding: 30px;
      padding-right: 250px; }
      @media only screen and (max-width: 700px) {
        .greetings-block .greeting .txt {
          width: 100%;
          float: none;
          padding: 20px; } }
      .greetings-block .greeting .txt p {
        margin-bottom: 10px;
        line-height: 1.5; }
  .greetings-block .hot-spots .hot-block {
    width: 100%;
    margin-bottom: 20px; }

/*------------------------------------------------------------------
ТРИ БОЛЬШИХ ЯРЛЫКА: ГЛАВНАЯ ИНФОРМАЦИЯ, ЖЮРИ, РЕГИСТРАЦИЯ
------------------------------------------------------------------*/
.hot-spots {
  padding: 15px 10% 15px 2%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .hot-spots {
      padding: 0; } }
  .hot-spots .hot-block {
    width: 33.33%;
    padding: 10px;
    float: left;
    height: 100%;
    position: relative;
    background-color: #fff; }
    .hot-spots .hot-block:hover .hot-spot img {
      opacity: 0.3; }
    .hot-spots .hot-block:hover .hot-spot .txt {
      opacity: 0.95; }
    .hot-spots .hot-block .hot-spot {
      text-align: center;
      position: relative;
      height: 400px; }
      .hot-spots .hot-block .hot-spot img {
        padding: 40px 20px 0px;
        height: 180px;
        width: auto;
        opacity: 0.2; }
      .hot-spots .hot-block .hot-spot .txt {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 180px;
        padding: 10px;
        opacity: 0.8; }
      .hot-spots .hot-block .hot-spot h3 {
        font-size: 36px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1370px) {
          .hot-spots .hot-block .hot-spot h3 {
            font-size: 30px; } }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot h3 {
            font-size: 25px; } }
      .hot-spots .hot-block .hot-spot p {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 10px; }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot p {
            font-size: 18px; } }
        @media only screen and (max-width: 1030px) {
          .hot-spots .hot-block .hot-spot p {
            font-size: 25px; } }

/*------------------------------------------------------------------
ЛЮБАЯ СТРАНИЦА
------------------------------------------------------------------*/
@media only screen and (min-width: 919px) {
  .container-wrapper {
    margin-left: 270px; } }
@media only screen and (max-height: 720px) {
  .container-wrapper {
    margin-left: 250px; } }

.container-wrapper {
  padding-top: 50px; }

.name-banner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  padding-top: 5px;
  background-color: #2c1009;
  text-align: center;
  font-size: 23px;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 920px) {
    .name-banner {
      position: relative;
      width: 100%;
      font-size: 16px;
      line-height: 1.5;
      padding-bottom: 3px; } }
  @media only screen and (max-width: 920px) {
    .name-banner {
      font-size: 12px; } }

.page-bg {
  background-position: top right;
  top: 0;
  left: 0px; }

.anypage {
  height: 100%;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; }
  .anypage table, .anypage th, .anypage td {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 480px) {
    .anypage .table td {
      display: block; } }
  .anypage #container {
    width: 1100px;
    max-width: 100%; }
  .anypage .page-title-inner {
    margin-bottom: -9px;
    background-color: black; }
    @media only screen and (max-width: 920px) {
      .anypage .page-title-inner {
        margin-bottom: inherit; } }
  .anypage .page-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: .7; }

.page-wrapper {
  background: #f8f7f7; }

.low-border {
  margin-top: 50px;
  width: 100%;
  height: 50px;
  background-color: #eee; }

/*------------------------------------------------------------------
АДАПТИВНОСТЬ
------------------------------------------------------------------*/
@media only screen and (max-width: 920px) {
  .container-wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding-top: 0; } }
@media only screen and (max-width: 700px) {
  .hot-spots .hot-block {
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .table.adap td {
    display: block;
    width: 100%; } }
.table.col-2 td {
  width: 50%;
  border-right: 1px solid #ccc; }
  @media only screen and (max-width: 480px) {
    .table.col-2 td {
      display: block;
      width: 100%;
      border-right: 0px solid #ccc; } }
  .table.col-2 td:last-child {
    border-right: 0px solid #ccc; }

/* Кнопка */
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ccc;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: disabled;
    opacity: .65;
    box-shadow: none; }

.btn-primary {
  background: #f28b0f;
  border: 1px solid #c3700b; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    text-decoration: none; }

/*# sourceMappingURL=theme.css.map */
