@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio.eot");
  src: url("RoadRadio.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio.woff") format("woff"), url("../fonts/RoadRadio.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Bold.eot");
  src: url("RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Bold.woff") format("woff"), url("../fonts/RoadRadio-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
a,
button,
input[type=submit],
input[type=button] {
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "RoadRadio", sans-serif;
  max-width:  1920px;
  margin-left: auto;
  margin-right: auto;
}

html,
body {
  height: 100%;
}

.all {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.xxx {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}



img {
  max-width: 100%;
  height: auto;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: inline-flex;
  flex-direction: column;
}
.flex.center {
  align-items: center;
}
.flex.j-center {
  justify-content: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.head{
  position: relative;
  z-index: 44;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  padding: 0;
}
.btn:focus {
  outline: none;
}

.btn-default {
  border-radius: 3px;
  background-color: #30c468;
  color: #ffffff;
  padding: 2px 15px;
  outline: none;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #4CAF50;
  color: #fff;
  border: 0;
  outline: none;
}

.btn-red {
  background: #E20613;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 20px;
  min-height: 30px;
  border: none;
  /* identical to box height, or 162% */
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* white */
  color: #FFFFFF;
  outline: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  background: #f44336;
  color: #fff;
  border: 0;
  outline: none;
}

.btn-go {
  background: #E20613;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  padding: 10px 32px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /* white */
  color: #FFFFFF;
  border: none;
  /* identical to box height, or 162% */
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* white */
  outline: none;
}
.btn-go:hover, .btn-go:active, .btn-go:focus {
  background: #f44336;
  color: #fff;
  border: 0;
  outline: none;
}

.btn-white {
  background: #fff;
  border-radius: 4px;
  padding: 0px 32px;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  border: none;
  color: #051934;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* white */
  outline: none;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #E20613;
  color: #fff;
  border: 0;
  outline: none;
}

.btn-blue {
  outline: none;
  background: #fff;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 40px;
  font-size: 32px;
  /* identical to box height, or 162% */
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* white */
  border: 1px #28348A solid;
  color: #28348A;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background: #28348A;
  color: #fff;
  border: 1px #28348A solid;
  outline: none;
}

.body_menu {
  overflow-y: hidden;
}

.form-input {
  display: block;
  width: 100%;
  background: #F4F5F7;
  /* gray/400 */
  border: 1px solid #D7DADD;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  /* gray/600 */
  color: #222;
  padding: 8px 16px;
  height: 40px;
}
.form-input:focus, .form-input:hover {
  outline: none;
}
.form-input::placeholder {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  /* gray/600 */
  color: #9A9CA5;
}

.textarea {
  resize: none;
}

.header-main {
  height: 620px;
  position: relative;
  overflow:  hidden;
}
.header-main.no-slider {
  height: 790px;
  margin-bottom: 60px;
}
.header-main header.header {
  z-index: 33;
  position: relative;
}
.header-main .header-level-1 {
  background: #E60000;
  position: relative;
  z-index: 3;
  top: 0;
  width: 100%;
  left: 0;
}
.header-main .header-level-1 .container {
  height: 100%;
}
.header-main .slider-top-wrapper {
  z-index: 4;
}


.slider-top .content,
.slider-top .container,
.slider-top .row,
.slider-top .col-lg-6{
height:  100%;
}

.slider-top .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.slider-top .col-lg-6 .button {
  margin-top: auto;
  margin-bottom: 30px;
}

.header-main .slider-top-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-top__nav {
  width: 100%;
}
.slider-top__nav .container{
  margin-right: 200px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: 0;
}
.slider-top__nav *{
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #292929;
  text-align: right;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.slider-top__nav{
  position: absolute;
  z-index: 99;
  top: 600px;
}


.header-main .slider-top-wrapper {
  width: 100%;
 height: calc(100% - 60px);

  position: absolute;
  top: 60px;

}

@media (max-width:  767px) {

.header-main .slider-top-wrapper {
  width: 100%;
 height: calc(100% - 60px);

  position: absolute;
  top: 60px;

}
}




.header-main .slider-top {
  height: 100%;
}
.header-main .slider-top .slick-list,
.header-main .slider-top .slick-track {
  height: 100%;
}
.header-main .menu-level-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-main .menu-level-1 ul li {
  margin-right: 17px;
}
.header-main .menu-level-1 ul li:last-child {
  margin-right: 0;
}
.header-main .menu-level-1 ul li a {
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}
.header-main .menu-level-1 ul li a:hover {
  color: #E20613;
}
.header-main .head-glass {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff url(../i/glass.svg) 50% 50% no-repeat;
  width: 70px;
  height: 90px;
  flex-shrink: 0;
  margin-left: auto;
}
.header-main .head-glass svg {
  fill: #fff;
}
.header-main .head-level-1-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-main .head-level-1-container .logo {
  width: 200px;
}
.header-main .head-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
}
.header-main .head-menu ul li {
  margin-right: 17px;
}
.header-main .head-menu ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-main .head-menu ul li:last-child {
  margin-right: 0;
}
.header-main .head-menu ul li .active {
  color: #1E2023 !important;
}
.header-main .head-menu ul li:hover a {
  color: #1E2023 !important;
}
.header-main .head-table {
  flex: 1;
}
.header-main .head-table .name {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
.header-main .head-table .head-td {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-main .head-table .level-1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.header-main .header-level-2 {
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.header-main .header-level-2-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-main .header-level-2-container .logo {
  margin-right: 77px;
}
.header-main .header-level-2-container .logo a {
  width: 270px;
  display: block;
}
.header-main .header-level-2-container .logo a img {
  display: block;
  width: 270px;
}
.header-main .search {
  position: relative;
  width: 100%;
  max-width: 170px;
  flex-shrink: 0;
}
.header-main .search .seach-input {
  color: #fff;
  border: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 33px;
  padding-bottom: 10px;
}
.header-main .search .seach-input:focus, .header-main .search .seach-input:hover {
  outline: none;
}
.header-main .search .search-btn {
  font-size: 0;
  background: url(../i/search-btn.svg) 50% 50% no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border: 0;
  padding: 0;
}
.header-main .search .search-btn:focus, .header-main .search .search-btn:hover {
  outline: none;
}
.header-main .soc-list {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.header-main .soc-list a {
  display: block;
}
.header-main .vk {
  background: url(../i/vk.svg) 50% 50% no-repeat;
  height: 18px;
  width: 30px;
  margin-right: 46px;
}
.header-main .fb {
  margin-right: 46px;
  height: 30px;
  width: 17px;
  background: url(../i/facebook.svg) 50% 50% no-repeat;
}
.header-main .insta {
  width: 30px;
  height: 30px;
  background: url(../i/insta.svg) 50% 50% no-repeat;
}
.header-main .slider-top-shadow .item {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
}
.header-main .slider-top-shadow .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(88, 88, 88, 0.42);
  width: 100%;
  height: 100%;
}
.header-main .slider-top-shadow .item.gray:after {
  background: linear-gradient(180deg, #F4F5F6 0%, rgba(244, 245, 246, 0.25) 100%);
}
.header-main .slider-top .container {
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.header-main .slider-top .container .title {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 35px;
  color: #292929;
  margin-bottom: 15px;
  text-align: right;
   text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.header-main .slider-top .container .title.gray {
  color: #424551;
}
.header-main .slider-top .container .title.left {
  text-align: left;
}
.header-main .slider-top .container .text {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.header-main .slider-top .container .text.gray {
  color: #424551;
}
.header-main .slider-top .container.no-slider {
  padding-top: 110px;
}
.header-main .slider-top .container.no-slider .title {
  margin-bottom: 35px;
  border: 4px solid #FFFFFF;
}
.header-main .bottom-info {
  display: flex;
  flex-flow: row;
  align-items: center;
padding-bottom: 20px;

}
.slick-dots{
  display: none !important;
}
.header-main .pagingInfo {
  margin-left: 45px;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #292929;
}
.header-main .pagingInfo.gray {
  color: #424551;
}
@media (max-width: 1200px) {
  .header-main .header-main.no-slider .slider-top .container {
    padding-top: 230px;
  }
  .header-main .header-level-1 {
    position: relative;
    z-index: 33;
  }
  .header-main .head-level-1-container {
    position: relative;
    z-index: 3;
  }
  .header-main .head-table .level-1 {
    margin-bottom: 0;
    justify-content: space-between;
  }
  .header-main .head-table .name {
    max-width: auto;
    width: auto;
  }
  .header-main .search {
    margin-left: 0;
  }
  .header-main .soc-list {
    margin-left: 0;
  }
}
.header-main .slider-top-arrows {
  display: flex;
}
.header-main .slider-top-arrows .btn-prev {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../i/top-slick-left-gray.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;
}
.header-main .slider-top-arrows .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg);
}
.header-main .slider-top-arrows .btn-prev:hover {
  opacity: 0.5;
}
.header-main .slider-top-arrows .btn-next {
  display: block;
  cursor: pointer;
  width: 50px;
  transition: 0.5s all;
  height: 50px;
  background-image: url(../i/top-slick-right-gray.svg);
  overflow: hidden;
  border-radius: 100%;
}
.header-main .slider-top-arrows .btn-next:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header-main .search {
    margin-bottom: 30px;
  }
  .slider-top__nav{
    top: 350px;
    margin-right: 0;
  }
  .slider-top__nav *{
    margin-right: 0;
    font-size: 30px;
    line-height: normal;
  }
  .header-main .soc-list {
    padding-bottom: 30px;
  }
  .header-main .slider-top-arrows .btn-next,
.header-main .slider-top-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .header-main .pagingInfo {
    font-size: 30px;
    line-height: 30px;
  }
}

.header-main.no-slider {
  height: 790px;
}
.header-main.no-slider .container {
  margin-top: auto;
  margin-bottom: auto;
}
.header-main.no-slider .slider-top-wrapper,
.header-main.no-slider .slider-top {
  height: 700px;
}

.header-main.no-slider .slider-top .container .title {
  margin-bottom: 35px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.header-main.no-slider .slider-top .container {
  padding-top: 0;
}

@media (max-height: 767px) {


  .header-main .pagingInfo {
    font-size: 20px;
  }
  .header-main .header-level-2 {
    padding-top: 20px;
  }
  .header-main .slider-top .item {
    display: flex;
  }
  /*
  .header-main .slider-top .container {
    margin-top: -10% !important;
  }*/
  .header-main .slider-top-arrows .btn-next,
.header-main .slider-top-arrows .btn-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 30px;
  }
  .header-main .head-glass {
    height: 60px;
  }
  .header-main .bottom-info {
    margin-bottom: 45px;
 
  }
}
@media (max-width: 767px) {
  .head-time {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 15px;
  }

  .header-main {
    min-height: 500px;
    max-height: 500px;
    height: 500px;
  }
  .header-main .slider-top-wrapper {
    top: 60px;
    max-height: 500px;
  }
  .header-main .header-level-1 {
    height: 60px;
  }
  .header-main .head-level-1-container {
    height: 100%;
  }
  .header-main .slider-top-wrapper,
.header-main .slider-top {
    height: 600px;
  }
  .header-main .slider-top .container .text {
    font-size: 18px;
    line-height: 22px;
  }
  .header-main .slider-top .container {
    padding-top: 130px;
  }
  .header-main .slider-top .container .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align:  center;
  }
  .header-main .head-level-1-container .logo {
    max-width: 100px;
  }
  .header-main .head-glass {
    height: 60px;
    width: 50px;
    background-size: 30px auto;
  }
  .header-main .header-level-2 {
    padding-top: 15px;
  }
  .header-main .slider-top-shadow .item {
    background-size: cover;
  }
  .header-main .slider-top-wrapper,
.header-main .slider-top {
    height: 100%;
    min-height: 480px;
  }

  .header-main.no-slider {
    max-height: 500px;
    height: 500px;
    min-height: 500px;
  }

  .header-main.no-slider .slider-top-wrapper,
.header-main.no-slider .slider-top {
    max-height: 500px;
    height: 500px;
    min-height: 500px;
  }

  .header-main.no-slider .slider-top .container {
    padding-top: 0;
  }

 
  .header-main .head-table .level-1,
.header-page .head-table .level-1 {
    border-bottom: 0;
  }
}
.blue .head-menu ul li a {
  color: #424551 !important;
}
.blue .head-menu ul li a.active {
  color: #E20613 !important;
}
.blue .head-menu ul li a:hover a {
  color: #E20613 !important;
}
.blue .header-level-1 {
  background: #F4F5F6 !important;
}
.blue .top-menu-level-1 > li > a {
  color: #424551 !important;
}
.blue .head-table .name {
  color: #424551 !important;
}
.blue .search .seach-input {
  border-color: #919296 !important;
}
.blue .search .seach-input {
  color: #424551 !important;
}
.blue .search .search-btn {
  background: url(../i/search-btn-gray.svg) 50% 50% no-repeat !important;
}
.blue .vk {
  background: url(../i/vk-gray.svg) 50% 50% no-repeat !important;
}
.blue .fb {
  background: url(../i/facebook-gray.svg) 50% 50% no-repeat !important;
}
.blue .insta {
  background: url(../i/insta-gray.svg) 50% 50% no-repeat !important;
}

.slider-top.slick-initialized .slick-slide {
  display: flex;
  background-repeat: no-repeat;
  background-position: top center;
}

.header-page-after {
  position: relative;
}
.header-page-after:after {
  content: "";
  background: url(../i/after.svg) top right no-repeat;
  display: block;
  position: absolute;
  bottom: -336px;
  right: 0;
  width: 572px;
  height: 386px;
}
@media (max-width: 767px) {
  .header-page-after:after {
    bottom: -300px;
  }
}

.header-page {
  background: #E60000;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.header-page.header-page-none {
  background: #fff;
}
.header-page.header-page-none .header-level-1 {
  background: #fff;
}
.header-page header.header {
  z-index: 33;
  position: relative;
}
.header-page .header-level-1 {
  background: #E60000;
  position: relative;
  z-index: 3;
  top: 0;
  width: 100%;
  left: 0;
}
.header-page .header-level-1 .container {
  height: 100%;
}
.header-page .slider-top-wrapper {
  width: 100%;
  height: 900px;
  position: absolute;
  top: 90px;
  width: 100%;
}
.header-page .slider-top {
  height: 900px;
}
.header-page .slider-top .slick-list,
.header-page .slider-top .slick-track {
  height: 100%;
}
.header-page .menu-level-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-page .menu-level-1 ul li {
  margin-right: 17px;
}
.header-page .menu-level-1 ul li:last-child {
  margin-right: 0;
}
.header-page .menu-level-1 ul li a {
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}
.header-page .menu-level-1 ul li a:hover {
  color: #E20613;
}
.header-page .head-glass {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff url(../i/glass.svg) 50% 50% no-repeat;
  width: 70px;
  height: 90px;
  flex-shrink: 0;
  margin-left: auto;
}
.header-page .head-glass svg {
  fill: #fff;
}
.header-page .head-level-1-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-page .head-level-1-container .logo {
  width: 200px;
}
.header-page .head-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
}
.header-page .head-menu ul li {
  margin-right: 17px;
}
.header-page .head-menu ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-page .head-menu ul li:last-child {
  margin-right: 0;
}
.header-page .head-menu ul li .active {
  color: #1E2023;
}
.header-page .head-menu ul li:hover a {
  color: #1E2023;
}
.header-page .head-table {
  flex: 1;
}
.header-page .head-table .name {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
.header-page .head-table .head-td {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-page .head-table .level-1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.header-page .header-level-2 {
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.header-page .header-level-2-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.header-page .header-level-2-container .logo {
  margin-right: 77px;
}
.header-page .search {
  position: relative;
  width: 100%;
  max-width: 170px;
  flex-shrink: 0;
}
.header-page .search .seach-input {
  color: #fff;
  border: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 33px;
  padding-bottom: 10px;
}
.header-page .search .seach-input:focus, .header-page .search .seach-input:hover {
  outline: none;
}
.header-page .search .search-btn {
  font-size: 0;
  background: url(../i/search-btn.svg) 50% 50% no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border: 0;
  padding: 0;
}
.header-page .search .search-btn:focus, .header-page .search .search-btn:hover {
  outline: none;
}
.header-page .soc-list {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.header-page .soc-list a {
  display: block;
}
.header-page .vk {
  background: url(../i/vk.svg) 50% 50% no-repeat;
  height: 18px;
  width: 30px;
  margin-right: 46px;
}
.header-page .fb {
  margin-right: 46px;
  height: 30px;
  width: 17px;
  background: url(../i/facebook.svg) 50% 50% no-repeat;
}
.header-page .insta {
  width: 30px;
  height: 30px;
  background: url(../i/insta.svg) 50% 50% no-repeat;
}
.header-page .slider-top-shadow .item {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
}
.header-page .slider-top-shadow .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(88, 88, 88, 0.42);
  width: 100%;
  height: 100%;
}
.header-page .slider-top .container {
  padding-top: 410px;
  position: relative;
  z-index: 3;
}
.header-page .slider-top .container .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 96px;
  line-height: 96px;
  color: #fff;
  margin-bottom: 30px;
}
.header-page .slider-top .container .title.gray {
  color: #424551;
}
.header-page .slider-top .container .text {
  font-size: 26px;
  line-height: 150%;
  /* or 39px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #fff;
  margin-bottom: 30px;
}
.header-page .bottom-info {
  display: flex;
  flex-flow: row;
  align-items: center;
  /*margin-bottom: 40px;*/
}
.header-page .pagingInfo {
  margin-left: 45px;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #fff;
}
.header-page .pagingInfo.gray {
  color: #424551;
}
@media (max-width: 1200px) {
  .header-page .header-level-1 {
    position: relative;
    z-index: 33;
  }
  .header-page .head-level-1-container {
    position: relative;
    z-index: 3;
  }
  .header-page .head-table .level-1 {
    margin-bottom: 0;
    justify-content: space-between;
  }
  .header-page .head-table .name {
    max-width: auto;
    width: auto;
  }
  .header-page .search {
    margin-left: 0;
  }
  .header-page .soc-list {
    margin-left: 0;
  }
  .header-page .slider-top .container {
    padding-top: 230px;
    height: 100%;
    position: relative;
  }
  .header-page .slider-top .container .title {
    font-size: 76px;
    line-height: 76px;
  }
}
.header-page .slider-top-arrows {
  display: flex;
}
.header-page .slider-top-arrows .btn-prev {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../i/top-slick-left-gray.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;
}
.header-page .slider-top-arrows .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg) 50% 50% no-repeat;
}
.header-page .slider-top-arrows .btn-prev:hover {
  opacity: 0.5;
}
.header-page .slider-top-arrows .btn-next {
  display: block;
  cursor: pointer;
  width: 50px;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 100%;
  height: 50px;
  background-image: url(../i/top-slick-right-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.header-page .slider-top-arrows .btn-next:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .header-page .search {
    margin-bottom: 30px;
  }
  .header-page .soc-list {
    padding-bottom: 30px;
  }
  .header-page .slider-top-arrows .btn-next,
.header-page .slider-top-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .header-page .pagingInfo {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-height: 767px) {
  .header-page .slider-top-wrapper {
    top: 60px;
  }
  .header-page .slider-top .container .title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .header-page .slider-top .container .text {
    font-size: 20px;
    margin-bottom: 0;
  }
  .header-page .pagingInfo {
    font-size: 30px;
  }
  .header-page .header-level-2 {
    padding-top: 20px;
  }
  .header-page .slider-top .container {
    padding-top: 160px;
  }
  .header-page .slider-top-arrows .btn-next,
.header-page .slider-top-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .header-page .head-glass {
    height: 60px;
  }
  .header-page .bottom-info {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-page .slider-top-wrapper {
    top: 60px;
  }
  .header-page .header-level-1 {
    height: 60px;
  }
  .header-page .head-level-1-container {
    height: 100%;
  }
  .header-page .slider-top-wrapper,
.header-page .slider-top {
    height: 600px;
  }
  .header-page .slider-top .container .text {
    font-size: 18px;
    line-height: 22px;
  }
  .header-page .slider-top .container {
    padding-top: 130px;
  }
  .header-page .slider-top .container .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .header-page .head-level-1-container .logo {
    max-width: 100px;
  }
  .header-page .head-glass {
    height: 60px;
    width: 50px;
    background-size: 30px auto;
  }
  .header-page .header-level-2 {
    padding-top: 15px;
  }
  .header-page .slider-top-shadow .item {
    background-size: cover;
  }
  .header-page .slider-top-wrapper,
.header-page .slider-top {
    height: calc(100% - 30px);
  }
}
.mb-120 {
  margin-bottom: 60px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-120 {
  margin-top: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-90 {
  margin-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1200px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
.section-title {
  font-family: "RoadRadio";
  position: relative;
  z-index: 34;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  color: #292929;
  margin-bottom: 30px !important;
}
.section-title.shadow {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.section-title.mb-0 {
  margin-bottom: 0;
}
.section-title.mb-50 {
  margin-bottom: 50px;
}
.section-title.mb-20 {
  margin-bottom: 20px;
}
.section-title a {
  color: #E20613;
}
.section-title a:hover {
  text-decoration: underline;
}
.section-title.small {
  font-size: 46px;
  line-height: 130%;
}

.section-sub {
  font-size: 26px;
  line-height: 150%;
  /* or 39px */
  text-align: center;
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
}
.section-sub.mb-60 {
  margin-bottom: 60px;
}

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

@media (max-width: 992px) {
  .counter-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .counter-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-main .head-table .level-1,
.header-page .head-table .level-1 {
    border-bottom: 0;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section-title.small {
    font-size: 20px;
    line-height: 130%;
  }

  .section-sub.mb-60 {
    margin-bottom: 30px;
  }

  .mb-120,
.mb-90,
.mb-200 {
    margin-bottom: 50px;
  }

  .section-sub {
    font-size: 20px;
    line-height: 130%;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-120 {
    margin-bottom: 50px;
  }

  .order-xs-1 {
    order: 1;
  }
}
.content-page {
  /* gray/700 */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  /* or 34px */
  color: #292929;
}
.content-page.big {
  font-size: 28px;
}
@media (max-width: 767px) {
  .content-page {
    font-size: 16px;
  }
}

p {
  margin: 0 0 15px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.checkbox-flex {
  display: flex;
  align-items: center;
}
.checkbox-flex .mb-0 {
  margin-bottom: 0;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 150%;
  /* or 13px */
  /* gray/800 */
  color: #424551;
  display: flex;
  flex-flow: row;
  align-items: center;
}
input[type=checkbox] + label span,
input[type=radio] + label span {
  display: block;
  width: 100%;
}
input[type=checkbox] + label.big-text,
input[type=radio] + label.big-text {
  font-size: 16px;
}

.checkbox-flex-start label {
  align-items: flex-start !important;
}
.checkbox-flex-start label:before {
  margin-top: 5px !important;
}

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  background: #E20613;
  border: 1px solid #E20613;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  transition: color ease 0.3s;
}

input[type=checkbox]:checked + label:before {
  background: #E20613 url(../i/check.svg) 50% 50% no-repeat;
}

input[type=radio] + label:before {
  content: "";
  display: inline-block;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  background: #E20613;
  border: 1px solid #E20613;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  transition: color ease 0.3s;
}

input[type=radio]:checked + label:before {
  font-size: 20px;
}

.section-faq-number .flex {
  justify-content: center;
}

.button-center {
  text-align: center;
  margin-top: 50px;
}

.page-event {
  margin-bottom: 60px;
}
.page-event .text {
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
}
.page-event .image {
  border-radius: 10px;
  overflow: hidden;
}
.page-event .image img {
  width: 100%;
  object-fit: cover;
}

/* ---------- CALENDAR ---------- */
.nav-tab {
  margin-bottom: 90px;
}
.nav-tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  overflow-y: auto;
}
.nav-tab ul li {
  margin-right: 30px;
}
.nav-tab ul li:last-child {
  margin-right: 0;
}
.nav-tab ul li a {
  white-space: nowrap;
  background: #fff;
  border: 2px solid #28348A;
  border-radius: 4px;
  color: #28348A;
  padding: 2px 40px;
  font-size: 26px;
  /* identical to box height, or 162% */
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* white */
  outline: none;
}
.nav-tab ul li a:hover, .nav-tab ul li a:active, .nav-tab ul li a:focus {
  background: #E20613;
  color: #fff;
  border-color: #E20613;
  outline: none;
}
@media (max-width: 767px) {
  .nav-tab ul li a {
    font-size: 18px;
  }
}
.nav-tab ul li.active a {
  background: #E20613;
  color: #fff;
  border-color: #E20613;
  outline: none;
}
@media (max-width: 767px) {
  .nav-tab ul li {
    margin-right: 15px;
  }
}

.product-list.center {
  justify-content: center;
}

.calendar {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 100px;
}
.calendar .left {
  text-align: left;
}
.calendar.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select-month ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.select-month ul li {
  cursor: pointer;
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  /* or 90px */
  color: #424551;
  margin-bottom: 50px;
}
.select-month ul li:hover, .select-month ul li.active {
  color: #E20613;
}
.select-month ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .calendar .right {
    margin-bottom: 30px;
    text-align:  center;
  }
}
.calendar .title {
  position: relative;
font-size: 36px;
line-height: 130%;

text-align: center;

color: #E60000;
}

@media (max-width:  767px) {
  .calendar .title {

font-size: 26px;

}
}

.calendar table caption {
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #E20613;
  text-align: left;
  padding-left: 20px;
}

.calendar thead {
  font-weight: bold;
  text-transform: uppercase;
}
.calendar thead td {
  color: #B8B8B8;
}

.calendar tbody {
  color: #7c8a95;
}

.calendar tbody td:hover {
  border: 2px solid #28348A;
}

.calendar td {
  border: 2px solid transparent;
  display: inline-block;
  width: 80px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #3B3B3B;
  border-radius: 6px;
  transition: 0.5s all;
  cursor: pointer;
}

.calendar .prev-month,
.calendar .next-month {
  color: #B8B8B8;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
  border: 2px solid #B8B8B8;
}

.current-day {
  background: #E20613;
  color: #f9f9f9 !important;
}
.current-day:hover {
  border-color: #E20613 !important;
}

.event {
  cursor: pointer;
  position: relative;
}

.event:after {
  background: #E20613;
  border-radius: 50%;
  bottom: 8px;
  display: block;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  width: 8px;
}

.event.current-day:after {
  background: #f9f9f9;
}


  .calendar {
    margin-bottom: 30px;
  }

  .nav-tab {
    margin-bottom: 30px;
  }

  .resultCalc {
    margin-bottom: 50px;
  }

  .calendar td {

    height: 53px;
    line-height: 60px;
  }

  .select-month ul li {
    margin-bottom: 20px;
  }

  .event:after {
    top: 10px;
  }

@media (max-width: 992px) {
  .select-month ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .select-month {
    margin-bottom: 30px;
  }

  .calendar {
    font-size: 14px;
  }

  .calendar td {
    width: 34px;
    height: 34px;
    line-height: 30px;
  }

  .event:after {
    top: 5px;
    right: 1px;
    height: 5px;
    width: 5px;
    left: inherit;
  }



  .nav-tab {
    margin-bottom: 30px;
  }

  .calendar {
    margin-bottom: 30px;
  }

  .select-month {
    margin-bottom: 0;
  }
}
.faq-number-item {
  margin-bottom: 30px;
}
.faq-number-item .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.faq-number-item .item .icon {
  margin-bottom: 20px;
  height: 52px;
}
.faq-number-item .item .icon img {
  max-width: 53px;
  margin: 0 auto;
  display: block;
}
.faq-number-item .item .title {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  letter-spacing: 0.1em;
  /* gray/900 */
  color: #1E212C;
}
.faq-number-item .item .text {
  margin-top: auto;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  text-align: center;
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  margin-bottom: 30px;
}

.time-table {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
}
.time-table table {
  border-collapse: separate;
  margin: 0;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
}
.time-table table th {
  padding: 10px 35px;
  text-align: center;
  vertical-align: middle;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #1E212C;
  border-right: 2px dashed #C4C4C4;
  border-bottom: 2px dashed #C4C4C4;
}
@media (max-width: 767px) {
  .time-table table th {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .time-table table th {
    font-size: 16px;
  }
}
.time-table table th:nth-last-child(1) {
  border-right: 0;
}
.time-table table th.active {
  color: #E20613;
}
.time-table table tr td {
  border-right: 2px dashed #C4C4C4;
  border-bottom: 2px dashed #C4C4C4;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #1E212C;
}
@media (max-width: 767px) {
  .time-table table tr td {
    font-size: 16px;
  }
}
.time-table table tr td.active {
  color: #E20613;
}
.time-table table tr td:nth-child(1) {
  padding: 10px 35px;
}
@media (max-width: 767px) {
  .time-table table tr td:nth-child(1) {
    padding: 5px 10px;
  }
}
.time-table table tr td:nth-last-child(1) {
  border-right: 0;
}
.time-table table tr:nth-last-child(1) td {
  border-bottom: 0;
}
.time-table .td-child {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.time-table .td-event {
  height: 100%;
  background: #28348A;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 141px;
}
@media (max-width: 767px) {
  .time-table .td-event {
    min-height: auto;
  }
}
.time-table .td-event.active {
  background: #E20613;
}
.time-table .td-event .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.time-table .td-event .time {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
.time-table .td-event .icon {
  max-width: 30px;
  max-height: 40px;
  margin: 0 auto 10px auto;
}
.time-table .multi .td-event {
  margin-bottom: 2px;
  min-height: 90px;
}
.time-table .multi .td-event:last-child {
  margin-bottom: 0;
}

.contact-block .image {
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
}
.contact-block .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.75);
}
.contact-block .image img {
  width: 100%;
  height: auto;
}
.contact-block .image.image-v2:after {
  background: #28348A;
  opacity: 1;
}
.contact-block .image.image-v2 .contact-position {
  color: #fff;
}
.contact-block .image.image-v2 .contact-position a,
.contact-block .image.image-v2 .contact-position span {
  color: #fff;
}

.contact-position {
  z-index: 3;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding-top: 50px;
  color: #1E212C;
}
.contact-position .footer-s {
  justify-content: center;
  position: relative;
  z-index: 4;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-position .footer-s {
    padding-bottom: 30px;
  }
}
.contact-position .contact-top {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-position .contact-top {
    margin-bottom: 30px;
  }
}
.contact-position .contact-top-v2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-position .contact-top-v2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-position {
    padding-top: 30px;
  }
}
.contact-position .clearfix {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-position a {
  color: #1E212C;
}
.contact-position span {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  text-align: center;
  color: #1E212C;
  display: block;
}
@media (max-width: 992px) {
  .contact-position {
    position: static;
  }
}

.section-top-bg {
  height: 750px;
}
.section-top-bg .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
}
.section-top-bg .item:after {
  content: "";
  background: #FFFFFF;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-top-bg .item .content {
  position: relative;
  z-index: 3;
}
.section-top-bg .item .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  /* or 77px */
  text-align: center;
  letter-spacing: 2px;
  color: #424551;
  margin-bottom: 100px;
}
.section-top-bg .item .text {
  font-size: 26px;
  line-height: 150%;
  /* or 39px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #424551;
}

.slider-page-news-arrows {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 333;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-page-news-arrows .btn-prev {
  background-image: url(../i/top-slick-left-gray.svg);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  overflow: hidden;
  border-radius: 100%;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .slider-page-news-arrows .btn-prev {
    opacity: 1;
  }
}
.slider-page-news-arrows .btn-next {
  background-image: url(../i/top-slick-right-gray.svg);
  overflow: hidden;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  right: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: cover;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .slider-page-news-arrows .btn-next {
    opacity: 1;
  }
}

.pdf-item {
  margin-bottom: 60px;
}
.pdf-item a {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  /* gray/900 */
  color: #1E212C;
}
.pdf-item a:before {
  flex-shrink: 0;
  content: "";
  height: 86px;
  width: 70px;
  margin-right: 30px;
  display: block;
  background: url(../i/pdf.svg) 50% 50% no-repeat;
}
.pdf-item a:hover {
  color: #E20613;
}
.pdf-item.j-center a {
  flex-direction: column;
}
.pdf-item.j-center a:before {
  margin-bottom: 10px;
  margin-right: 0;
}

.team-item {
  text-align: center;
  margin-bottom: 60px;
}
.team-item .image {
  margin-bottom: 10px;
  height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.team-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.team-item .name {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  /* gray/800 */
  color: #424551;
  margin-bottom: 10px;
}
.team-item .position {
  font-size: 18px;
  line-height: 18px;
  /* or 29px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  margin-bottom: 10px;
}
.team-item .team-contact a {
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #E20613;
}

.object-item {
  text-align: center;
  margin-bottom: 60px;
}
.object-item .image {
  margin-bottom: 10px;
  height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.object-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.object-item .name {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1E212C;
  margin-bottom: 10px;
}

.partner-item {
  text-align: center;
  margin-bottom: 60px;
}
.partner-item .image {
  margin-bottom: 10px;
  height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.partner-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.partner-item .name {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  color: #1E212C;
}
.partner-item .name a {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1E212C;
}
.partner-item .name a:hover {
  color: #E20613;
}

.video-box {
  position: relative;
  margin-bottom: 60px;
}

.video-box i {
  background: url(../i/play.svg) 50% 50% no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ytLoader {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.ytLoader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.video-overlay {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vac-list .item {
  background: #FFFFFF;
  /* gray/300 */
  border: 1px solid #E5E8ED;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 25px 40px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.vac-list .item:last-child {
  margin-bottom: 0;
}
.vac-list .item .left {
  flex: 1;
  margin-right: 15px;
}
.vac-list .item .right {
  margin-left: auto;
}
.vac-list .line {
  background: #787A80;
  width: 1px;
  height: 12px;
  margin: 0 12px;
}
.vac-list .info {
  width: 100%;
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 8px;
}
.vac-list .city {
  background: url(../i/city.svg) left center no-repeat;
  display: flex;
  align-items: center;
  /* gray/700 */
  padding-left: 24px;
}
.vac-list .graph {
  padding-left: 24px;
  display: flex;
  align-items: center;
  background: url(../i/time.svg) left center no-repeat;
}
.vac-list .title {
  margin-bottom: 8px;
}
.vac-list .title a {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  /* gray/900 */
  color: #1E212C;
}
.vac-list .title a:hover {
  color: #E20613;
}
.vac-list .text {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
}

.vac-price {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #E20613;
}
.vac-price span {
  font-family: Arial, Helvetica, sans-serif;
}

.vac-info {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  letter-spacing: 0.03em;
}
.vac-info .item {
  margin-bottom: 30px;
}
.vac-info .item:last-child {
  margin-bottom: 0;
}
.vac-info .title {
  color: #E20613;
}
.vac-info .text {
  color: #787A80;
}

.section-contact {
  background: url(../i/vac-bg.jpg) top center no-repeat;
  height: 830px;
}
.section-contact .container,
.section-contact .row,
.section-contact .flex {
  height: 100%;
}
.section-contact .flex {
  align-items: center;
}

.form-bg {
  background: #FFFFFF;
  /* gray/300 */
  border: 1px solid #E5E8ED;
  box-sizing: border-box;
  /* shadow/large */
  box-shadow: 0px 60px 80px -20px rgba(30, 33, 44, 0.16), 0px 26px 24px -10px rgba(30, 33, 44, 0.1), 0px 12px 10px -6px rgba(30, 33, 44, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 4px;
  padding: 50px 25px 30px 25px;
}
.form-bg .title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  /* gray/900 */
  color: #1E212C;
  margin-bottom: 20px;
}
.form-bg label {
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  /* gray/800 */
  color: #424551;
  width: 100%;
  margin-bottom: 20px;
}
.form-bg .form-group {
  margin-bottom: 20px;
}
.form-bg input[type=file] {
  display: none;
}
.form-bg .custom-file-upload {
  display: inline-flex;
  align-items: center;
  height: 70px;
  justify-content: center;
  text-align: center;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #28348A;
  cursor: pointer;
  border: 2px solid #28348A;
  border-radius: 4px;
  padding: 15px 12px;
  width: 100%;
  margin: 0;
}
.form-bg .custom-file-upload:hover, .form-bg .custom-file-upload:focus {
  outline: none;
  border-color: #E20613;
  color: #E20613;
}
.form-bg .textarea {
  height: 70px;
}

.news-item {
  margin-bottom: 60px;
}
.news-item .video-box {
  margin-bottom: 15px;
}
.news-item .video-box i {
  background-size: 120px 120px;
}
@media (max-width: 767px) {
  .news-item {
    margin-bottom: 30px;
  }
}
.news-item .item {
  overflow: hidden;
  /* shadow/small */
  background: #FFFFFF;
  /* shadow/small */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
  height: 100%;
}
.news-item .image {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.news-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-item .title a {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  letter-spacing: 0.02em;
  /* gray/900 */
  color: #1E212C;
}
.news-item .title a:hover {
  color: #E20613;
}
.news-item .content {
  padding: 0 25px 20px 25px;
}
.news-item .date {
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  /* gray/800 */
  color: #424551;
  margin-bottom: 15px;
}
.news-item .text {
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  /* gray/800 */
  color: #424551;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.pagination li {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  letter-spacing: 0.02em;
  /* gray/900 */
  color: #E20613;
  padding: 0 8px;
}
.pagination li a {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  letter-spacing: 0.02em;
  /* gray/900 */
  color: #1E212C;
}
.pagination li a:hover, .pagination li a.active {
  color: #E20613;
}
.pagination .prev {
  position: relative;
  width: 18px;
  display: block;
  height: 11px;
}
.pagination .prev:after {
  content: "";
  background: url(../i/p-next.svg) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
  transform: rotate(180deg);
}
.pagination .prev:hover:after {
  background: url(../i/p-next-hover.svg) 50% 50% no-repeat;
}
.pagination .next {
  position: relative;
  width: 18px;
  display: block;
  height: 11px;
}
.pagination .next:after {
  content: "";
  background: url(../i/p-next.svg) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
}
.pagination .next:hover:after {
  background: url(../i/p-next-hover.svg) 50% 50% no-repeat;
}

.slider-page-news {
  margin-bottom: 60px;
}
.slider-page-news .slick-slide {
  padding-bottom: 20px;
}
.slider-page-news .image {
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding-bottom: 560px;
  height: 0;
}
.slider-page-news .image:after {
  content: "";
  background: #E60000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .slider-page-news .image:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-page-news .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .slider-page-news .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.slider-page-news .image img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider-page-news .slick-slide {
  position: relative;
}

.slider-top-arrows {
  display: flex;
}
.slider-top-arrows .btn-prev {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  background-image: url(../i/top-slick-left.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 100%;
}
.slider-top-arrows .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg);
}
.slider-top-arrows .btn-prev:hover {
  opacity: 0.5;
}
.slider-top-arrows .btn-next {
  display: block;
  cursor: pointer;
  z-index: 4;
  width: 50px;
  transition: 0.5s all;
  height: 50px;
  background-image: url(../i/top-slick-right.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.slider-top-arrows .btn-next.gray {
  background-image: url(../i/top-slick-right-gray.svg);
}
.slider-top-arrows .btn-next:hover {
  opacity: 0.5;
}

.contact-block .image {
  margin-bottom: 30px;
}
.contact-block .image img {
  width: 100%;
  height: auto;
}

.form-bg-contact {
  background: #FFFFFF;
}
.form-bg-contact label {
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 21px */
  /* gray/800 */
  color: #424551;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.form-bg-contact .form-input {
  height: 50px;
}
@media (max-width: 767px) {
  .form-bg-contact .form-input {
    height: 40px;
  }
}
.form-bg-contact .form-group {
  margin-bottom: 20px;
}
.form-bg-contact .form-group.mb-0 {
  margin-bottom: 0;
}
.form-bg-contact .textarea {
  height: 130px;
}

.block-slider .content .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 130%;
  /* gray/900 */
  color: #1E212C;
  margin-bottom: 25px;
}
.block-slider .content .text {
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .block-slider .content {
    margin-bottom: 15px;
  }
}
.block-slider .image img {
  width: 100%;
  height: auto;
}

.block-two .content .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 130%;
  /* gray/900 */
  color: #1E212C;
  margin-bottom: 25px;
}
.block-two .content .text {
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .block-two .content {
    margin-bottom: 15px;
  }
}
.block-two .image img {
  width: 100%;
  height: auto;
}

.section-dignity .icon {
  margin-bottom: 20px;
}
.section-dignity .icon img {
  display: block;
  margin: 0 auto;
}
.section-dignity .item {
  text-align: center;
  margin-bottom: 30px;
}
.section-dignity .item .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 130%;
  color: #E20613;
}
@media (max-width: 767px) {
  .section-dignity .item .title {
    font-size: 32px;
  }
}
.section-dignity .item .text {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
}

.section-subs .container {
  margin-bottom: -60px;
}

.subs-item {
  margin-bottom: 60px;
}
.subs-item .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  /* gray/900 */
  color: #1E212C;
  margin-bottom: 15px;
}
.subs-item .item {
  height: 100%;
  background: #FFFFFF;
  /* shadow/small */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
  padding: 20px 70px 40px 70px;
}
.subs-item .list {
  margin-bottom: 15px;
}
.subs-item .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subs-item .list ul li {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.subs-item .list ul li span {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #1E212C;
  margin-right: 30px;
}
.subs-item .price {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #E20613;
}
.subs-item .price span {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .news-item .video-box i {
    background-size: 50px 50px;
  }

  .subs-item .item {
    padding: 30px 15px;
  }

  .subs-item .list ul li {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .subs-item .list ul li:last-child {
    margin-bottom: 0;
  }

  .block-two .content .title {
    font-size: 32px;
  }

  .block-two .image {
    margin-bottom: 30px;
  }

  .slider-image {
    margin-bottom: 30px;
  }

  .block-slider .content .title {
    font-size: 32px;
  }

  .slider-page-news-arrows {
    display: flex;
    top: 15px;
    left: 15px;
    transform: none;
  }
  .slider-page-news-arrows .btn-prev {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    opacity: 1;
    position: static;
    transform: rotate(180deg);
    background: #E20613 url(../i/next-prev-hover.svg) 50% 50% no-repeat;
    background-size: 20px 20px !important;
  }
  .slider-page-news-arrows .btn-next {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-size: 20px 20px;
    opacity: 1;
    margin-left: 10px;
    position: static;
    background: #E20613 url(../i/next-prev-hover.svg) 50% 50% no-repeat;
    background-size: 20px 20px !important;
  }

  .news-item .title a {
    font-size: 18px;
  }

  .section-contact {
    height: auto;
    padding: 30px 0;
    background-size: cover;
  }

  .form-bg {
    padding: 30px 15px;
  }

  .vac-list .item {
    flex-direction: column;
    padding: 25px;
  }
  .vac-list .item .left {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .vac-list .item .right {
    margin-left: 0;
  }

  .video-box i {
    background-size: 50px 50px;
  }

  .pdf-item {
    margin-bottom: 30px;
  }

  .pdf-item a:before {
    width: 35px;
    height: 43px;
    background-size: cover;
  }

  .pdf-item:nth-last-of-type(2) {
    margin-bottom: 30px;
  }

  .section-top-bg .item .title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .section-top-bg .item .text {
    font-size: 18px;
  }

  .section-top-bg {
    height: auto;
  }
  .section-top-bg .item {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .team-item .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .team-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .object-item .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .object-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .partner-item .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .partner-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .partner-item {
    margin-bottom: 30px;
  }

  .team-item {
    margin-bottom: 30px;
  }

  .object-item {
    margin-bottom: 30px;
  }

  section.section-team.mb-60 {
    margin-bottom: 20px;
  }
}
.section-team .flex {
  justify-content: center;
}

.list-grid .item {
  margin-bottom: 120px;
}
.list-grid .item:nth-child(even) .col-xs-12:nth-child(2) {
  order: -1;
}
.list-grid .item:last-child {
  margin-bottom: 0;
}

.gallery-item {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  margin-bottom: 60px;
}
.gallery-item img {
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery-item {
    margin-bottom: 30px;
  }
}
.subs-v2-item {
  margin-bottom: 30px;
}
.subs-v2-item .item {
  text-align: center;
}
.subs-v2-item .item .icon {
  height: 63px;
  margin-bottom: 17px;
}
.subs-v2-item .item .icon img {
  display: block;
  margin: 0 auto;
}
.subs-v2-item .item .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  font-style: normal;
  font-weight: bold;
  color: #E20613;
  margin-bottom: 5px;
}
.subs-v2-item .item .price {
  margin-bottom: 15px;
}
.subs-v2-item .item .price:last-child {
  margin-bottom: 0;
}
.subs-v2-item .item .price span {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  display: flex;
  justify-content: center;
  flex-flow: row;
}
.subs-v2-item .item .price .rub {
  color: #E20613;
}
.subs-v2-item .item .price .rub .val {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 3px;
}

.contact-page-block {
  margin-bottom: 30px;
}
.contact-page-block .flex {
  justify-content: center;
}

.contact-item {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: center;
}
.contact-item a {
  color: #424551;
}
.contact-item a:hover {
  text-decoration: underline;
}
.contact-item span {
  display: block;
  text-align: center;
  color: #424551;
}
.contact-item span a {
  color: #424551;
}
.contact-item span a:hover {
  text-decoration: underline;
}
.contact-item .title {
  color: #E20613;
}
@media (max-width: 767px) {
  .contact-item {
    font-size: 18px;
  }
}

.so-list-center {
  justify-content: center;
  margin-bottom: 60px;
}

.page-contact .address-text {
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #E60000;
}
.page-contact .address-text.gray {
  color: #787A80;
}

.text-map {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #E60000;
}
.text-map.gray {
  color: #787A80;
}

.contact-page-img {
  margin-bottom: 60px;
}

.slider-image-arrows {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.slider-image-arrows .btn-prev {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../i/top-slick-left.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 100%;
}
.slider-image-arrows .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg);
}
.slider-image-arrows .btn-prev:hover {
  opacity: 0.5;
}
.slider-image-arrows .btn-next {
  display: block;
  cursor: pointer;
  width: 50px;
  transition: 0.5s all;
  height: 50px;
  background-image: url(../i/top-slick-right.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.slider-image-arrows .btn-next.gray {
  background-image: url(../i/top-slick-right-gray.svg);
}
.slider-image-arrows .btn-next:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .slider-image-arrows .btn-next,
.slider-image-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.slider-brand-wrapper {
  position: relative;
}
.slider-brand-wrapper .slick-list {
  margin: 0 50px;
}
.slider-brand-wrapper .slick-list .item img {
  display: block;
  margin: 0 auto;
}

.slider-brand-arrows {
  display: flex;
}
.slider-brand-arrows .btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../i/slick-right-red.svg) 50% 50% no-repeat;
  margin-right: 20px;
  transition: 0.5s all;
}
.slider-brand-arrows .btn-prev:hover {
  opacity: 0.5;
}
.slider-brand-arrows .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  cursor: pointer;
  width: 50px;
  transition: 0.5s all;
  height: 50px;
  background: url(../i/slick-left-red.svg) 50% 50% no-repeat;
}
.slider-brand-arrows .btn-next:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .slider-brand-arrows .btn-next,
.slider-brand-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .slider-brand-wrapper .slick-list {
    margin: 0 30px;
  }

  .slider-image-arrows {
    bottom: 60px;
  }
}
.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #E5E8ED;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
  padding: 25px 15px;
  z-index: 3;
  height: auto;
  width: 100%;
  min-width: 230px;
}
.sub-menu > li {
  margin-bottom: 10px;
}
.sub-menu > li:last-child {
  margin-bottom: 0;
}
.sub-menu > li > a {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #424551;
}
.sub-menu > li > a:hover {
  color: #E20613;
}

.top-menu-level-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.top-menu-level-1 > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row;
  white-space: nowrap;
}
.top-menu-level-1 > li > a {
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-flow: row;
  color: #fff;
}
.top-menu-level-1 > li > a:hover {
  color: #1E2023;
}
.top-menu-level-1 > li:hover .sub-menu {
  display: block;
}

span.child-span {
  background: url(../i/menu-li.svg) right center no-repeat;
  width: 10px;
  display: block;
  height: 8px;
  margin-left: 10px;
  transition: 0.5s all;
  margin-top: 3px;
}

.active span.child-span {
  transform: rotate(180deg);
}

.top-menu {
  flex: 1;
}

@media (max-width: 1200px) {
  .bg-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
  }

  .bg-menu.active {
    opacity: 1;
    visibility: visible;
    opacity: 0.5;
  }

  .top-menu nav ul.top-menu-level-1 {
    display: block;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .top-menu nav ul.top-menu-level-1 > li {
    display: block;
    margin-bottom: 5px;
  }
  .top-menu nav ul.top-menu-level-1 > li:last-child {
    margin-bottom: 0;
  }
  .top-menu nav ul.top-menu-level-1 > li a {
    color: #fff !important;
  }
  .top-menu nav ul.top-menu-level-1 > li a:hover, .top-menu nav ul.top-menu-level-1 > li a:active, .top-menu nav ul.top-menu-level-1 > li a:focus {
    text-decoration: none;
  }
  .top-menu nav .head-search {
    margin-bottom: 30px;
  }

  .sub-menu {
    background: none;
    border: 0;
    position: static;
    margin-top: 0;
    padding: 10px 15px 0 15px;
    box-shadow: none;
  }

  header.header nav {
    position: fixed;
    top: 0;
    right: -100vh;
    max-width: 623px;
    padding-left: 30px;
    padding-right: 60px;
    transition: all 0.5s;
    visibility: hidden;
    background: #E20613;
    height: 100%;
    z-index: 900;
    width: 100%;
  }

  header.header.open_menu nav {
    right: 0;
    transition: all 0.5s;
    overflow-x: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }

  header.header .toggle_mobile_btn {
    display: block;
    width: 33px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    height: 20px;
    z-index: 44;
    margin-left: 15px;
  }

  /*
  header.header .toggle_mobile_btn.on {
      position: absolute;
      top: 30px;
      right: 15px;
  }
  */
  header.header .toggle_mobile_btn.on span:first-child {
    background-color: transparent;
  }

  header.header .toggle_mobile_btn.on span:nth-child(2) {
    transform: rotate(45deg) translate(-1px, 0);
    width: calc(100% - 3px);
    background: #fff;
  }

  header.header.blue .toggle_mobile_btn.on span:nth-child(2) {
    background: #051934;
  }

  header.header .toggle_mobile_btn.on span:last-child {
    transform: rotate(-45deg) translate(6px, -7px);
    width: calc(100% - 3px);
    background: #fff;
  }

  header.header.blue .toggle_mobile_btn.on span:last-child {
    background: #051934;
  }

  header.header .toggle_mobile_btn.on span:after {
    opacity: 0;
    height: 0;
  }

  header.header .toggle_mobile_btn span {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: calc(100% - 8px);
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  header.header.blue .toggle_mobile_btn span {
    background-color: #051934;
  }

  header.header .toggle_mobile_btn span:first-child {
    top: 0;
  }

  header.header .toggle_mobile_btn span:last-child {
    top: 16px;
    position: relative;
    display: block;
  }

  header.header .toggle_mobile_btn span:after {
    content: "";
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: -5px;
    width: 5px;
    transition: all 0.3s;
  }

  header.header.blue .toggle_mobile_btn span:after {
    background-color: #051934;
  }
}
@media (max-width: 767px) {
  .sub-menu > li {
    margin-bottom: 10px;
  }

  .top-menu-level-1 > li > a {
    font-size: 20px;
  }

  header.header nav {
    padding-left: 10px;
  }

  .top-menu nav ul.top-menu-level-1 {
    margin-top: 60px;
  }
}
.faq-item {
  margin-bottom: 40px;
}
.faq-item .item {
  background: #E20613;
  height: 100%;
  padding: 30px 5px 32px 5px;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
}
.faq-item .item .icon {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.faq-item .item .icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.faq-item .item .title {
  text-align: center;
  font-family: RoadRadio;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.section-afisha {
  background: #EDEEF2;
}

.section-faq {
  padding-top: 40px;
  background: #E60000;
}
.section-faq .flex {
  justify-content: center;
}
.section-faq.section-faq-page {
  background: transparent;
}
.section-faq.section-faq-page .faq-item .item {
  border: 0;
}

.afisha-list {
  margin-bottom: 50px;
}
.afisha-list .item {
  margin-bottom: 30px;
}
.afisha-list .item:last-child {
  margin-bottom: 0;
}
.afisha-list .item .item-vs-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 40px 0;
  min-height: 250px;
  background-color: #FFFFFF;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
}
.afisha-list .item .item-vs {
  height: 100%;
  text-align: center;
}
.afisha-list .item .item-vs .image {
  width: 100px;
  margin: 0 auto;
}
.afisha-list .item .item-vs .image img {
  display: block;
  margin: 0 auto;
}
.afisha-list .item .item-vs .name {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */
  text-align: center;
  color: #051934;
}
.afisha-list .item .item-vs .city {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  /* or 45px */
  text-align: center;
  color: #051934;
}
.afisha-list .event-block {
  background: #28348A;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.afisha-list .event-block .name {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
}
.afisha-list .event-block .date {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.afisha-list .event-block .date span {
  display: block;
}
.afisha-list .info-center {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */
  display: flex;
  align-items: center;
  text-align: center;
  color: #051934;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.vs-icon {
  background: #051934;
  border-radius: 100%;
  width: 40px;
  flex-shrink: 0;
  height: 40px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .vs-icon {
    position: static;
    margin: 30px auto;
    transform: none;
  }
}

@media (max-width: 992px) {
  .afisha-list .item .item-vs .name,
.afisha-list .info-center {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .afisha-list .item .item-vs-row,
.afisha-list .event-block {
    padding: 20px 0;
  }

  .afisha-list .item .item-vs .image {
    width: 50px;
  }
}
.info-cat-item {
  margin-bottom: 30px;
}
.info-cat-item .item {
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
}
.info-cat-item .image {
  position: relative;
  padding-bottom: 247px;
  height: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.info-cat-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.info-cat-item .name {
  height: 103px;
  background: #051934;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.info-cat-item .name a {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .info-cat-item .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .info-cat-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.slider-news .image {
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
}
.slider-news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-news .item .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider-news .item .item-content .content {
  flex: 1;
}
.slider-news .item .item-content .button {
  margin-top: auto;
}
.slider-news .item .item-content .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  letter-spacing: 0.02em;
  /* gray/900 */
  color: #1E212C;
  margin-bottom: 25px;
}
.slider-news .item .item-content .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  letter-spacing: 0.03em;
  /* gray/700 */
  color: #787A80;
  margin-bottom: 70px;
}

.slider-links .slick-track {
  display: flex;
  flex-flow: row;
  padding-bottom: 100px;
}
.slider-links .item {
  height: auto;
  margin: 0 15px;
  background: #FFFFFF;
  /* gray/300 */
  border: 1px solid #E5E8ED;
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 4px 4px -4px rgba(30, 33, 44, 0.03);
  border-radius: 4px;
}
.slider-links .item .content {
  padding: 40px 20px;
}
.slider-links .item .content .image {
  margin-bottom: 24px;
}
.slider-links .item .content .image img {
  display: block;
  margin: 0 auto;
}
.slider-links .item .content .text {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  letter-spacing: 0.03em;
  /* gray/900 */
  color: #1E212C;
}

.slider-news-arrows {
  display: flex;
}
.slider-news-arrows .btn-prev {
  background: url(../i/prev-btn.svg) 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
}
.slider-news-arrows .btn-prev:hover {
  background: #E20613 url(../i/prev-btn-hover.svg) 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .slider-news-arrows .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
  }
  .slider-news-arrows .btn-prev:hover {
    background-size: 20px 20px;
  }
}
.slider-news-arrows .btn-next {
  background: url(../i/next-prev.svg) 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
}
.slider-news-arrows .btn-next:hover {
  background: #E20613 url(../i/next-prev-hover.svg) 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .slider-news-arrows .btn-next {
    width: 30px;
    background-size: 20px 20px;
    height: 30px;
  }
  .slider-news-arrows .btn-next:hover {
    background-size: 20px 20px;
  }
}

@media (max-width: 992px) {
  .slider-news .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .slider-news .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .slider-news .item .item-content .title {
    font-size: 18px;
  }

  .slider-news .item .item-content .text {
    font-size: inherit;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slider-news .item .item-content {
    order: -1;
  }

  .slider-news .item .item-content .button {
    text-align: center;
    margin-bottom: 30px;
  }

  .slider-news .image {
    margin-bottom: 15px;
  }
}
.map-container {
  width: 100%;
  height: 540px;
}
.map-container #map {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 1200px) {
  .afisha-list .item .item-vs-row {
    background-size: 50% auto !important;
    background-position-y: bottom !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "→";
}

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

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

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

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

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.footer {
  background: #E60000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 4;
}
@media (min-width: 1760px) {
  .footer:after {
    content: "";
    background: url(../i/footer-1.svg) left bottom no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer:before {
    content: "";
    background: url(../i/footer-2.svg) right top no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .col-auto {
    width: auto;
    flex: 1;
  }
}
.logo-footer {
  margin-bottom: 15px;
}

.footer .flex {
  justify-content: space-between;
}
.footer .left {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: rgba(100, 100, 100, 0.7);
}
.footer .left .disc {
  margin-bottom: 20px;
}

.footer-title {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  /* identical to box height, or 145% */
  color: #1E2023;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}
.footer-menu .title {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  /* identical to box height, or 145% */
  color: #1E2023;
  margin-bottom: 15px;
}
.footer-menu .title a {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  /* identical to box height, or 145% */
  color: #1E2023;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.footer-menu ul li {
  margin-bottom: 8px;
  width: 50%;
  padding-right: 15px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #FFFFFF;
}

.dev {
  display: flex;
  flex-flow: row;
  align-items: center;
  max-width: 325px;
  justify-content: space-between;
}
.dev .text {
  font-size: 22px;
  line-height: 22px;
  font-family: "RoadRadio";
  /* or 100% */
  color: #1E2023;
}

.footer .so-list a {
  background-color: #fff;
}
.footer .so-list a.f-insta {
  background-image: url(../i/insta-white.svg);
}
.footer .so-list a.f-vk {
  background-image: url(../i/vk-white.svg);
}
.footer .so-list a.f-face {
  background-image: url(../i/facebook-white.svg);
}
.footer .disc {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer .disc a {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  display: block;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer .copyright {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer .copyright img {
  display: block;
  margin-top: 10px;
}
.footer .copyright a {
  color: #000000;
}
.footer .contact-block {
  margin-bottom: 24px;
}
.footer .contact-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .contact-block ul li {
  margin-bottom: 8px;
}
.footer .contact-block ul li a {
  font-size: 18px;
  line-height: 150%;
  display: block;
  letter-spacing: 0.03em;
  color: #424551;
}
.footer .contact-block ul li:last-child {
  margin-bottom: 0;
}
.footer .contact-block .item {
  margin-bottom: 8px;
}
.footer .contact-block .item a {
  font-size: 18px;
  line-height: 150%;
  display: block;
  letter-spacing: 0.03em;
  color: #424551;
}
.footer .contact-block .item:last-child {
  margin-bottom: 0;
}
.footer .contact-block .phone a {
  color: #fff;
}
.footer .contact-block .email a {
  color: #fff;
}

.so-list {
  display: flex;
  flex-flow: row;
}
.so-list a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E60000;
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.so-list a:last-child {
  margin-right: 0;
}
.so-list a:hover {
  background-color: #E20613;
}

.f-insta {
  background-image: url(../i/f-insta.svg);
}

.f-vk {
  background-image: url(../i/f-vk.svg);
}

.f-face {
  background-image: url(../i/f-face.svg);
}

@media (max-width: 992px) {
  .footer .left,
.footer .center {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.pop-bg {
  background: #583D3D;
  max-width: 742px;
  width: auto;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  padding: 60px 90px;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.pop-bg .title {
  font-weight: 800;
  font-size: 42px;
  line-height: 51px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.pop-bg .sub_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #FFFFFF;
  margin-bottom: 45px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.afisha-item {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .afisha-item {
    margin-bottom: 50px;
  }
}
.afisha-item .item {
  background: url(../i/afisha-item.svg) top right 27px no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.afisha-item .date {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height */
  color: #E60000;
}
.afisha-item .name {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .afisha-item .name {
    min-width: 100%;
  }
}
.afisha-item .name a {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 700;
font-size: 24px;
line-height: 24px;

color: #292929;
  display: flex;
  align-items: center;

}
@media (max-width: 767px) {
  .afisha-item .name a {
    font-size: 24px;
    line-height: 24px;
  }
}
.afisha-item .image {
  position: relative;
  padding-bottom: 270px;
  height: 0;
  min-width: 400px;
  width: calc(100% - 142px);
  margin-top: auto;
}
.afisha-item .image.mb-50 {
  margin-bottom: 50px;
}

.afisha-item-small .image.mb-50 {
  margin-bottom: 30px;
}

.detail_picture {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .afisha-item .image {
    min-width: 100%;
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .afisha-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.afisha-item .image:after {
  content: "";
  background: #E60000;
  /* Shadows */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 10px;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.afisha-item .image img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.news-item-new {
  margin-bottom: 100px;
}

.news-item-new .content {
  display: flex;
  flex-flow: column;
  height:  100%;
}

.news-item-new .content .item {
  display: flex;
    height:  100%;
  flex-direction:  column;
}

.news-item-new .image {
  margin-top: auto;
}

@media (max-width: 767px) {
  .news-item-new {
    margin-bottom: 50px;
  }
}
.news-item-new .item {
  background: url(../i/afisha-item.svg) top right 27px no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-item-new .date {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height */
  color: #E60000;
}
.news-item-new .name {
  margin-bottom: 35px;
  width: 100%;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .news-item-new .name {
    min-width: 100%;
  }
}
.news-item-new .name a {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #292929;
}
@media (max-width: 767px) {
  .news-item-new .name a {
    font-size: 24px;
    line-height: 24px;
  }
}
.news-item-new .image {
  margin-top: auto;
  position: relative;
  padding-bottom: 270px;
  height: 0;
  min-width: 400px;
  width: calc(100% - 142px);
  margin-top: auto;
}
.news-item-new .image.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .news-item-new .image {
    min-width: 100%;
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .news-item-new .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.news-item-new .image:after {
  content: "";
  background: #E60000;
  /* Shadows */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 10px;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-item-new .image img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.container-mb-100 {
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  .container-mb-100 {
    margin-bottom: -50px;
  }
}

.afisha-item-small {
  margin-bottom: 40px;
}
.afisha-item-small .item {
  background: url(../i/afisha-item-small.svg) top right 27px no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.afisha-item-small .date {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
font-size: 14px;
line-height: 14px;
  /* identical to box height */
  color: #E60000;
}
.afisha-item-small .name {
  margin-bottom: 15px !important;
  width: 100%;

}
@media (max-width: 767px) {
  .afisha-item-small .name {
    min-width: 100%;
  }
}
.afisha-item-small .name a {
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #292929;
}
.afisha-item-small .image {
  position: relative;
  padding-bottom: 174px;
  height: 0;
  min-width: 257px;
  width: calc(100% - 142px);
  margin-top: auto;
}

.afisha-item-small .btn-red {

padding:  0px 40px;
font-size: 14px;
line-height: 30px;
min-height:  30px;

}


.afisha-item-small .image.mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .afisha-item-small .image {
    min-width: 100%;
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .afisha-item-small .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.afisha-item-small .image:after {
  content: "";
  background: #E60000;
  /* Shadows */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 10px;
  display: block;
  top: 6px;
  left: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.afisha-item-small .image img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*
body.gray {
    background: #E5E5E5;
}
*/
.category-afisha-slider-row {
  position: relative;
}

.category-afisha-slider {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  z-index: 3;
  margin-right: auto;
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .category-afisha-slider {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .category-afisha-slider {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.category-afisha-slider a {
  display: block;
}

.category-afisha-slider-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 60px;
  display: flex;
}
.category-afisha-slider-arrow .btn-prev {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../i/top-slick-left-gray.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;
}
.category-afisha-slider-arrow .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg) 50% 50% no-repeat;
}
.category-afisha-slider-arrow .btn-prev:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .category-afisha-slider-arrow .btn-prev {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
}
.category-afisha-slider-arrow .btn-next {
  display: block;
  cursor: pointer;
  width: 50px;
  transition: 0.5s all;
  height: 50px;
  position: absolute;
  right: 0;
  overflow: hidden;
  border-radius: 100%;
  background-image: url(../i/top-slick-right-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.category-afisha-slider-arrow .btn-next:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .category-afisha-slider-arrow .btn-next {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
}

.category-afisha-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .category-afisha-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.category-afisha-slider .item {
  width: 170px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .category-afisha-slider .item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-afisha-slider .item .image {
  width: 161px;
  height: 161px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .category-afisha-slider .item .image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .category-afisha-slider .item .image {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
}
.category-afisha-slider .item .image img {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 100%;
}
.category-afisha-slider .item .image:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 100%;
  height: 100%;
  background: #292929;
  border-radius: 100%;
}
.category-afisha-slider .item .name {
  width: 161px;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #E60000;
}
@media (max-width: 992px) {
  .category-afisha-slider .item .name {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-afisha-slider .item .name {
    font-size: 18px;
    line-height: 18px;
  }
}

.shadow-block {
  background: url(../i/shadow.svg) top center no-repeat;
}

.contact-info {
  max-width: 400px;
  width: 100%;
  position: absolute;
  z-index: 4;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #292929;
  margin-left: 100px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.contact-info a {
  color: #292929;
}
@media (max-width: 767px) {
  .contact-info {
    margin-left: 0;
  }
}
.contact-info .contact-info-bg {
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 34;
  padding: 30px 50px 45px 70px;
}
.contact-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #E60000;
  /* Shadows */
  box-shadow: 0px 80px 80px -20px rgba(154, 156, 165, 0.16), 0px 30px 24px -10px rgba(154, 156, 165, 0.1), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 4px 4px -4px rgba(30, 33, 44, 0.05);
  border-radius: 10px;
  width: 100%;
  z-index: 3;
  height: 100%;
}
.contact-info .title {
  font-family: "RoadRadio";
  margin-bottom: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #E60000;
}



@media (max-width:  374px) {
  .contact-info  {
    font-size:  16px;
  }
}

.category-afisha-slider img{width:100% !important; height:100% !important;}


.section-subs-v2 .flex {
  justify-content: center;
}




.calendar-slider-arrow .btn-prev {
  display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
  cursor: pointer;
  background-image: url(../i/top-slick-left-gray.svg);
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  margin-right: 20px;
  transition: 0.5s all;

 position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.calendar-slider-arrow .btn-prev.gray {
  background-image: url(../i/top-slick-left-gray.svg) 50% 50% no-repeat;
}
.calendar-slider-arrow .btn-prev:hover {
  opacity: 0.5;
}

.calendar-slider-arrow .btn-next {  width: 100%;
 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
  display: block;
  cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: cover;
  transition: 0.5s all;
  position: absolute;
  right: 0;
  overflow: hidden;
  border-radius: 100%;
  background-image: url(../i/top-slick-right-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.calendar-slider-arrow .btn-next:hover {
  opacity: 0.5;
}

