html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
==========================================*/
@font-face {
  font-family: "Marker Felt Wide";
  src: url("../fonts/marker_felt_wide.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/marker_felt_wide.eot?#iefix") format("embedded-opentype"), url("../fonts/marker_felt_wide.woff2") format("woff2"), url("../fonts/marker_felt_wide.woff") format("woff"), url("../fonts/marker_felt_wide.ttf") format("truetype"), url("../fonts/marker_felt_wide.svg#marker_felt_wide") format("svg"); /* Chrome < 4, Legacy iOS */
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  font: 14px Montserrat;
  line-height: 1.4;
  padding: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* headers 
-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-weight: bold;
}

h1 {
  font-size: 25px;
  font-weight: 900;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/*
-----------------------------------*/
a {
  color: #a21c3b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*
-----------------------------------*/
img {
  max-width: 100%;
}

.svg-list {
  position: absolute;
  bottom: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.navbar {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  display: block;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -20px;
  height: 100px;
}
.navbar-brand img {
  height: 80px;
}

.navbar-right {
  position: absolute;
  right: 65px;
  top: 15px;
}
@media (min-width: 768px) {
  .navbar-right {
    right: 0;
  }
}
.navbar-right .socials {
  margin-right: 20px;
}

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: 17px;
  padding: 3px 7px 2px 30px;
  font-size: 14px;
  text-transform: uppercase;
  clear: both;
  margin: 0 5px;
  outline: none;
  height: 24px;
}
.navbar-toggler span {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  top: 5px;
  margin: 5px 0;
  background: #002238;
}
.navbar-toggler span:first-child {
  top: 0;
}
.navbar-toggler span:last-child {
  bottom: 0;
  top: auto;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-collapse {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .navbar-collapse {
    position: relative;
    padding: 0 150px 0 0;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} 

.menu a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px ;
}

.menu a:hover, 
.menu .active a{
  color: #a21c3b;
}

@media (min-width: 992px) {
  .menu {
    gap: 25px;
  }
}


.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  height: 55px;
  line-height: 1;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.btn-red {
  background-color: #a21c3b;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background-color: #841730;
}

/* 
-----------------------------------*/
/*
.languages {
  white-space: nowrap;
  position: relative;
}
.languages-current {
  overflow: hidden;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
}
.languages-current img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.languages ul {
  position: absolute;
  top: 100%;
  list-style: none;
  left: -7px;
  padding: 5px 10px;
  margin: 3px 0 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
  display: none;
  width: 40px;
}
.languages.active ul {
  display: block;
}
.languages a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #B2936D;
  margin-bottom: 2px;
}
.languages a:hover {
  text-decoration: none;
}
.languages a img {
  width: 20px;
}
*/

.langs{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.langs a{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.langs .active a{
    font-weight: bold;
    border-color: #000;
    margin: 0 3px;
}
.langs .active a:hover{ 
    color: #000; 
}

.langs a:hover{
    color: #a21c3b;
}

.langs img{
    width: 30px;
    /*
    height: 24px;
    border-radius: 50%;
    */
    border: 1px solid #ddd;
}

/* 
-----------------------------------*/
.socials {
  gap: 10px;
}
.socials a {
  display: block;
}
.socials img {
  width: 25px;
  height: 25px;
}

.social-fb {
  position: relative;
  top: -1px;
}
.social-fb img {
  width: 19px;
  height: 19px;
}

/* 
-----------------------------------*/
.main-head {
    /*
  background: url(../images/main-bg.jpg) center center/cover no-repeat;
  */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 0 0 60px;
}
@media (min-width: 1200px) {
  .main-head {
    padding: 40px 0 150px;
  }
}
.main-head__logo {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .main-head__logo {
    margin-bottom: 30px;
  }
}
.main-head__logo img {
  width: 150px;
}
@media (min-width: 992px) {
  .main-head__logo img {
    width: 200px;
  }
}
.main-head__title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
}
@media (min-width: 992px) {
  .main-head__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .main-head__title {
    font-size: 80px;
    line-height: 1.4;
  }
}
.main-head__subtitle { 
  font-family: "Marker Felt Wide";
  margin-top: 20px;
  font-size: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .main-head__subtitle {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .main-head__subtitle {
    font-size: 50px;
  }
}
/*
.main-head__subtitle::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon-cart.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  position: absolute;
  margin: -7px 0 0 -20px;
}
@media (min-width: 992px) {
  .main-head__subtitle::after {
    width: 100px;
    height: 100px;
      margin: 8px 0 0 -34px;
  }
}
*/
.main-head__counter {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .main-head__counter {
    margin-top: 80px;
  }
}
.main-head__counter-label {
  font-size: 20px;
}
.main-head .btn {
  min-width: 200px;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .main-head .btn {
    margin-top: 45px;
  }
}

/* 
-----------------------------------*/
.countdown {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 470px;
  padding: 0;
  margin: 15px auto 0;
  gap: 12px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .countdown {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .countdown {
    gap: 18px;
  }
}
.countdown li {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 5px;
  color: #000;
  text-align: center;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.countdown li span {
  display: block;
  color: #a21c3b;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .countdown li span {
    font-size: 55px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .countdown li {
    width: 100px;
    height: 100px;
  }
}

/* 
-----------------------------------*/
.block-icons {
  text-align: center;
}
.block-icons img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .block-icons img {
    width: 50px;
    height: 50px;
  }
}
.block-icons__title {
  margin-top: 10px;
  font-weight: bold;
  color: #a21c3b;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .block-icons__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .block-icons__title {
    font-size: 27px;
    margin-top: 20px;
  }
}

/* content
-----------------------------------*/
.content {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .content {
    font-size: 18px;
    line-height: 1.6;
  }
}
.content p + p {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .content-large {
    line-height: 1.4;
    font-size: 20px;
  }
}

.content iframe{
    width: 100% !important; 
}

.content img{
    max-width: 100%;
    height: auto !important;
}

/* 
-----------------------------------*/
.zone {
  margin-bottom: 40px;
}
.zone img {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.zone-title {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-top: 15px;
}
.zone-description {
  margin-top: 10px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .zone-description {
    font-size: 20px;
  }
}

/* 
-----------------------------------*/
.title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 992px) {
  .title {
    font-size: 30px;
  }
}
.title-news {
  text-transform: none;
}

/* 
-----------------------------------*/
.participant {
  padding: 10px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}
.participant img {
  max-height: 100%;
}
@media (min-width: 768px) {
  .participant {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .participant {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
 

/* 
-----------------------------------*/
.programm-block {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.programm-days {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.programm-days button {
  width: 150px;
  height: 60px;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #bbb;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 20px;
  background-color: transparent;
}
.programm-days button:hover {
  color: #a21c3b;
}
.programm-days button.active {
  background-color: #a21c3b;
  color: #fff;
}
@media (min-width: 768px) {
  .programm-days button {
    width: 200px;
    height: 80px;
    font-size: 25px;
  }
}

/* 
-----------------------------------*/
.programm-item {
  font-size: 20px;
  gap: 25px;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .programm-item {
    gap: 90px;
    padding-bottom: 90px;
  }
}
.programm-item__time {
  font-size: 20px;
  font-weight: 900;
  color: #a21c3b;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .programm-item__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 45px);
            flex: 0 0 calc(50% - 45px);
    font-size: 30px;
    margin-top: -5px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .programm-item__time.order-md-1 {
    text-align: right;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .programm-item__action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 45px);
            flex: 0 0 calc(50% - 45px);
  }
}
@media (min-width: 768px) {
  .programm-item__action.order-md-1 {
    text-align: right;
    margin-left: 10px;
  }
}
.programm-item::before, .programm-item::after {
  content: "";
  position: absolute;
}
.programm-item::before {
  width: 7px;
  top: 20px;
  bottom: -10px;
  left: 14px;
  background-color: #a21c3b;
}
@media (min-width: 768px) {
  .programm-item::before {
    left: 50%;
    margin-left: 7px;
  }
}
.programm-item::after {
  width: 34px;
  height: 34px;
  border: 2px solid #a21c3b;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: -3px;
  z-index: 3;
}
@media (min-width: 768px) {
  .programm-item::after {
    left: 50%;
    margin-left: -7px;
  }
}
.programm-item:last-child {
  padding-bottom: 20px;
}
.programm-item:last-child::before {
  display: none;
}

/* 
-----------------------------------*/
.map iframe {
  width: 100% !important;
  height: 500px !important;
}

/* 
-----------------------------------*/
.page-header {
  position: relative;
}
.page-header .title {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .page-header .title {
    max-width: 700px;
    margin-top: 0;
  }
}

/* 
-----------------------------------*/
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .breadcrumb {
    position: absolute;
    left: 0;
    top: 22px;
  }
}
.breadcrumb li + li::before {
  content: ">" !important;
  margin: 0 7px;
  padding: 0 !important;
  color: #bababa;
}
.breadcrumb li{
  padding: 0 !important;
}
.breadcrumb li:last-child {
  font-weight: 600;
  color: #000;
}
.breadcrumb a {
  color: #272727;
}

/* pagination
-----------------------------------*/
.pagination {
  margin: 30px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.pagination a {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  color: #000;
  margin: 3px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a:hover {
  text-decoration: none;
  color: #a21c3b;
  border-color: #a21c3b;
}
.pagination .active a {
  border-color: #a21c3b;
  color: #fff;
  background-color: #a21c3b;
}

/* 
-----------------------------------*/
.contact-map iframe {
  width: 100% !important;
  height: 400px !important;
}
@media (min-width: 992px) {
  .contact-map iframe {
    height: 650px !important;
  }
}
@media (min-width: 1200px) {
  .contact-map iframe {
    height: 850px !important;
  }
}

.contacts {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .contacts {
    position: absolute;
    left: 0px;
    top: 50px;
    max-width: 470px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .contacts {
    padding: 35px 30px;
  }
}
.contacts-title {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #010101;
  font-size: 14px;
  font-weight: 500;
}
.contact-link svg {
  width: 24px;
  height: 24px;
  fill: #010101;
}
.contact-link:hover {
  color: #a21c3b;
}

/*
-----------------------------------*/
.list > .row > * {
  margin-bottom: 30px;
}

/* 
-----------------------------------*/
.news-item {
  display: block;
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.news-item__image {
  height: 210px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  min-height: 45px; 
}

.news-item__description {
  margin-top: 15px; 
  font-size: 14px; 
  line-height: 1.5;
}

.news-item:hover {
  text-decoration: none;
  color: #a21c3b;
}

/*
-----------------------------------*/
.gallery {
  margin-top: 30px;
}
.gallery > .row > * {
  margin-bottom: 24px;
}

/* 
-----------------------------------*/
.big-video{
    margin-top: 50px;
}

.big-video iframe{
    width: 100%!important;  
  height: auto !important ;  
  aspect-ratio: 16 / 9;  
  border: none; 
}

.big-video__title{
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}

.big-video__description{
    margin-top: 10px;
}

/* 
-----------------------------------*/
.video-item{
    display: block;
    color: #292929;
    margin-bottom: 50px;
}

.video-item:hover{
    text-decoration: none;
    color: #a21c3b;
}

.video-item__image{
    display: block;
    position: relative;
    z-index: 2;
}

.video-item__image::before,
.video-item__image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
}

.video-item__image::before{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 3;
    background: #a21c3b;
}

.video-item__image::after{
    border: 10px solid transparent;
    border-left: 14px solid #fff; 
    z-index: 4;
    margin-left: 7px;
}

.video-item:hover .video-item__image::before{
    transform: translate(-50%, -50%) scale(1.05);
}

.video-item:hover .video-item__image::after{
    transform: translate(-50%, -50%) scale(1.1);
}

.video-item img{
    border-radius: 12px;
    display: block;
}

.video-item__title{
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.video-item__description{
    margin-top: 10px;
    display: block;
    color: #999;
}





/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 404
-----------------------------------*/
/* footer
-----------------------------------*/
.footer {
  padding: 20px 0 45px;
  font-size: 18px;
}
.footer-logo img {
  width: 135px;
}
.footer .socials {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-contact a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.footer-contact svg {
  height: 24px;
  width: 24px;
  fill: #000;
  margin-right: 10px;
}
.footer-links a {
  display: block;
  margin-bottom: 5px;
  color: #000;
}

/* 
-----------------------------------*/
/* 
-----------------------------------*/