@charset "UTF-8";


@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat/Montserrat-Regular.ttf")
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("../../fonts/Montserrat/Montserrat-Black.ttf")
}

@font-face {
  font-family: "Montserrat-Italic";
  src: url("../../fonts/Montserrat/Montserrat-Italic.ttf")
}

@font-face {
  font-family: "Overpass-Black";
  src: url("../../fonts/Overpass/Overpass-Black.ttf")
}

@font-face {
  font-family: "Overpass-SemiBold";
  src: url("../../fonts/Overpass/Overpass-SemiBold.ttf")
}

@font-face {
  font-family: "Overpass-Medium";
  src: url("../../fonts/Overpass/Overpass-Medium.ttf")
}

@font-face {
  font-family: "Overpass-ExtraBold";
  src: url("../../fonts/Overpass/Overpass-ExtraBold.ttf")
}

@font-face {
  font-family: "Overpass-Regular";
  src: url("../../fonts/Overpass/Overpass-Regular.ttf")
}

::placeholder {
  color: #A8AABC;
  font-family: "Overpass-Regular", sans-serif
}

::selection {
  background-color: #000;
  color: #fff
}

html {
  height: 100%
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
/*  filter: grayscale(1);*/
  color: #434655;
  font-family: "Montserrat-Regular", sans-serif
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red
}

body input:required:valid,
body textarea:required:valid {
  border-color: green
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center
}

.grid-fluid {
  max-width: 1440px;
  margin: auto
}

.slide-grid-fluid {
  max-width: 1860px;
  margin: auto;
  position: relative
}

.button {
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-family: "Overpass-Black", sans-serif;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff
}

.button:hover {
  color: #fff;
  text-decoration: none
}

.button-big {
  font-size: 16px;
  padding: 15px 10px 10px
}

.button-small {
  font-size: 14px;
  padding: 15px 5px 10px
}

.button-blue {
  background: #00A3A9
}

.button-blue:hover {
  background: #0032B4
}

.button-red {
  background: #Ea5558
}

.button-red:hover {
  background: #A2002F
}

.s-blue {
  background: #00A3A9;
  color: #fff
}

.s-blue .preview-sect h2 {
  color: #fff;
  background: #00A3A9
}

.s-blue .preview-sect:after {
  background: #fff
}

.s-wide {
  padding: 70px 0
}

.preview-sect {
  position: relative;
  margin-bottom: 38px
}

.preview-sect h2 {
  text-transform: uppercase;
  font-family: "Overpass-Black", sans-serif;
  font-size: 32px;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 20px 0 0;
  margin-bottom: 0;
  z-index: 2;
	color: #212B42;
}

.preview-sect:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  height: 2px;
  width: 100%;
  transform: skew(-12deg) translateX(0%);
  background: #434655;
  z-index: 1
}

.s-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
	background: #071b39;
}

.s-header .logo {
	max-width: 180px;
}

.s-header ul.menu {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right
}

.s-header ul.menu li {
  display: inline-block;
  margin-right: 30px
}

.s-header ul.menu li:last-child {
  margin-right: 0
}

.s-header ul.menu li a {
  font-family: "Overpass-Regular", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none
}

.s-header .social {
  background: #Ea5558;
  text-align: center;
  padding: 6px 10px 7px 5px
}

.s-header .social ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none
}

.s-header .social ul li {
  display: inline-block;
  margin-right: 20px
}

.s-header .social ul li:last-child {
  margin-right: 0
}

.s-header .social ul li a img {
  max-width: 23px
}

.s-header .social .phone {
  font-family: "Overpass-Regular", sans-serif;
  font-size: 17px;
  line-height: 20px
}

.s-header .social .phone a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease
}

.s-header .social .phone span {
  font-size: 14px
}

.s-slide {
/*
  background-image: url(/img/slide/slide-winter.png);
  background-size: cover;
  background-position: top center;
*/
  box-shadow: 0px 21px 47px 0px rgba(28, 28, 32, 0.31);
  position: relative;
  overflow: hidden;
  padding-top: 68.7px;
	background-image: url(/img/72bg.svg);
	background-repeat: repeat;
}

.s-slide .s-slide-img {
  position: absolute;
  width: 96%;
  height: auto;
  bottom: 0;
  left: 0
}

.s-slide .content {
  text-transform: uppercase;
  padding-top: 74px;
  padding-bottom: 104px;
  max-width: 720px;
	color: #212B42;
}

.s-slide .content h1 {
  font-family: "Overpass-Black", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 35px;
	color: #212B42;
}

.s-slide .content .data ul {
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none
}

.s-slide .content .data ul li {
  display: inline-block;
  font-family: "Overpass-SemiBold", sans-serif;
  font-size: 36px;
  margin-right: 20px
}

.s-slide .content .data ul li img{
  top: -2px;
  position: relative;
}

.s-slide .content .data ul li:last-child {
  margin-right: 0
}

.s-slide .content .data ul:last-child {
  margin-bottom: 0
}

.s-slide .content .button-wrap {
  margin-top: 24px;
  margin-bottom: 0
}

.s-slide .content .button-wrap ul {
  padding-left: 0;
  list-style-type: none
}

.s-slide .content .button-wrap ul li {
  display: inline-block;
  margin-right: 30px;
  min-width: 210px
}

.s-slide .content .button-wrap ul li:last-child {
  margin-right: 0
}

.s-slide .content .button-wrap ul li .button {
  width: 100%
}

.block-info {
  max-width: 800px;
  padding: 15px 10px 17px;
  border: 1px solid #434655;
  border-radius: 4px;
  margin: 60px auto 0
}

.block-info .img-wrap {
  text-align: center
}

.block-info .content {
  font-size: 14px;
  line-height: 20px;
  font-family: "Overpass-Regular", sans-serif
}

.s-blue-block {
  background: #212b42;
  padding: 20px 0;
  color: #fff;
  box-shadow: 0px 21px 47px 0px rgba(28, 28, 32, 0.31)
}

.s-blue-block .third-block {
  padding-top: 11px
}

.s-blue-block .second-block {
  text-align: center
}

.s-blue-block .second-block ul.social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none
}

.s-blue-block .second-block ul.social li {
  display: inline-block;
  max-width: 57px;
  margin-right: 22px
}

.s-blue-block .second-block ul.social li:last-child {
  margin-right: 0
}

.s-blue-block .title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Overpass-Black", sans-serif;
  margin-bottom: 10px
}

.s-blue-block .title .slash {
  color: #Ea5558;
  font-size: 27px;
  font-family: "Montserrat-Black", sans-serif;
  letter-spacing: 0;
  position: relative;
  top: 2px
}

.s-blue-block .content span {
  margin-bottom: 10px;
  display: inline-block
}

.item {
  margin-bottom: 40px;
  border: 1px solid #A8AABC;
  border-radius: 4px
}

.item img {
  border-radius: 4px 4px 0 0;
  width: 100%
}

.s-partners .s-partners-item {
  text-align: center
}

.s-organizatori .s-partners-items {
  justify-content: flex-start;
  text-align: center;
  display: flex;
  align-items: left
}

.s-organizatori .s-partners-items .s-partners-item {
  max-width: 150px;
  margin-right: 28px
}

.s-discipline {
  box-shadow: 0px 21px 47px 0px rgba(28, 28, 32, 0.31)
}

.s-discipline .s-discipline-item img {
  border-radius: 4px;
  margin-bottom: 17px
}

.s-discipline .s-discipline-item .title {
  margin-bottom: 16px;
  font-size: 28px;
  font-family: "Overpass-Black", sans-serif;
  text-transform: uppercase
}

.s-discipline .s-discipline-item .title span {
  color: #Ea5558;
  font-size: 34px;
  font-family: "Montserrat-Black", sans-serif;
  letter-spacing: 0
}

.s-discipline .s-discipline-item .content {
  line-height: 20px;
  font-size: 14px
}

.s-disc-small {
  padding-bottom: 40px
}

.s-disc-small .s-discipline-item {
  margin-bottom: 30px
}

.s-disc-small .s-discipline-item img {
  margin-bottom: 0
}

.s-disc-small .s-discipline-item .title {
  font-size: 22px
}

.s-kategorii .schema-img {
  margin-top: 60px;
  text-align: center
}

.s-kategorii .s-kategorii-item {
  box-shadow: 0 0.5rem 1rem rgba(22, 103, 210, 0.12)
}

.s-kategorii .s-kategorii-item .up-content {
  padding: 35px 19px 15px
}

.s-kategorii .s-kategorii-item .up-content .title {
  font-family: "Overpass-Black", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.s-kategorii .s-kategorii-item .up-content .title .slash {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 27px;
  color: #Ea5558
}

.s-kategorii .s-kategorii-item .up-content .title .litera {
  color: #085BDA
}

.s-kategorii .s-kategorii-item .up-content .ticket-type {
  text-align: center;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-family: "Overpass-Medium", sans-serif;
  line-height: 20px;
  background: #Ea5558;
  margin-bottom: 25px
}

.s-kategorii .s-kategorii-item .up-content .price {
  font-family: "Overpass-Black", sans-serif;
  font-size: 36px
}

.s-kategorii .s-kategorii-item .down-content {
  background: #a8aabc4d;
  padding: 20px;
  position: relative
}

.s-kategorii .s-kategorii-item .down-content .inform-icon img {
  height: 100%
}

.s-kategorii .s-kategorii-item .down-content .button-wrap {
  margin-top: 20px;
  position: relative;
  text-align: center
}

.s-kategorii .s-kategorii-item .down-content .button-wrap ul {
  padding-left: 0;
  width: 100%;
  position: absolute;
  top: 3px
}

.s-kategorii .s-kategorii-item .down-content .button-wrap ul li {
  list-style-type: none;
  display: inline-block;
  width: 47.3%;
  margin-right: 10px
}

.s-kategorii .s-kategorii-item .down-content .button-wrap ul li:last-child {
  margin-right: 0
}

.s-kategorii .s-kategorii-item .down-content .button-wrap .button {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 5px
}

.s-kategorii .s-kategorii-item .down-content .text {
  font-size: 14px
}

.s-info .s-info-item {
  display: block;
  position: relative;
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.s-info .s-info-item:hover .img-wrap {
  transform: scale(1.1)
}

.s-info .s-info-item .img-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease
}

.s-info .s-info-item .content {
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 10px 12px;
  background: rgba(67, 70, 85, 0.4);
  transition: all 0.3s ease
}

.s-info .s-info-item .content .title {
  font-size: 20px;
  color: #fff;
  font-family: "Overpass-Black", sans-serif;
  text-transform: uppercase
}
.s-another {
  padding-top: 0;
}
.s-another .button-wide {
  text-align: center;
  margin-top: 40px;
}
.s-another .another-link {
  text-align: center;
}
.s-another .another-link img {
  width: 100%;
}

.s-transfer .s-transfer-items {
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #434655;
  box-shadow: 0 0.5rem 1rem rgba(22, 103, 210, 0.12)
}

.s-transfer .s-transfer-items .s-transfer-item {
  border-bottom: 1px solid #434655;
  padding-top: 20px
}

.s-transfer .s-transfer-items .s-transfer-item:first-child {
  padding-top: 0
}

.s-transfer .s-transfer-items .s-transfer-item:last-child {
  border-bottom: none
}

.s-transfer .s-transfer-items .s-transfer-item .row {
  margin-bottom: 20px
}

.s-transfer .s-transfer-items .s-transfer-item .data {
  font-size: 20px;
  font-family: "Overpass-Black", sans-serif;
  text-transform: uppercase
}

.s-transfer .s-transfer-items .s-transfer-item .data .week {
  top: -3px;
  margin-left: 10px;
  position: relative
}

.s-transfer .s-transfer-items .s-transfer-item .data .slash {
  color: #Ea5558;
  font-size: 27px;
  font-family: "Montserrat-Black", sans-serif;
  letter-spacing: 0
}

.s-transfer .s-transfer-items .s-transfer-item .title {
  font-family: "Overpass-SemiBold", sans-serif;
  font-size: 18px;
  text-align: center
}

.s-transfer .s-transfer-items .s-transfer-item .point {
  font-size: 18px;
  font-family: "Overpass-SemiBold", sans-serif
}

.s-transfer .s-transfer-items .s-transfer-item .point img {
  margin: 0 10px 0
}

.s-transfer .s-transfer-items .s-transfer-item .time {
  text-align: center;
  border-radius: 20px;
  padding: 3px 5px;
  color: #fff;
  line-height: 20px;
  max-width: 118px;
  margin: auto
}

.s-transfer .s-transfer-items .s-transfer-item .time-blue {
  background: #085BDA
}

.s-transfer .s-transfer-items .s-transfer-item .time-red {
  background: #Ea5558
}

.s-transfer .map-wrap {
  text-align: center
}

.s-news .s-news-item img {
  border-radius: 4px;
  margin-bottom: 25px
}

.s-news .s-news-item .title {
  font-family: "Overpass-ExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 11px
}

.s-news .s-news-item .content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 11px
}

.s-news .s-news-item a {
  font-family: "Montserrat-Italic", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease
}

.s-news .s-news-item a:hover {
  color: #Ea5558;
  border-color: #Ea5558
}

.s-mp .s-mp-item {
  box-shadow: 0 0.5rem 1rem rgba(22, 103, 210, 0.12)
}

.s-mp .s-mp-item .content {
  padding: 0px 20px;
  text-align: center;
}

.s-mp .s-mp-item .content .title-wrap {
  text-align: center
}

.s-mp .s-mp-item .content .title-wrap .title {
  border-radius: 20px;
  padding: 8px 18px 6px;
  min-width: 212px;
  max-width: 100%;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  background: #Ea5558;
  font-size: 18px;
  font-family: "Overpass-Black", sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -20px
}

.s-mp .s-mp-item .content .data {
  font-family: "Overpass-Black", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
	color: #212B42;
}

.s-mp .s-mp-item .content .table-in {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap
}

.s-mp .s-mp-item .content .table-in .inside {
  display: inline-block;
  width: 182px;
	color: #212B42;
}

.s-mp .s-mp-item .content .table-in .type {
  font-size: 18px;
  font-family: "Overpass-SemiBold", sans-serif;
  margin: auto;
	color: #212B42
}

.s-mp .s-mp-item .content .table-in .type span {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 27px;
  color: #212B42
}

.s-mp .s-mp-item .content .table-in .type .hr {
  width: 38px;
  height: 100%;
  margin-left: 10px;
  border-bottom: 1px solid #434655;
  display: inline-block
}

.s-mp .s-mp-item .content .button-wrap {
  margin-top: 20px;
  position: relative;
  text-align: center
}

.s-mp .s-mp-item .content .button-wrap ul {
  padding-left: 0;
  width: 100%;
}

.s-mp .s-mp-item .content .button-wrap ul li {
  list-style-type: none;
  display: inline-block;
  width: 47.3%;
  margin-right: 10px
}

.s-mp .s-mp-item .content .button-wrap ul li:last-child {
  margin-right: 0
}

.s-mp .s-mp-item .content .button-wrap .button {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 5px
}

.s-mp .s-mp-item .content .button-wrap .button span {
	display: block;
	font-size: 9px;
}

.s-kontakti {
  overflow-x: hidden
}

.s-kontakti .title {
  max-width: 540px;
  font-size: 16px;
  font-family: "Overpass-Black", sans-serif
}

.s-kontakti .title ul {
  list-style-type: none;
  padding-left: 0
}

.s-kontakti .title ul li {
  display: inline-block;
  position: relative
}

.s-kontakti .title ul li:first-child {
  width: 5%;
  float: left;
  margin-right: 10px
}

.s-kontakti .title ul li:last-child {
  width: 90%
}

.s-kontakti .title ul li .slash {
  color: #Ea5558;
  font-size: 34px;
  font-family: "Montserrat-Black", sans-serif;
  letter-spacing: 0;
  margin-right: 10px;
  position: relative;
  top: -10px
}

.s-kontakti .red-wrap {
  padding: 22px 50px;
  color: #fff
}

.s-kontakti .red-wrap:before {
  content: "";
  background: #212b42;
  width: 120%;
  position: absolute;
  height: 100px;
  padding: 40px;
  right: -209px;
  top: -2px
}

.s-kontakti .red-wrap .phone {
  text-align: right;
  padding-right: 40px;
  line-height: 20px
}

.s-kontakti .red-wrap .phone a {
  color: #fff;
  font-size: 24px;
  font-family: "Overpass-Black", sans-serif;
  text-decoration: none
}

.s-kontakti .red-wrap .social {
  list-style-type: none;
  margin-bottom: 0;
  border-left: 1px solid #fff;
  padding: 11px 0 11px 70px
}

.s-kontakti .red-wrap .social li {
  display: inline-block;
  margin-right: 40px
}

.s-kontakti .red-wrap .social li:last-child {
  margin-right: 0
}

.s-kontakti .s-kontakti-second {
  margin-top: 40px
}

.s-kontakti .s-kontakti-second .wrap-emergency {
  max-width: 850px;
  margin: auto;
  text-align: center
}

.s-kontakti .s-kontakti-second .wrap-emergency .emergency-item img {
  max-width: 105px;
  margin-bottom: 20px
}

.s-kontakti .s-kontakti-second .wrap-emergency .emergency-item .title {
  font-size: 24px
}

.s-kontakti .s-kontakti-second .wrap-emergency .emergency-item .title .slash {
  font-family: "Montserrat-Black", sans-serif;
  margin-right: 5px;
  font-size: 28px;
  color: #Ea5558
}

.s-kontakti .s-kontakti-second .wrap-emergency .emergency-item .text {
  font-family: "Overpass-Black", sans-serif;
  font-size: 18px
}

.s-akkreditaciya .text {
  font-size: 18px;
  font-family: "Overpass-SemiBold", sans-serif;
  margin-bottom: 20px
}

.s-akkreditaciya form .down-form {
  width: 100%
}

.s-akkreditaciya form .down-form input {
  display: inline-block;
  overflow: hidden;
  border-color: #085BDA;
  color: #fff;
  width: 80%;
  height: 44.39px;
  vertical-align: middle;
  background: #212B42;
  font-family: "Overpass-Regular", sans-serif;
  border-radius: 5px;
  position: relative;
  float: left;
  cursor: pointer;
  z-index: 0
}

.s-akkreditaciya form .down-form input:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "выбрать файл";
  background: #212B42;
  left: 0;
  top: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2
}

.s-akkreditaciya form .down-form input:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #212B42;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1
}

.s-akkreditaciya form .down-form .icon {
  width: 19%;
  display: inline-block;
  padding-top: 10px;
  text-align: center;
  padding-left: 10px
}

.s-akkreditaciya form .button {
  border: none;
  width: 100%;
  padding: 10px 10px 10px;
  font-family: "Overpass-Regular", sans-serif;
  font-size: 14px;
  height: 44.39px
}

.s-akkreditaciya form .up-form {
  width: 100%
}

.s-akkreditaciya form input,
.s-akkreditaciya form select {
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  border: 1px solid #A8AABC;
  border-radius: 4px;
  padding: 11px 20px 9px
}

.s-akkreditaciya form label .form-user-agreement,
.s-akkreditaciya form label span {
  height: 56px;
  display: block
}

.s-akkreditaciya form label .form-user-agreement {
  margin-top: 15px;
  height: auto!important;
}

.s-akkreditaciya form label .form-user-agreement input {
  transition: all 0.3s ease-out;
  background: #F7F7F7;
  color: #30455a;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  outline: none;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px
}

.s-akkreditaciya form label .form-user-agreement a {
  color: #085BDA;
  text-decoration: none;
  transition: all 0.3s ease
}

.s-akkreditaciya form label .form-user-agreement a:hover {
  color: #Ea5558
}

.s-footer {
  background: #212b42;
  color: #fff;
  padding: 40px 0
}

.s-footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent
}

.s-footer a:hover {
  color: #Ea5558;
  border-color: #Ea5558
}

.s-footer ul {
  padding-left: 0;
  margin-bottom: 50px
}

.s-footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px
}

.s-footer ul li:last-child {
  margin-right: 0
}

.s-footer ul li a {
  text-transform: uppercase;
  color: #fff
}

.s-footer p {
  font-size: 14px
}

.s-footer .copy {
  font-size: 14px
}

.s-footer .copy a {
  color: #Ea5558
}

.s-footer .up {
  text-align: right
}

.s-footer .up a {
  text-transform: uppercase
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  background: #212B42 url(/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s 0s, visibility 0s 0.3s, background-color 0.3s 0s
}

.cd-top:hover {
  background-color: #212B42
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible {
  transition: opacity 0.5s 0s, visibility 0s 0s
}

.no-touch .cd-top:hover {
  transition: opacity 0.5s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1
}

.cd-top.cd-fade-out {
  opacity: 0.5
}

.no-touch .cd-top:hover {
  background-color: #085BDA;
  opacity: 1
}

@media only screen and (min-width:768px) {
  .cd-top {
    right: 20px;
    bottom: 20px
  }
}

@media only screen and (min-width:1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px
  }
}

@media only screen and (max-width:1450px) {
  .s-slide .content {
    padding-bottom: 49px;
    padding-top: 101px
  }
}

@media only screen and (max-width:1424px) {
  .s-mp .s-mp-item .content .data {
    margin-bottom: 20px
  }

  .s-mp .s-mp-item .content .title-wrap .title {
    padding: 8px 10px 6px;
    font-size: 14px
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 14px
  }

  .s-mp .s-mp-item .content .table-in .type .hr {
    width: 30px
  }

  .s-mp .s-mp-item .content .table-in .type span {
    font-size: 22px
  }

  .s-mp .s-mp-item .content .table-in .inside {
    width: 212px
  }
}

@media only screen and (max-width:1400px) {
  .s-slide .s-slide-img {
    left: -100px;
    width: 114%
  }
}

@media only screen and (max-width:1337px) {
  .s-kategorii .s-kategorii-item .down-content .text {
    font-size: 12px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul li {
    width: 46.8%
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul li .button {
    font-size: 12px
  }

  .s-mp .s-mp-item .content .button-wrap ul li {
    width: 46.8%
  }

  .s-mp .s-mp-item .content .button-wrap ul li .button {
    font-size: 12px
  }
}

@media only screen and (max-width:1232px) {
  .s-slide .content h1 {
    font-size: 41px
  }
}

@media only screen and (max-width:1276px) {
  .s-blue-block .content {
    font-size: 14px
  }

  .s-blue-block .title {
    font-size: 18px;
    margin-bottom: 5px
  }
}

@media only screen and (max-width:1205px) {
  .s-kontakti .red-wrap .phone {
    padding-right: 0
  }

  .s-kontakti .red-wrap .phone a {
    font-size: 18px
  }

  .s-kontakti .red-wrap .social {
    padding-left: 40px
  }

  .s-kontakti .red-wrap .social li {
    margin-right: 17px
  }
}

@media only screen and (max-width:1200px) {
  .s-header ul.menu li {
    margin-right: 10px
  }

  .s-header ul.menu li a {
    font-size: 14px
  }

  .s-header .social .phone {
    font-size: 15px
  }

  .s-slide .s-slide-img {
    left: -110px;
    width: 120%
  }

  .s-kategorii .s-kategorii-item .up-content {
    padding: 20px 19px 15px
  }

  .s-kategorii .s-kategorii-item .up-content .price {
    font-size: 30px
  }

  .s-kategorii .s-kategorii-item .up-content .ticket-type {
    margin-bottom: 15px
  }

  .s-kategorii .s-kategorii-item .down-content {
    padding: 10px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap {
    margin-top: 15px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul {
    top: -5px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul li {
    margin-right: 4px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul li .button {
    font-size: 8.9px
  }

  .s-mp .s-mp-item .content {
    padding: 0 10px
  }

  .s-mp .s-mp-item .content .data {
    font-size: 16px
  }

  .s-mp .s-mp-item .content .button-wrap {
    margin-top: 36px
  }

  .s-mp .s-mp-item .content .button-wrap ul li {
    margin-right: 4px
  }

  .s-mp .s-mp-item .content .button-wrap ul li .button {
    font-size: 8.9px
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 14px
  }

  .s-mp .s-mp-item .content .table-in .type .hr {
    width: 30px
  }

  .s-mp .s-mp-item .content .table-in .type span {
    font-size: 18px
  }

  .s-mp .s-mp-item .content .table-in .inside {
    width: 202px
  }

  .s-transfer .s-transfer-items {
    padding: 10px
  }

  .s-transfer .s-transfer-items .s-transfer-item .row {
    margin-bottom: 10px
  }

  .s-transfer .s-transfer-items .s-transfer-item .point {
    font-size: 14px
  }

  .s-transfer .s-transfer-items .s-transfer-item .point span {
    display: block
  }

  .s-transfer .s-transfer-items .s-transfer-item .point img {
    max-width: 15px
  }

  .s-transfer .s-transfer-items .s-transfer-item .time {
    font-size: 14px
  }

  .s-transfer .s-transfer-items .s-transfer-item .data {
    font-size: 18px
  }

  .s-transfer .s-transfer-items .s-transfer-item .title {
    font-size: 14px
  }
}

@media only screen and (max-width:1100px) {
  .s-slide .s-slide-img {
    left: -140px;
    width: 133%
  }

  .s-discipline .s-discipline-item .title {
    font-size: 22px
  }

  .s-mp .s-mp-item .content {
    padding: 0 10px
  }

  .s-mp .s-mp-item .content .title-wrap .title {
    min-width: 100%;
    padding: 4px 5px 4px;
    font-size: 12px
  }

  .s-mp .s-mp-item .content .data {
    font-size: 15px;
    margin-bottom: 10px
  }

  .s-mp .s-mp-item .content .button-wrap {
    margin-top: 36px
  }

  .s-mp .s-mp-item .content .button-wrap ul li {
    margin-right: 4px
  }

  .s-mp .s-mp-item .content .button-wrap ul li .button {
    font-size: 8.9px
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 11px
  }

  .s-mp .s-mp-item .content .table-in .type .hr {
    width: 30px
  }

  .s-mp .s-mp-item .content .table-in .type span {
    font-size: 18px
  }

  .s-mp .s-mp-item .content .table-in .inside {
    width: 164px
  }

  .s-blue-block .content {
    font-size: 13px
  }
}

@media only screen and (max-width:1050px) {
  .s-slide .content .data ul li {
    font-size: 28px
  }
}

@media only screen and (max-width:1022px) {
  .s-blue-block .second-block ul.social li {
    margin-right: 9px;
    max-width: 48px
  }
}

@media only screen and (max-width:991px) {
  .preview-sect h2 {
    font-size: 26px
  }

  .s-slide .s-slide-img {
    left: -180px;
    width: 146%
  }

  .s-slide .content h1 {
    font-size: 33px
  }

  .s-discipline .s-discipline-item .title {
    font-size: 19px
  }

  .s-disc-small .s-discipline-item .title {
    font-size: 16px;
    position: relative
  }

  .item {
    margin-bottom: 60px
  }

  .s-kategorii .s-kategorii-item .up-content {
    text-align: center
  }

  .s-kategorii .s-kategorii-item .down-content .text {
    font-size: 14px
  }

  .s-kategorii .s-kategorii-item .down-content .short img {
    height: 118px
  }

  .s-kategorii .s-kategorii-item .down-content .long img {
    height: 170px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul li .button {
    font-size: 12.5px
  }

  .s-mp .s-mp-item {
    text-align: center
  }

  .s-mp .s-mp-item .content .title-wrap .title {
    font-size: 14px;
    min-width: 68%
  }

  .s-mp .s-mp-item .content .table-in {
    display: inline-block
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 18px
  }

  .s-mp .s-mp-item .content .table-in .type .inside {
    width: 196px
  }

  .s-mp .s-mp-item .content .table-in .type .hr {
    width: 70px
  }

  .s-mp .s-mp-item .content .button-wrap ul li .button {
    font-size: 12.5px
  }

  .s-mp .block-info {
    margin-top: 40px
  }

  .s-transfer .s-transfer-items {
    max-width: 700px;
    margin: 0 auto
  }

  .s-transfer .s-transfer-items .s-transfer-item .point {
    font-size: 16px
  }

  .s-transfer .s-transfer-items .s-transfer-item .point span {
    display: inline-block
  }

  .s-transfer .s-transfer-items .s-transfer-item .data {
    font-size: 14px
  }

  .s-blue-block .title {
    font-size: 15px
  }

  .s-info .s-info-item .content .title {
    font-size: 16px
  }

  .s-kontakti .title {
    font-size: 12px
  }

  .s-kontakti .title ul li:first-child {
    width: 10%
  }

  .s-kontakti .title ul li:last-child {
    width: 85%
  }

  .s-kontakti .red-wrap:before {
    right: -109px
  }

  .s-kontakti .red-wrap .phone a {
    font-size: 15px
  }

  .s-kontakti .red-wrap .social {
    padding-left: 9px
  }

  .s-kontakti .red-wrap .social li {
    margin-right: 5px
  }

  .s-akkreditaciya form label .form-user-agreement,
  .s-akkreditaciya form label span {
    height: 90px
  }
}

@media only screen and (max-width:850px) {
  .s-slide .content .button-wrap ul li {
    min-width: 184px
  }

  .s-slide .content h1 {
    font-size: 31px
  }

  .s-slide .content .data ul li {
    font-size: 23px
  }
}

@media only screen and (max-width:820px) {
  .s-slide .content h1 {
    font-size: 28px
  }

  .s-slide .content .data ul li {
    font-size: 23px
  }
}

@media only screen and (max-width:788px) {
  .s-kontakti .s-kontakti-second .wrap-emergency .emergency-item .text {
    font-size: 11px
  }
}

@media only screen and (max-width:767px) {
  .s-slide .content {
    text-align: center;
    padding-bottom: 0
  }

  .s-slide .content h1 {
    font-size: 36px
  }

  .s-slide .content .data ul li {
    margin-right: 10px
  }

  .s-slide .s-slide-img {
    width: 100%;
    left: 0;
    position: relative
  }

  .s-organizatori .s-partners-items .s-partners-item {
    margin-right: 5px
  }

  .s-discipline {
    padding-bottom: 40px
  }

  .s-discipline .s-discipline-item {
    margin-bottom: 30px
  }

  .s-discipline .s-discipline-item img {
    width: 100%
  }

  .s-disc-small .s-discipline-item .title {
    font-size: 11px
  }

  .s-kategorii .s-kategorii-item .up-content {
    text-align: center
  }

  .s-kategorii .s-kategorii-item .down-content {
    padding: 20px 10px
  }

  .s-kategorii .s-kategorii-item .down-content .text {
    font-size: 16px
  }

  .s-kategorii .s-kategorii-item .down-content .button-wrap ul {
    top: 3px
  }

  .s-kategorii .schema-img {
    margin-top: 40px
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 12px
  }

  .s-mp .s-mp-item .content .table-in .type .inside {
    width: 124px
  }

  .s-mp .s-mp-item .content .table-in .type .hr {
    width: 35px
  }

  .s-kontakti .red-wrap .phone {
    position: relative;
    top: 2px
  }

  .s-kontakti .red-wrap .phone a {
    font-size: 16px
  }

  .s-kontakti .red-wrap .social {
    margin-bottom: 0
  }

  .s-kontakti .red-wrap .social li {
    max-width: 22px
  }

  .s-akkreditaciya form label .form-user-agreement,
  .s-akkreditaciya form label span {
    height: auto;
    margin-bottom: 10px
  }

  .s-akkreditaciya form .down-form {
    margin-bottom: 20px
  }

  .form-user-agreement {
    margin-top: 20px
  }

  .s-footer {
    text-align: center
  }

  .s-footer .up {
    text-align: center;
    margin-top: 20px
  }
}

@media only screen and (max-width:576px) {
  .s-mp .s-mp-item .content .table-in {
    display: block
  }

  .s-mp .s-mp-item .content .table-in .type {
    font-size: 16px
  }

  .s-mp .s-mp-item .content .table-in .type .inside {
    width: 184px
  }

  .block-info .img-wrap {
    margin-bottom: 20px
  }

  .s-kontakti .s-kontakti-second .wrap-emergency .emergency-item {
    margin-bottom: 30px
  }

  .s-kontakti .red-wrap {
    padding: 22px 7px
  }

  .s-kontakti .red-wrap:before {
    width: 100%;
    right: 0
  }

  .s-transfer .s-transfer-items .s-transfer-item .point {
    font-size: 15px
  }

  .s-transfer .s-transfer-items .s-transfer-item .point span {
    display: block
  }
}

@media only screen and (max-width:512px) {
  .s-slide .content .button-wrap ul li {
    margin-right: 10px
  }

  .s-slide .content .button-wrap ul li .button {
    font-size: 12px
  }
}

@media only screen and (max-width:480px) {
  .s-header .social {
    padding: 15px 10px 9px 10px
  }

  .s-header .social ul li {
    margin-right: 14px
  }

  .s-header .social .phone {
    font-size: 12px
  }

  .s-slide .content .button-wrap ul li {
    margin-right: 5px;
    min-width: 135px
  }

  .s-slide .content .button-wrap ul li .button {
    padding: 15px 6px 10px;
    font-size: 11px
  }

  .s-organizatori .s-partners-items {
    justify-content: space-around;
    text-align: center;
    display: flex;
    flex-wrap: wrap
  }

  .s-organizatori .s-partners-items .s-partners-item {
    max-width: 85px
  }

  .s-blue-block .title {
    font-size: 11px
  }

  .s-blue-block .second-block ul.social li {
    max-width: 37px
  }
}

@media only screen and (max-width:420px) {
  .preview-sect h2 {
    font-size: 19px
  }

  .s-slide .content h1 {
    font-size: 26px
  }

  .s-slide .content .data ul li {
    font-size: 18px
  }

  .s-organizatori .s-partners-items .s-partners-item {
    max-width: 67px
  }

  .s-discipline .s-discipline-item .title {
    font-size: 9px
  }

  .s-discipline .s-discipline-item .title span {
    font-size: 22px
  }

  .s-mp .s-mp-item .content .table-in .type .inside {
    width: 174px
  }

  .s-transfer .s-transfer-items .s-transfer-item .data {
    font-size: 11px
  }

  .s-transfer .s-transfer-items .s-transfer-item .data .slash {
    font-size: 20px
  }

  .s-transfer .s-transfer-items .s-transfer-item .point {
    font-size: 11px
  }

  .s-blue-block .content {
    font-size: 10px
  }

  .s-blue-block .title {
    font-size: 8px
  }

  .s-blue-block .title .slash {
    font-size: 16px
  }

  .s-blue-block .second-block ul.social li {
    margin-right: 3px;
    max-width: 29px
  }

  .s-akkreditaciya form label .form-user-agreement {
    font-size: 14px
  }

  .s-footer ul li {
    margin-right: 14px
  }

  .s-footer ul li a {
    font-size: 14px
  }
}

@media only screen and (max-width:360px) {
  .s-transfer .s-transfer-items .s-transfer-item .point span {
    display: inline-block
  }
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}