@charset "UTF-8";
.button-primary-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: #176FC1;
  color: #FFFFFF;
  outline: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: initial;
}
.button-primary-blue:hover {
  background-color: #3788D2;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-primary-blue:focus {
  outline: none;
}
.button-primary-blue:active {
  background-color: #1366B3;
  outline: none;
}
.button-primary-blue:disabled {
  background-color: #EBEBEB;
}

.button-primary-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 42px;
  background: #FFFFFF;
  color: #176FC1;
  outline: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: initial;
}
.button-primary-white:hover {
  background-color: #EBEBEB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-primary-white:focus {
  outline: none;
}
.button-primary-white:active {
  background-color: #FFFFFF;
  outline: none;
}
.button-primary-white:disabled {
  background-color: #EBEBEB;
}

.button-primary-yellow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 80px;
  background: #FFC000;
  color: #2B2A35;
  outline: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: initial;
}
@media (max-width: 1200px) {
  .button-primary-yellow {
    padding: 12px 60px;
  }
}
@media (max-width: 1023px) {
  .button-primary-yellow {
    padding: 12px 50px;
  }
}
.button-primary-yellow:hover {
  background-color: #EBEBEB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-primary-yellow:focus {
  outline: none;
}
.button-primary-yellow:active {
  background-color: #FFFFFF;
  outline: none;
}
.button-primary-yellow:disabled {
  background-color: #EBEBEB;
}

.button-secondary-white {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 42px;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: initial;
  background: #FFFFFF;
  color: #176FC1;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #176FC1;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-secondary-white:hover {
  color: #FFFFFF;
  background-color: #3788D2;
  border-color: #3788D2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-secondary-white:focus {
  outline: none;
}
.button-secondary-white:active {
  outline: none;
  background-color: #1366B3;
  border-color: #1366B3;
}
.button-secondary-white:disabled {
  color: #E0E0E0;
  border-color: #E0E0E0;
  background-color: #EBEBEB;
}

.button-primary-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: transparent;
  color: #FFFFFF;
  outline: none;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
}
.button-primary-transparent:hover {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-primary-transparent:focus {
  outline: none;
}
.button-primary-transparent:active {
  background-color: #FFFFFF;
  outline: none;
}
.button-primary-transparent:disabled {
  background-color: #EBEBEB;
}

.show-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.show-more-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 24px;
}
.show-more-link a span {
  font-size: 24px;
  margin: 0 5px;
}

.button-show-more {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  color: #176FC1;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 370px) {
  .button-show-more {
    font-size: 14px;
    line-height: 21px;
  }
}
.button-show-more:hover {
  color: #3788D2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-show-more:focus {
  outline: none;
}
.button-show-more:active {
  color: #1366B3;
  outline: none;
}
.button-show-more:disabled {
  color: #EBEBEB;
}
@media (max-width: 767px) {
  .button-show-more span {
    font-size: 20px !important;
  }
}

.search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.search input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
.search button {
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
  background-color: transparent;
  font-size: 24px;
  color: #176FC1;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  width: 1px;
  height: 28px;
  background-color: #E0E0E0;
}
.search button:hover {
  background-color: #176FC1;
  color: #FFFFFF;
}
.search button:hover:before {
  opacity: 0;
}
.search button:active, .search button:focus {
  outline: none;
}

.action-elem-with-icon__link {
  color: #176FC1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.action-elem-with-icon__link:hover {
  color: #3788D2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.action-elem-with-icon__button {
  color: #176FC1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  outline: none;
}
.action-elem-with-icon__button:focus {
  outline: none;
}
.action-elem-with-icon__hover {
  color: #176FC1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.action-elem-with-icon__hover:hover {
  color: #3788D2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.action-elem-with-icon__icon {
  font-size: 24px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.action-elem-with-icon__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-mode-switcher_label {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
  margin: 0;
}
.theme-mode-switcher_track {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EBEBEB;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 16px;
  overflow: hidden;
}
.theme-mode-switcher_thumb {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.theme-mode-switcher_icon-light, .theme-mode-switcher_icon-dark {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  color: #2F9BFF;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-mode-switcher_icon-dark {
  visibility: hidden;
}
.theme-mode-switcher.dark-mode .theme-mode-switcher_track {
  background-color: #2F9BFF;
}
.theme-mode-switcher.dark-mode .theme-mode-switcher_thumb {
  left: 22px;
}
.theme-mode-switcher.dark-mode .theme-mode-switcher_icon-light {
  visibility: hidden !important;
}
.theme-mode-switcher.dark-mode .theme-mode-switcher_icon-dark {
  visibility: visible !important;
}
.theme-mode-switcher_checkbox {
  display: none;
}

.dropdown__active-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown__active-item_text {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.dropdown__active-item_icon {
  font-size: 13px;
  position: relative;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dropdown__active-item:hover {
  outline: none;
  color: #176FC1;
}
.dropdown__list {
  visibility: hidden;
  position: absolute;
  top: 32px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-width: 100%;
  padding: 10px 0;
  opacity: 0;
  z-index: 2;
}
.dropdown__list_align_right {
  right: 0;
}
.dropdown__list_align_left {
  left: 0;
}
.dropdown__list li.dropdown__item_title {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #6C7D8C;
  padding: 5px 30px 5px 15px;
  border-bottom: 1px solid #E0E0E0;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown__list li a:hover {
  background-color: rgba(23, 111, 193, 0.1);
  color: #176FC1;
}
.dropdown__button-type .dropdown__active-item {
  height: 100%;
  background-color: transparent;
}
.dropdown__button-type .dropdown__active-item:active {
  outline: none;
}
.dropdown__button-type .dropdown__active-item:focus {
  outline: none;
}
.dropdown__button-type .dropdown__active-item.show {
  color: #176FC1;
}
.dropdown__button-type .dropdown__active-item.show + .dropdown__list {
  visibility: visible !important;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.dropdown__button-type .dropdown__active-item.show .dropdown__active-item_icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown__link-type .dropdown__active-item {
  color: #2B2A35;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown__link-type .dropdown__list ul li a {
  padding: 5px 30px 5px 15px;
}
.dropdown__link-type:hover .dropdown__active-item {
  color: #176FC1;
}
.dropdown__link-type:hover .dropdown__active-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-color: transparent;
  z-index: 1;
}
.dropdown__link-type:hover .dropdown__active-item_icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown__link-type:hover .dropdown__list {
  visibility: visible !important;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.dropdown__search-type .action-elem-with-icon__icon_close {
  display: none;
}
.dropdown__search-type .show .action-elem-with-icon__title {
  color: #6C7D8C;
}
.dropdown__search-type .show .action-elem-with-icon__icon {
  color: #6C7D8C;
}
.dropdown__search-type .show .action-elem-with-icon__icon_open {
  display: none;
}
.dropdown__search-type .show .action-elem-with-icon__icon_close {
  display: block;
}
.dropdown__search-type .dropdown__list {
  padding: 0;
  min-width: 814px;
  width: auto;
  top: 45px;
}
.dropdown__avatar-type .dropdown__active-item:after {
  height: 60px !important;
}
.dropdown__avatar-type .dropdown__list {
  top: 50px;
}
.dropdown__cart-type .action-elem-with-icon__icon_close {
  display: none;
}
.dropdown__cart-type .show .action-elem-with-icon__title {
  color: #6C7D8C;
}
.dropdown__cart-type .show .action-elem-with-icon__icon {
  color: #6C7D8C;
}
.dropdown__cart-type .show .action-elem-with-icon__icon_open {
  display: none;
}
.dropdown__cart-type .show .action-elem-with-icon__icon_close {
  display: block;
}
.dropdown__cart-type .dropdown__list {
  padding: 0;
  min-width: 398px;
  width: auto;
  top: 45px;
}

.popup-overlay {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-overlay.show {
  display: block !important;
}
@media (max-width: 992px) {
  .popup-overlay {
    border-bottom: 1px solid #E0E0E0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.select-css {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 40px;
  margin-right: 31px;
}
.select-css__select {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #176FC1;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-bottom: 2px solid #176FC1;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS41IDFMNi4yNSA2LjI1TDEgMSIgc3Ryb2tlPSIjMTc2RkMxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0 top 50%;
  /* icon size, then gradient */
  background-size: 11px auto;
  /* Hide arrow icon in IE browsers */
}
.select-css__select_small {
  width: 120px;
}
.select-css__select_middle {
  width: 165px;
}
.select-css__select_large {
  width: 230px;
}
.select-css__select option {
  font-weight: normal;
}
.select-css__select::-ms-expand {
  display: none;
  outline: none;
}
.select-css__select:hover {
  outline: none;
}
.select-css__select:focus {
  outline: none;
}
.select-css__select:disabled, .select-css__select[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.select-css__select:disabled:hover,
.select-css__select .select-css[aria-disabled=true] {
  border-color: #aaa;
}
@media (max-width: 767px) {
  .select-css__select {
    visibility: visible !important;
    display: block;
    height: 100%;
    opacity: 1;
    overflow: initial;
    display: block !important;
  }
}
.select-css__preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #176FC1;
  padding-right: 20px;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-bottom: 2px solid #176FC1;
  border-radius: 0;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select-css__preview:after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select-css__preview.show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .select-css__preview {
    display: none;
    top: 0;
  }
}
.select-css__option {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 15px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.select-css__option li {
  padding: 5px 20px;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select-css__option li.active {
  background-color: rgba(23, 111, 193, 0.1);
  color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select-css__option li:hover {
  background-color: rgba(23, 111, 193, 0.1);
  color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select-css__option li[rel=hide] {
  display: none;
}
.select-css__option.show {
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-links {
  height: 40px;
  position: relative;
}
.dropdown-links_large {
  width: 250px;
}
.dropdown-links__preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #176FC1;
  padding-right: 20px;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-bottom: 2px solid #176FC1;
  border-radius: 0;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.dropdown-links__preview:after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-links__preview.show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown-links__list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 15px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.dropdown-links__list li a {
  padding: 5px 20px;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.dropdown-links__list li a.active {
  background-color: rgba(23, 111, 193, 0.1);
  color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-links__list li a:hover {
  background-color: rgba(23, 111, 193, 0.1);
  color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-links__list.show {
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 30px;
  overflow-y: auto;
  z-index: -100;
  visibility: hidden;
}
.modal.visible {
  z-index: 999;
  visibility: visible;
}
.modal.visible .modal__background {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal.visible .modal__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal.hidden .modal__background {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal.hidden .modal__content {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal__background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal__content {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 60px 60px 100px 60px;
  max-width: 1015px;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .modal__content {
    padding: 45px 40px 75px 40px;
  }
}
@media (max-width: 767px) {
  .modal__content {
    padding: 25px 0;
  }
}
.modal__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .modal__heading {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.modal__title {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.modal__close {
  position: relative;
  font-size: 26px;
  color: #176FC1;
  height: 26px;
  padding-left: 20px;
}
.modal__close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: 30px;
  background-color: #E0E0E0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close span {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close span:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .modal__close {
    padding-left: 16px;
  }
}
@media (max-width: 1599px) {
  .modal {
    padding: 80px 30px;
  }
}
@media (max-width: 1023px) {
  .modal {
    padding: 80px 25px;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 60px 15px;
  }
}

.table {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #6C7D8C;
}
.table thead {
  background-color: #F7F7F7;
  border: none;
}
.table thead th {
  vertical-align: middle;
  border: none;
  text-align: center;
  color: #2B2A35;
}
.table thead th:first-child {
  text-align: left;
}
.table tbody th {
  vertical-align: middle;
}
.table tbody tr:nth-child(2n) {
  background-color: #F7F7F7;
}
.table tbody tr td {
  vertical-align: middle;
  border: none;
  padding: 12px 8px;
  text-align: center;
}
.table tbody tr td:first-child {
  text-align: left;
  color: #2B2A35;
}
@media (max-width: 1023px) {
  .table tbody tr td {
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .table tbody tr td {
    padding: 12px 8px;
  }
}
@media (max-width: 767px) {
  .table {
    font-weight: 500;
  }
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css__select,
:root:lang(ar) .select-css__select,
:root:lang(iw) .select-css__select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.dark-mode .dropdown__button-type .dropdown__active-item.show {
  color: #2F9BFF;
}
.dark-mode .dropdown__link-type:hover .dropdown__active-item {
  color: #2F9BFF;
}
.dark-mode .dropdown__cart-type .show .action-elem-with-icon__icon {
  color: #B9BABA;
}
.dark-mode .dropdown__cart-type .show .action-elem-with-icon__title {
  color: #B9BABA;
}
.dark-mode .dropdown__search-type .show .action-elem-with-icon__icon {
  color: #B9BABA;
}
.dark-mode .dropdown__search-type .show .action-elem-with-icon__title {
  color: #B9BABA;
}
.dark-mode .button-secondary-white {
  background-color: transparent;
  border-color: #2F9BFF;
  color: #2F9BFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dark-mode .button-secondary-white:hover {
  background-color: #2F9BFF;
  color: #FFFFFF;
}
.dark-mode .button-show-more {
  color: #2F9BFF;
}
.dark-mode .button-show-more:hover {
  opacity: 0.9;
}
.dark-mode .button-primary-blue {
  background-color: #2F9BFF;
}
.dark-mode .popup-overlay {
  background-color: rgba(20, 22, 23, 0.8);
}
.dark-mode .select-css__select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS41IDFMNi4yNSA2LjI1TDEgMSIgc3Ryb2tlPSIjMkY5QkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  color: #2F9BFF;
  border-color: #2F9BFF;
}
.dark-mode .select-css__preview {
  color: #2F9BFF;
  border-color: #2F9BFF;
}
.dark-mode .select-css__option {
  background-color: #141617;
  border: 1px solid #2B2D2E;
  border-top: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.dark-mode .select-css__option li {
  color: #FFFFFF;
}
.dark-mode .select-css__option li.active, .dark-mode .select-css__option li:hover {
  color: #2F9BFF;
}
.dark-mode .dropdown-links__preview {
  color: #2F9BFF;
  border-color: #2F9BFF;
}
.dark-mode .dropdown-links__list {
  background-color: #141617;
  border: 1px solid #2B2D2E;
  border-top: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.dark-mode .dropdown-links__list a {
  color: #FFFFFF;
}
.dark-mode .dropdown-links__list a.active, .dark-mode .dropdown-links__list a:hover {
  color: #2F9BFF;
}
.dark-mode .action-elem-with-icon__button {
  color: #2F9BFF;
}

.tournament-table__heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tournament-table__heading h5 {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #6C7D8C;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  .tournament-table__heading h5 {
    font-size: 16px;
  }
}

.tournament-table-box {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 20px;
  height: 52px;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__row:nth-child(2n) {
  background-color: rgba(235, 235, 235, 0.25);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__row:first-child:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 100%;
  background: #6FCF97;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__row:nth-child(2):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 100%;
  background: #F2994A;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 20px 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__club-title {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6C7D8C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__positions {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2B2A35;
  padding-top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__team-name {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D8C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__team-logo {
  margin: 0 15px;
  width: 30px;
  text-align: center;
}
.tournament-table-box__team-logo img {
  max-height: 36px;
  max-width: 100%;
}
.tournament-table-box__team-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__games-count {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2B2A35;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__games {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2B2A35;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tournament-table-box__points {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2B2A35;
  width: 20px;
  text-align: center;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dark-mode .tournament-table-box {
  border-color: #2B2D2E;
  overflow: hidden;
}
.dark-mode .tournament-table-box__row:after {
  opacity: 1;
}
.dark-mode .tournament-table-box__row:nth-child(2n) {
  background-color: #1F2022;
}
.dark-mode .tournament-table-box__heading {
  border-color: #2B2D2E;
}
.dark-mode .tournament-table-box__heading .tournament-table-box__games-count {
  color: #6C7D8C;
}
.dark-mode .tournament-table-box__heading .tournament-table-box__points {
  color: #6C7D8C;
}
.dark-mode .tournament-table-box__body .tournament-table-box__positions {
  color: #FFFFFF;
}
.dark-mode .tournament-table-box__body .tournament-table-box__team-name {
  color: #FFFFFF;
}
.dark-mode .tournament-table-box__body .tournament-table-box__games {
  color: #FFFFFF;
}
.dark-mode .tournament-table-box__body .tournament-table-box__games-count {
  color: #FFFFFF;
}
.dark-mode .tournament-table-box__body .tournament-table-box__points {
  color: #FFFFFF;
}

.news-card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-card:before {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -3px;
  width: 10px;
  height: 6px;
  z-index: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-card:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 90px;
  height: 6px;
  z-index: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news-card:after {
    display: block;
  }
}
.news-card__image {
  margin-bottom: 16px;
}
.news-card__image a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.news-card__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-card__image a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .news-card__image a {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .news-card__image a {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .news-card__image {
    margin-bottom: 0;
  }
}
.news-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .news-card__info {
    padding-right: 10px;
  }
}
.news-card__category {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #176FC1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-card__category:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news-card__category {
    font-size: 12px;
  }
}
.news-card__title {
  margin-bottom: 3px;
}
.news-card__title:hover + a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-card__title a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-card__title a:hover {
  text-decoration: underline;
}
@media (max-width: 370px) {
  .news-card__title a {
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 767px) {
  .news-card__title {
    margin-bottom: 13px;
  }
}
.news-card__date {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #6C7D8C;
}
.news-card__horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 15px 0 15px 0;
}
.news-card__horizontal .news-card__image {
  margin-bottom: 0px;
}
.news-card__horizontal .news-card__image a {
  position: relative;
  width: 86px;
  height: 86px;
}
.news-card__horizontal .news-card__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-card__horizontal .news-card__image a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .news-card__horizontal .news-card__image a {
    width: 74px;
    height: 74px;
  }
}
.news-card__horizontal .news-card__image_size_large a {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .news-card__horizontal .news-card__image_size_large a {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .news-card__horizontal .news-card__image_size_large a {
    width: 74px;
    height: 74px;
  }
}
.news-card__horizontal .news-card__info {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .news-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 13px 0 13px 0;
    width: 100%;
  }
}

.dark-mode .news-card {
  border-bottom-color: #2B2D2E;
}
.dark-mode .news-card__category {
  color: #2F9BFF;
}
.dark-mode .news-card__title a {
  color: #FFFFFF;
}
.dark-mode .news-card:before {
  background-color: #141617;
}
.dark-mode .news-card:after {
  background-color: #141617;
}

.video-card__image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 188px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.video-card__image:hover .video-card__button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.video-card__status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #001D5C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-card__status span {
  margin-right: 5px;
}
.video-card__status_live {
  background-color: #EB5757;
}
.video-card__status_live span {
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-card__status_premium {
  background-color: #FFC000;
  color: #2B2A35;
}
.video-card__duration {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  border-radius: 8px;
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: rgba(43, 42, 53, 0.7);
}
.video-card__duration span {
  font-size: 10px;
}
.video-card__button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-card__button span {
  position: absolute;
  top: 50%;
  left: 52%;
  color: #FFFFFF;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-card__button span {
    font-size: 22px;
  }
}
.video-card__button_play {
  opacity: 0.8;
  background-color: #176FC1;
}
.video-card__button_lock {
  opacity: 0.8;
  background-color: #FFFFFF;
}
.video-card__button_lock span {
  color: #176FC1;
}
@media (max-width: 767px) {
  .video-card__button {
    width: 50px;
    height: 50px;
  }
}
.video-card__category {
  margin-bottom: 2px;
}
.video-card__category a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #176FC1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-card__category a:hover {
  text-decoration: underline;
}
.video-card__title {
  margin-bottom: 3px;
}
.video-card__title a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  display: inline-block;
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-card__title a:hover {
  text-decoration: underline;
}
.video-card__date {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14.32px;
  color: #6C7D8C;
}

.dark-mode .video-card__category a {
  color: #2F9BFF;
}
.dark-mode .video-card__title a {
  color: #FFFFFF;
}

.video-slider-section__heading {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .video-slider-section__heading .button-show-more span {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .video-slider-section__heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .video-slider-section__heading {
    margin-bottom: 20px;
  }
}
.video-slider-section__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .video-slider-section__body {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .video-slider-section__body {
    margin: 0 -15px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .video-slider-section__body {
    padding-left: 10px;
  }
}

.video-slider {
  max-width: calc(100% - 100px);
  max-height: 300px;
  overflow: hidden;
}
.video-slider.slick-initialized {
  overflow: visible;
}
.video-slider__item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1200px) {
  .video-slider__item {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .video-slider__item {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .video-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 352px;
    padding: 0 4px;
  }
}
@media (max-width: 370px) {
  .video-slider__item {
    width: 300px;
  }
}
.video-slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.video-slider__nav svg #vertical-nav #next {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #vertical-nav #next #next-arrow path {
  fill: #176FC1;
}
.video-slider__nav svg #vertical-nav #next:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #vertical-nav #next:hover #next-arrow path {
  fill: #FFFFFF;
}
.video-slider__nav svg #vertical-nav #next #next-bg {
  stroke: #176FC1;
}
.video-slider__nav svg #vertical-nav #prev {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #vertical-nav #prev #prev-arrow path {
  fill: #176FC1;
}
.video-slider__nav svg #vertical-nav #prev:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #vertical-nav #prev:hover #prev-arrow path {
  fill: #FFFFFF;
}
.video-slider__nav svg #vertical-nav #prev #prev-bg {
  stroke: #176FC1;
}
.video-slider__nav svg #horizontal-nav #next {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #horizontal-nav #next #next-arrow path {
  fill: #176FC1;
}
.video-slider__nav svg #horizontal-nav #next:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #horizontal-nav #next:hover #next-arrow path {
  fill: #FFFFFF;
}
.video-slider__nav svg #horizontal-nav #next #next-bg {
  stroke: #176FC1;
}
.video-slider__nav svg #horizontal-nav #prev {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #horizontal-nav #prev #prev-arrow path {
  fill: #176FC1;
}
.video-slider__nav svg #horizontal-nav #prev:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider__nav svg #horizontal-nav #prev:hover #prev-arrow path {
  fill: #FFFFFF;
}
.video-slider__nav svg #horizontal-nav #prev #prev-bg {
  stroke: #176FC1;
}
@media (max-width: 767px) {
  .video-slider .slick-dots {
    margin-left: 5px !important;
  }
}
@media (max-width: 1200px) {
  .video-slider {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .slider-navigation {
    width: 100%;
  }
}

.slider-nav {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 2;
  overflow: hidden;
}
.slider-nav svg #vertical-nav #next {
  fill: transparent;
}
.slider-nav svg #vertical-nav #next-arrow path {
  fill: #176FC1;
}
.slider-nav svg #vertical-nav #next-bg {
  stroke: #176FC1;
}
.slider-nav svg #vertical-nav #next:hover {
  cursor: pointer;
  fill: #176FC1;
}
.slider-nav svg #vertical-nav #next:hover #next-arrow path {
  fill: #FFFFFF;
}
.slider-nav svg #vertical-nav #prev {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #vertical-nav #prev-arrow path {
  fill: #176FC1;
}
.slider-nav svg #vertical-nav #prev-bg {
  stroke: #176FC1;
}
.slider-nav svg #vertical-nav #prev:hover {
  cursor: pointer;
  fill: #176FC1;
}
.slider-nav svg #vertical-nav #prev:hover #next-arrow path {
  fill: #FFFFFF;
}
.slider-nav svg #horizontal-nav #next {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #horizontal-nav #next #next-arrow path {
  fill: #176FC1;
}
.slider-nav svg #horizontal-nav #next:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #horizontal-nav #next:hover #next-arrow path {
  fill: #FFFFFF;
}
.slider-nav svg #horizontal-nav #next #next-bg {
  stroke: #176FC1;
}
.slider-nav svg #horizontal-nav #prev {
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #horizontal-nav #prev #prev-arrow path {
  fill: #176FC1;
}
.slider-nav svg #horizontal-nav #prev:hover {
  cursor: pointer;
  fill: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #horizontal-nav #prev:hover #prev-arrow path {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav svg #horizontal-nav #prev #prev-bg {
  stroke: #176FC1;
}
.slider-nav_style_white svg #horizontal-nav #next #next-arrow path {
  fill: #FFFFFF;
}
.slider-nav_style_white svg #horizontal-nav #next:hover {
  fill: #FFFFFF;
}
.slider-nav_style_white svg #horizontal-nav #next:hover #next-arrow path {
  fill: #176FC1;
}
.slider-nav_style_white svg #horizontal-nav #next #next-bg {
  stroke: #FFFFFF;
}
.slider-nav_style_white svg #horizontal-nav #prev #prev-arrow path {
  fill: #FFFFFF;
}
.slider-nav_style_white svg #horizontal-nav #prev:hover {
  fill: #FFFFFF;
}
.slider-nav_style_white svg #horizontal-nav #prev:hover #prev-arrow path {
  fill: #176FC1;
}
.slider-nav_style_white svg #horizontal-nav #prev #prev-bg {
  stroke: #FFFFFF;
}
@media (max-width: 1200px) {
  .slider-nav {
    right: 40px;
  }
}

.slider__nav_vertical {
  max-width: 100px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .slider__nav_vertical {
    display: none;
  }
}

.slider__nav_horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slider__nav_horizontal.dynamo-tv__slider-nav {
  padding: 0 15px;
  display: none;
}
@media (max-width: 1200px) {
  .slider__nav_horizontal.dynamo-tv__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider__nav_horizontal.gallery__slider-nav {
  display: none;
}
@media (max-width: 1023px) {
  .slider__nav_horizontal.gallery__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider__nav_horizontal.products__slider-nav {
  display: none;
}
@media (max-width: 1023px) {
  .slider__nav_horizontal.products__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .slider__nav_horizontal {
    margin-top: 10px;
  }
}

.dark-mode .video-slider__nav svg #vertical-nav #next-bg,
.dark-mode .video-slider__nav svg #horizontal-nav #next-bg {
  stroke: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #next-arrow path,
.dark-mode .video-slider__nav svg #horizontal-nav #next-arrow path {
  fill: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #next:hover #next-bg,
.dark-mode .video-slider__nav svg #horizontal-nav #next:hover #next-bg {
  fill: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #next:hover #next-arrow path,
.dark-mode .video-slider__nav svg #horizontal-nav #next:hover #next-arrow path {
  fill: #FFFFFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #prev-bg,
.dark-mode .video-slider__nav svg #horizontal-nav #prev-bg {
  stroke: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #prev-arrow path,
.dark-mode .video-slider__nav svg #horizontal-nav #prev-arrow path {
  fill: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #prev:hover #prev-bg,
.dark-mode .video-slider__nav svg #horizontal-nav #prev:hover #prev-bg {
  fill: #2F9BFF !important;
}
.dark-mode .video-slider__nav svg #vertical-nav #prev:hover #prev-arrow path,
.dark-mode .video-slider__nav svg #horizontal-nav #prev:hover #prev-arrow path {
  fill: #FFFFFF !important;
}

.gallery-card__body {
  position: relative;
  height: 335px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery-card__body:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-12.03%, #0066B0), color-stop(90.11%, rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 -12.03%, rgba(0, 148, 255, 0) 90.11%);
  background: linear-gradient(0deg, #0066B0 -12.03%, rgba(0, 148, 255, 0) 90.11%);
  opacity: 0.45;
}
.gallery-card__body:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(41.42%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
}
.gallery-card__body:hover .gallery-card__title {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .gallery-card__body {
    height: 325px;
  }
}
@media (max-width: 1400px) {
  .gallery-card__body {
    height: 275px;
  }
}
@media (max-width: 767px) {
  .gallery-card__body {
    height: 260px;
  }
}
@media (max-width: 370px) {
  .gallery-card__body {
    height: 240px;
  }
}
.gallery-card__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(76.47%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 76.47%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 76.47%);
}
.gallery-card__title {
  position: relative;
  z-index: 2;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.gallery-card__more-info {
  position: relative;
  z-index: 2;
}
.gallery-card__more-info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.gallery-card__more-info ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 6px;
  padding-right: 13px;
}
.gallery-card__more-info ul li span {
  font-size: 22px;
  line-height: 24px;
  margin-right: 5px;
}
.gallery-card__more-info ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-card__more-info ul li:last-child {
  padding: 0;
  margin: 0;
}
.gallery-card__more-info ul li:last-child:before {
  display: none;
}

.product-card {
  padding: 25px 20px 20px 20px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card:hover {
  border-color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 13px 14px 13px;
  width: 112px;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #2B2A35;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-size: 100%;
  min-width: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEwIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMTEwIDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAxNC4wODdDMCA2LjMwNjk1IDYuMzA2OTQgMCAxNC4wODcgMEg5NS45MTNDMTAzLjY5MyAwIDExMCA2LjMwNjk0IDExMCAxNC4wODdWMTQuNDIzOUMxMTAgMjIuMDE3OCAxMDMuODQ0IDI4LjE3MzkgOTYuMjUgMjguMTczOUg4OS4zNzVWMzZMNzUuNjI1IDI4LjE3MzlINjguNzVINTVIMTQuMDg3QzYuMzA2OTQgMjguMTczOSAwIDIxLjg2NyAwIDE0LjA4N1oiIGZpbGw9IiNGRkMwMDAiLz4KPC9zdmc+Cg==");
}
@media (max-width: 767px) {
  .product-card__label {
    top: 10px;
    left: 10px;
    padding: 3px 4px 8px 4px;
    font-size: 8px;
    min-width: 60px;
    width: 60px;
    line-height: 10px;
    letter-spacing: 1px;
  }
}
.product-card__sale {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  background-color: #176FC1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .product-card__sale {
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 16px;
  }
}
.product-card__favourite {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-card__favourite_label {
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card__favourite_label:focus {
  outline: 0;
}
.product-card__favourite_label:before, .product-card__favourite_label:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.product-card__favourite_label:before {
  display: none;
  top: -75%;
  background-image: -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, transparent 20%, #ffa946 20%, transparent 30%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #ffa946 15%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%);
  background-image: radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ffa946 20%, transparent 30%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffa946 15%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%);
  background-size: 40% 40%, 50% 50%, 45% 45%, 50% 50%, 48% 48%, 40% 40%, 45% 45%, 40% 40%, 48% 48%;
}
.product-card__favourite_label:after {
  display: none;
  bottom: -75%;
  background-image: -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, transparent 10%, #ffa946 15%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%), -o-radial-gradient(circle, #ffa946 20%, transparent 20%);
  background-image: radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffa946 15%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%), radial-gradient(circle, #ffa946 20%, transparent 20%);
  background-size: 45% 45%, 50% 50%, 48% 48%, 50% 50%, 45% 45%, 40% 40%, 50% 50%;
}
.product-card__favourite_label:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card__favourite_label:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card__favourite_label.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}
.product-card__favourite_label.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0;
  }
  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0;
  }
  100% {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0;
  }
  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0;
  }
  100% {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
}
.product-card__favourite_label .product-card__favourite_icon_saved {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-card__favourite_label.saved .product-card__favourite_icon_saved {
  opacity: 1;
}
.product-card__favourite_checkbox {
  display: none;
}
.product-card__favourite_icon {
  font-size: 20px;
  cursor: pointer;
  color: #FFC000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-card__favourite_icon_saved {
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .product-card__favourite_icon {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-card__favourite {
    top: 10px;
    right: 10px;
  }
}
.product-card__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 290px;
  margin-bottom: 24px;
}
.product-card__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .product-card__image {
    height: 260px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-card__image {
    height: 180px;
    margin-bottom: 5px;
  }
}
.product-card__name {
  margin-bottom: 3px;
  min-height: 48px;
}
.product-card__name a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D8C;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  text-decoration: none;
}
.product-card__name a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .product-card__name a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }
}
@media (max-width: 1200px) {
  .product-card__name {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .product-card__name {
    margin-bottom: 5px;
    min-height: 42px;
  }
}
.product-card__bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .product-card__bottom-row {
    height: 52px;
  }
}
.product-card__price {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: #2B2A35;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-card__price_old {
  font-weight: normal;
  font-size: 22px;
  color: #6C7D8C;
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1599px) {
  .product-card__price_old {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .product-card__price_old {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .product-card__price_old {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .product-card__price {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .product-card__price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}
.product-card__buy-button a {
  padding: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .product-card__buy-button a {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .product-card__buy-button {
    display: none;
  }
}
@media (max-width: 1400px) {
  .product-card {
    padding: 20px 15px;
  }
}
@media (max-width: 1200px) {
  .product-card {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .product-card {
    padding: 20px 10px 10px 10px;
  }
}

.dark-mode .product-card {
  border-color: #1F2022;
  background-color: #1F2022;
}
.dark-mode .product-card:hover {
  border-color: #2F9BFF;
}
.dark-mode .product-card__sale {
  background-color: #2F9BFF;
}
.dark-mode .product-card__price {
  color: #FFFFFF;
}
.dark-mode .product-card__price {
  color: #FFFFFF;
}
.dark-mode .product-card__price_old {
  color: #B7BEC5;
}

.awards {
  padding-bottom: 90px;
}
.awards__heading {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .awards__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .awards__heading {
    margin-bottom: 18px;
  }
}
.awards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
.awards__list_col {
  position: relative;
  border-right: 1px solid #E0E0E0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards__list_col:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 12px;
  height: 10px;
  width: 6px;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards__list_col:last-child {
  border: none;
}
.awards__list_col:last-child:after {
  display: none;
}
@media (max-width: 1023px) {
  .awards__list_col:nth-child(3n) {
    border: none;
  }
  .awards__list_col:nth-child(3n):after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .awards__list_col {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .awards__list_col {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .awards__list_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .awards__list_col {
    border: none;
  }
}
@media (max-width: 1200px) {
  .awards__list {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .awards {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .awards {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .awards {
    padding-bottom: 0;
  }
}

.awards-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 10px;
}
.awards-item__image {
  margin-bottom: 10px;
}
.awards-item__image img {
  width: auto;
  max-width: 100%;
  max-height: 204px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards-item__image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards-item__count {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: #2B2A35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards-item__count span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #6c7d8c4d;
  border-radius: 50%;
}
.awards-item__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awards-item__title:hover {
  color: #2B2A35;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .awards-item {
    padding: 0;
  }
}

.dark-mode .awards__list_col {
  border-color: #2B2D2E;
}
.dark-mode .awards__list_col:after {
  background-color: #141617;
}
.dark-mode .awards-item__count {
  color: #FFFFFF;
}
.dark-mode .awards-item__title {
  color: #FFFFFF;
}

.partners {
  padding: 60px 0 95px 0 !important;
}
.partners__top-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 60px;
  padding: 70px 100px 0 100px;
  border-top: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .partners__top-list .partner-item.a-bank, .partners__top-list .partner-item.favbet {
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .partners__top-list .partner-item.new-balance {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .partners__top-list .partner-item__image {
    height: 50px !important;
  }
}
@media (max-width: 767px) {
  .partners__top-list .partner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .partners__top-list {
    padding: 70px 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .partners__top-list {
    padding: 20px 0 0 0;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partners__middle-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .partners__middle-list .partner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .partners__middle-list .partner-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .partners__middle-list .partner-item__second-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    margin-top: 20px;
  }
}
.partners__middle-list .partner-item__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .partners__middle-list .partner-item__image {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .partners__middle-list .partner-item__image {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .partners__middle-list .partner-item__image {
    padding: 0 5px;
  }
}
@media (max-width: 576px) {
  .partners__middle-list .partner-item__image {
    padding: 0;
  }
}
.partners__middle-list .winnerauto .partner-item__image {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .partners__middle-list .winnerauto .partner-item__image {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .partners__middle-list .winnerauto .partner-item__image {
    padding-left: 5px;
  }
}
@media (max-width: 576px) {
  .partners__middle-list .winnerauto .partner-item__image {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .partners__middle-list .klo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.3%;
        -ms-flex: 0 0 30.3%;
            flex: 0 0 30.3%;
  }
}
@media (max-width: 767px) {
  .partners__middle-list .morshinska {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.3%;
        -ms-flex: 0 0 36.3%;
            flex: 0 0 36.3%;
  }
}
@media (max-width: 576px) {
  .partners__middle-list {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .partners__middle-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .partners__middle-list {
    margin-bottom: 30px;
  }
}
.partners__bottom-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .partners__bottom-list .partner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.partners__bottom-list .partner-item__image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .partners__bottom-list .partner-item__image {
    padding: 0 15px;
  }
}
.partners__bottom-list_middle {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .partners__bottom-list {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .partners {
    padding: 50px 0 90px 0 !important;
  }
}
@media (max-width: 1023px) {
  .partners {
    padding: 30px 0 70px 0 !important;
  }
}
@media (max-width: 767px) {
  .partners {
    padding: 25px 0 70px 0 !important;
  }
}

.partner-item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.partner-item__image a {
  position: relative;
  text-decoration: none;
}
.partner-item__image a .visible {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partner-item__image a:hover svg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.partner-item__image a:hover .visible {
  opacity: 1;
}
.partner-item__image a svg {
  max-width: 100%;
}
.partner-item__image_size_big svg {
  max-height: 80px;
  width: auto;
}
.partner-item__image_size_medium svg {
  max-height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .partner-item__image {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .partner-item__image {
    height: 40px;
  }
}
.partner-item__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  opacity: 0.9;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .partner-item__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
}
.partner-item.a-bank svg {
  width: 203px;
  height: 57px;
}
@media (max-width: 767px) {
  .partner-item.a-bank svg {
    width: 136px;
    height: auto;
  }
}
.partner-item.new-balance svg {
  width: 127px;
  height: 70px;
}
@media (max-width: 767px) {
  .partner-item.new-balance svg {
    width: 90px;
    height: auto;
  }
}
.partner-item.favbet svg {
  width: 250px;
  height: 45px;
}
@media (max-width: 767px) {
  .partner-item.favbet svg {
    width: 150px;
    height: auto;
  }
}
.partner-item.winnerauto svg {
  width: 175px;
  height: 47px;
}
@media (max-width: 576px) {
  .partner-item.winnerauto svg {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 370px) {
  .partner-item.winnerauto svg {
    width: 85px;
  }
}
.partner-item.dobrobut svg {
  width: 168px;
  height: 57px;
}
@media (max-width: 576px) {
  .partner-item.dobrobut svg {
    width: 91px;
    height: auto;
  }
}
@media (max-width: 370px) {
  .partner-item.dobrobut svg {
    width: 85px;
  }
}
.partner-item.gss svg {
  width: 117px;
  height: 39px;
}
@media (max-width: 576px) {
  .partner-item.gss svg {
    width: 65px;
    height: auto;
  }
}
@media (max-width: 370px) {
  .partner-item.gss svg {
    width: 58px;
  }
}
.partner-item.klo svg {
  min-width: 45px;
}
@media (max-width: 1200px) {
  .partner-item.klo svg {
    -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
            transform: translateY(13px);
  }
}
@media (max-width: 992px) {
  .partner-item.klo svg {
    min-width: initial;
  }
}
@media (max-width: 576px) {
  .partner-item.klo svg {
    width: 50px;
    height: auto;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.partner-item.rocket svg {
  height: 37px;
  width: 191px;
}
@media (max-width: 576px) {
  .partner-item.rocket svg {
    max-width: 50px;
    max-height: 11px;
  }
}
@media (max-width: 576px) {
  .partner-item.arber svg {
    width: 75px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .partner-item.morshinska svg {
    width: 115px;
    height: auto;
  }
}
.partner-item.arma svg {
  width: 139px;
  height: 40px;
}
@media (max-width: 576px) {
  .partner-item.arma svg {
    width: 75px;
    height: auto;
  }
}
.partner-item.pit-bull svg {
  max-height: 55px;
}
@media (max-width: 1200px) {
  .partner-item.pit-bull svg {
    min-width: 110px;
  }
}
@media (max-width: 992px) {
  .partner-item.pit-bull svg {
    min-width: initial;
  }
}
@media (max-width: 576px) {
  .partner-item.pit-bull svg {
    height: 35px;
    max-width: initial;
    max-height: initial;
    width: 40px;
    margin-top: 18px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.dark-mode .partners__top-list {
  border-color: #2B2D2E;
}
.dark-mode .partner-item__title {
  color: #B9BABA;
}

.top-match {
  padding-top: 4px;
  padding-bottom: 50px;
}
.top-match.default .top-match__body:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), to(rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  background: linear-gradient(360deg, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  opacity: 0.65;
}
.top-match.default .top-match__background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), to(rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 100%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 100%);
  opacity: 0.9;
}
.top-match.default .top-match__background-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(166.48%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 166.48%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 166.48%);
  opacity: 0.4;
}
@media (max-width: 992px) {
  .top-match .container {
    padding: 0;
  }
}
.top-match__body {
  position: relative;
  padding: 75px 15px 45px 15px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-match__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), to(rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  background: linear-gradient(360deg, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  opacity: 0.2;
}
@media (max-width: 992px) {
  .top-match__body {
    padding: 60px 15px 50px 15px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .top-match__body {
    background-position: center top;
    padding: 20px 20px 50px 20px;
  }
}
.top-match__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-match__background {
    display: none;
  }
}
.top-match__background_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-match__background_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-match__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-3.86%, #263946), to(rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 -3.86%, rgba(38, 57, 70, 0) 100%);
  background: linear-gradient(0deg, #263946 -3.86%, rgba(38, 57, 70, 0) 100%);
}
.top-match__background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(60.96%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 60.96%);
  background: linear-gradient(360deg, #263946 0%, rgba(38, 57, 70, 0) 60.96%);
  opacity: 0.9;
}
.top-match__background-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -o-linear-gradient(89.73deg, #000000 0.22%, rgba(0, 0, 0, 0) 99.74%);
  background: linear-gradient(0.27deg, #000000 0.22%, rgba(0, 0, 0, 0) 99.74%);
  opacity: 0.9;
}
.top-match__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.top-match__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .top-match__logo img {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .top-match__logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .top-match__logo {
    margin-bottom: 20px;
  }
}
.top-match__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-match__info {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top-match__col_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .top-match__col_one {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .top-match__col_two {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 44px;
  }
}
.top-match__col_three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-match__col_three .top-match__team_logo {
  padding-left: 0;
}
@media (max-width: 767px) {
  .top-match__col_three {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-match__team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-match__team_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-match__team_more:last-child {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.top-match__team_name {
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .top-match__team_name {
    margin-bottom: 0;
  }
}
.top-match__team_town {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.top-match__team_town span {
  position: relative;
  left: -3px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .top-match__team_town {
    display: none;
  }
}
.top-match__team_logo {
  padding: 0 25px;
}
.top-match__team_logo img {
  max-width: 100px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .top-match__team_logo img {
    max-width: 80px;
    max-height: 110px;
  }
}
@media (max-width: 1023px) {
  .top-match__team_logo img {
    max-width: 65px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .top-match__team_logo img {
    max-width: 60px;
    max-height: 90px;
  }
}
@media (max-width: 1200px) {
  .top-match__team_logo {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .top-match__team_logo {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .top-match__team_logo {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .top-match__team_logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .top-match__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-match__date {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16.7px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 4px;
}
.top-match__date ul {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.top-match__date ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0 12px;
}
.top-match__date ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-match__date ul li:first-child {
  padding-left: 0;
}
.top-match__date ul li:first-child:before {
  display: none;
}
.top-match__date ul li:last-child {
  padding-right: 0;
}
@media (max-width: 1023px) {
  .top-match__date {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top-match__date {
    font-size: 14px;
  }
}
.top-match__timer {
  text-align: center;
  width: 350px;
  margin: 0 15px;
}
.top-match__timer_title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  line-height: 64px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .top-match__timer_title {
    font-size: 40px;
  }
}
.top-match__timer_sub-title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16.7px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -8px;
}
.top-match__timer p {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  line-height: 64px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
}
@media (max-width: 576px) {
  .top-match__timer p {
    font-size: 40px;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .top-match__timer {
    width: auto;
    margin: 0;
  }
}
.top-match__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}
.top-match__links_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-match__links_item + .top-match__links_item {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .top-match__links_item + .top-match__links_item {
    margin-left: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .top-match__links_item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-match__links_item:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-match__links_item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.top-match__links_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .top-match__links_item a.button-primary-blue {
    color: #176FC1;
    background-color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .top-match__links_item a {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .top-match__links {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top-match__place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-match__place_logo {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 5px;
}
.top-match__place_title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .top-match__place {
    display: none;
  }
}
.top-match__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.top-match__partners_title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
}
@media (max-width: 1023px) {
  .top-match__partners_title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
}
.top-match__partners .top-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 90px;
  border-left: 1px solid #E0E0E0;
}
.top-match__partners .top-partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-match__partners .top-partners__item.abank svg {
  width: 125px;
  height: 36px;
}
.top-match__partners .top-partners__item.new-balance svg {
  height: auto;
  width: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.top-match__partners .top-partners__item.favbet svg {
  width: 151px;
  height: 28px;
}
@media (max-width: 1023px) {
  .top-match__partners .top-partners {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .top-match__partners {
    display: none;
  }
}
@media (max-width: 1200px) {
  .top-match {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .top-match {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .top-match {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-match {
    padding-bottom: 25px;
  }
}

.top-news {
  padding-top: 4px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .top-news .container {
    padding: 0;
  }
}
.top-news__body {
  position: relative;
  padding: 35px;
  min-height: 685px;
  border-radius: 8px;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-news__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), color-stop(41.42%, rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  background: linear-gradient(0deg, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  opacity: 0.45;
}
@media (max-width: 1200px) {
  .top-news__body {
    padding: 30px;
    min-height: 625px;
  }
}
@media (max-width: 992px) {
  .top-news__body {
    padding: 30px 25px;
    border-radius: 0;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .top-news__body {
    background-position: center top;
    padding: 15px 0 15px 20px;
    min-height: 576px;
  }
}
@media (max-width: 576px) {
  .top-news__body {
    background-position: 38% top;
  }
}
@media (max-width: 370px) {
  .top-news__body {
    min-height: 520px;
  }
}
.top-news__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #263946;
  opacity: 0.45;
}
.top-news__background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(41.42%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  opacity: 0.45;
}
.top-news__background-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), color-stop(41.42%, rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  background: linear-gradient(0deg, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  opacity: 0.45;
}
.top-news__status {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.top-news__status span {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2B2A35;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FFC000;
  width: auto;
  padding: 10px 15px;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .top-news__status span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .top-news__status span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    padding: 10px 15px 8px 15px;
  }
}
@media (max-width: 767px) {
  .top-news__status {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.top-news__title {
  position: relative;
  z-index: 1;
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.top-news__title a {
  color: #FFFFFF;
}
.top-news__title a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top-news__title {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.top-news__description {
  position: relative;
  z-index: 1;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .top-news__description {
    display: none;
  }
}
.top-news__slider {
  margin-top: 34px;
}
@media (max-width: 1200px) {
  .top-news__slider {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .top-news {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .top-news {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .top-news {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-news {
    padding-bottom: 25px;
  }
}

.top-news-slider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news-slider__item {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news-slider__item + .top-news-slider__item {
  position: relative;
  border-left: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news-slider__item + .top-news-slider__item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -2px;
  width: 5px;
  height: 10px;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .top-news-slider__item + .top-news-slider__item:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-news-slider__item + .top-news-slider__item {
    border: none;
  }
}
@media (max-width: 1200px) {
  .top-news-slider__item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-news-slider__item {
    padding: 13px 30px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-right: 8px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .top-news-slider__item {
    padding: 13px 25px;
    max-width: 275px;
  }
}
.top-news-slider .news-card__category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-news-slider .news-card__title {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .top-news-slider .news-card__title a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1200px) {
  .top-news-slider {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .top-news-slider {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .top-news-slider {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}

.poster-news {
  position: relative;
}
.poster-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), to(rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  background: linear-gradient(360deg, #0066B0 0%, rgba(0, 148, 255, 0) 100%);
  opacity: 0.2;
}

.section__padding-space {
  padding: 45px 0;
}
@media (max-width: 1200px) {
  .section__padding-space {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section__padding-space {
    padding: 25px 0;
  }
}

.headlines {
  padding-top: 4px !important;
}
@media (max-width: 992px) {
  .headlines .container {
    padding: 0;
  }
}
.headlines__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .headlines__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.headlines__slider {
  position: relative;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 1200px) {
  .headlines__slider {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .headlines__slider {
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .headlines__slider {
    padding: 0;
  }
}
.headlines__list {
  padding: 9px 0 0 15px;
}
.headlines__list_heading {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headlines__list_heading .show-more-link {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .headlines__list_heading .show-more-link span {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .headlines__list_heading .show-more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.headlines__list_body {
  position: relative;
}
.headlines__list_body:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines__list_body .news-card:last-child {
  border: none;
}
@media (max-width: 992px) {
  .headlines__list_body .news-card:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .headlines__list_body .news-card:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .headlines__list_body .news-card__image a {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 992px) {
  .headlines__list_body .news-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .headlines__list_body .news-card {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .headlines__list_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .headlines__list_body {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .headlines__list {
    padding: 6px 0 0 10px;
  }
}
@media (max-width: 992px) {
  .headlines__list {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.headlines__slider-nav {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1200px) {
  .headlines__slider-nav {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .headlines__slider-nav {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .headlines__slider-nav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .headlines {
    padding: 50px 5px;
  }
}
@media (max-width: 1023px) {
  .headlines {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 992px) {
  .headlines {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .headlines {
    padding-bottom: 25px !important;
  }
}

.headlines-partners__list {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 13px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines-partners__list a .visible {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines-partners__list a:hover svg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines-partners__list a:hover .visible {
  opacity: 1;
}
@media (max-width: 767px) {
  .headlines-partners__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .headlines-partners__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headlines-partners__logo_silvered {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines-partners__logo_colored {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines-partners__item {
  list-style: none;
  position: relative;
}
.headlines-partners__item + .headlines-partners__item {
  margin-left: 20px;
}
.headlines-partners__item.abank svg {
  width: 82px;
  height: auto;
}
.headlines-partners__item.new-balance svg {
  width: 54px;
  height: auto;
}
.headlines-partners__item.favbet {
  margin-left: 10px;
}
.headlines-partners__item.favbet svg {
  width: 95px;
  height: auto;
}
.headlines-partners__item:hover .top-partners__logo_silvered {
  opacity: 0;
}
.headlines-partners__item:hover .top-partners__logo_colored {
  opacity: 1;
}
.headlines-partners__item.vbet{
  margin-left: 10px;
}
.headlines-partners__item.vbet svg{
  width: 95px;
  height: auto;
}

.main-news {
  position: relative;
  border-radius: 8px;
  max-height: 630px;
  overflow: hidden;
}
.main-news__body {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
  padding: 60px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-news__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), color-stop(41.42%, rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  background: linear-gradient(0deg, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  opacity: 0.45;
}
.main-news__body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(41.42%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  opacity: 0.45;
}
@media (max-width: 1400px) {
  .main-news__body {
    height: 670px;
    padding: 90px 50px 90px 30px;
  }
}
@media (max-width: 1023px) {
  .main-news__body {
    height: 500px;
    padding: 60px 25px 60px 25px;
  }
}
@media (max-width: 767px) {
  .main-news__body {
    height: 300px;
    padding: 40px 15px;
  }
}
@media (max-width: 576px) {
  .main-news__body {
    height: 275px;
  }
}
.main-news__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #263946;
  opacity: 0.45;
}
.main-news__background-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0066B0), color-stop(41.42%, rgba(0, 148, 255, 0)));
  background: -o-linear-gradient(bottom, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  background: linear-gradient(0deg, #0066B0 0%, rgba(0, 148, 255, 0) 41.42%);
  opacity: 0.45;
}
.main-news__category {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.main-news__category a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.main-news__category a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .main-news__category a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .main-news__category {
    margin-bottom: 7px;
  }
}
.main-news__title {
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
}
.main-news__title a {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.main-news__title a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .main-news__title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
  }
}
.main-news__description {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-news__description {
    display: none;
  }
}
.main-news__date {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-top: 18.5px;
}
@media (max-width: 1023px) {
  .main-news__date {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .main-news__date {
    margin-top: 12px;
  }
}
@media (max-width: 1400px) {
  .main-news {
    max-height: 670px;
  }
}
@media (max-width: 992px) {
  .main-news {
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .main-news {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .main-news {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .main-news {
    max-height: 275px;
  }
}

.schedule__heading {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .schedule__heading .section__heading_dropdowns .select-css:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .schedule__heading .section__heading_dropdowns .select-css:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .schedule__heading .section__heading_dropdowns .select-css__select_small, .schedule__heading .section__heading_dropdowns .select-css__select_middle, .schedule__heading .section__heading_dropdowns .select-css__select_large {
    width: 100%;
  }
}
.schedule__heading .section__heading_dropdowns .select-css:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  width: 20px;
  height: calc(100% - 3px);
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  .schedule__heading .section__heading_dropdowns .select-css:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .schedule__heading .section__heading_dropdowns .select-css {
    position: relative;
    margin-right: 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    min-height: 40px;
  }
}
@media (max-width: 1200px) {
  .schedule__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .schedule__heading {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .schedule__list {
    margin: 0 -10px;
  }
}
.schedule__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 767px) {
  .schedule__col .button-show-more span {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .schedule__col {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .schedule__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .schedule__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .schedule__col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .schedule__col_three {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.schedule__item_heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule__item_heading h5 {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #6C7D8C;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  .schedule__item_heading h5 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .schedule__tournament-table {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .schedule__tournament-table {
    margin-top: 0;
  }
}

.schedule-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px;
  height: 244px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule-card__col_one {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 767px) {
  .schedule-card__col_one {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.schedule-card__col_two {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 767px) {
  .schedule-card__col_two {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.schedule-card__row_one {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .schedule-card__row_one {
    margin-bottom: 20px;
  }
}
.schedule-card__row_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .schedule-card__row_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.schedule-card__place {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14.32px;
  color: #6C7D8C;
  margin-bottom: 14px;
}
.schedule-card__place ul {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.schedule-card__place ul:after {
  content: "";
  position: absolute;
  right: -5px;
  width: 20px;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule-card__place ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0 7px;
}
.schedule-card__place ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #6C7D8C;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.schedule-card__place ul li:first-child {
  padding-left: 0;
}
.schedule-card__place ul li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .schedule-card__place {
    margin-bottom: 9px;
  }
}
.schedule-card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.schedule-card__item:last-child {
  margin-bottom: 0;
}
.schedule-card__team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-card__team_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.schedule-card__team_logo img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .schedule-card__team_logo {
    width: 32px;
    margin-right: 26px;
  }
}
.schedule-card__team_name {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule-card__team_town {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6C7D8C;
}
.schedule-card__team_town span {
  margin-left: -3px;
}
.schedule-card__team_score {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  color: #2B2A35;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .schedule-card__tournament-image {
    margin-right: 26px;
  }
}
.schedule-card__tournament-image img {
  width: auto;
  max-height: 45px;
}
.schedule-card__more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14.32px;
  color: #6C7D8C;
  border-left: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .schedule-card__more-info {
    margin-top: 16px;
    padding-left: 0;
    padding-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    line-height: 16px;
    border-top: 1px solid #E0E0E0;
  }
}
.schedule-card__timezone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .schedule-card__timezone span:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .schedule-card__timezone span {
    margin-bottom: 3px;
  }
}
.schedule-card__timezone .show-mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .schedule-card__timezone .show-mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .schedule-card__timezone {
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
.schedule-card .schedule-timer__title {
  color: #176FC1;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule-card .schedule-timer__title_icon {
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
}
@media (max-width: 370px) {
  .schedule-card .schedule-timer__title_icon {
    display: none;
  }
}
.schedule-card .schedule-timer__title_value {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: initial;
}
@media (max-width: 1400px) {
  .schedule-card .schedule-timer__title_value {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .schedule-card .schedule-timer__title_value {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .schedule-card .schedule-timer__title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .schedule-card .schedule-timer__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .schedule-card .schedule-timer__title {
    margin-bottom: 0;
  }
}
.schedule-card .schedule-timer__timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #EBEBEB;
  overflow: hidden;
  border-radius: 2px;
}
.schedule-card .schedule-timer__timeline-completed {
  width: 60%;
  height: 2px;
  border-radius: 2px;
  background-color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .schedule-card .schedule-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 370px) {
  .schedule-card .schedule-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 70px;
  }
}
.schedule-card__channel-title {
  max-width: 100px;
}
@media (max-width: 767px) {
  .schedule-card__channel-title {
    display: none;
  }
}
.schedule-card__button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
.schedule-card__button + .schedule-card__button {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .schedule-card__button + .schedule-card__button {
    margin-top: 16px;
    margin-left: 0;
  }
}
.schedule-card__button a {
  padding: 12px 6px;
}
@media (max-width: 1023px) {
  .schedule-card {
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .schedule-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .schedule-card {
    height: auto;
    padding: 15px;
  }
}

.last-news__heading {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-news__list {
  position: relative;
}
.last-news__list:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .last-news__list {
    margin: 0 -10px;
  }
}
.last-news__item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.last-news__item .news-card__horizontal {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .last-news__item:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .last-news__item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1400px) {
  .last-news__item {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .last-news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .last-news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.last-news__show-more {
  margin-top: 7px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.last-news__show-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .last-news__show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-item {
  position: relative;
  padding: 15px 120px 15px 0;
  min-height: 140px;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item:before {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -3px;
  width: 10px;
  height: 6px;
  z-index: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 90px;
  height: 6px;
  z-index: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news-item:after {
    display: block;
  }
}
.news-item__category {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #176FC1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__category:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news-item__category {
    font-size: 12px;
  }
}
.news-item__title {
  margin-bottom: 3px;
}
.news-item__title:hover + a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__title a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2B2A35;
  display: inline-block;
  max-height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__title a:hover {
  text-decoration: underline;
}
@media (max-width: 370px) {
  .news-item__title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
  }
}
@media (max-width: 767px) {
  .news-item__title {
    margin-bottom: 13px;
  }
}
.news-item__date {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #6C7D8C;
}
.news-item__image {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news-item__image {
    top: 16px;
    width: 74px;
    height: 74px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1599px) {
  .news-item {
    padding: 15px 110px 15px 0;
  }
}
@media (max-width: 767px) {
  .news-item {
    padding: 13px 90px 13px 0;
    min-height: 100px;
  }
}

.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  z-index: 1;
  padding: 0 30px;
  margin: 0;
}
.slick-dots_inside {
  left: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
  height: 8px;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.25;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 1023px) {
  .slick-dots {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    padding: 0 15px;
    bottom: 15px;
  }
}

.slider-dots_outside .slick-dots {
  left: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0;
  bottom: -48px;
  margin-left: -690px;
}
.slider-dots_outside .slick-dots li button {
  background-color: #EBEBEB;
  opacity: 1;
}
.slider-dots_outside .slick-dots li button:hover {
  background-color: #176FC1;
}
.slider-dots_outside .slick-dots li button:focus {
  outline: none;
}
.slider-dots_outside .slick-dots li.slick-active button {
  background-color: #176FC1;
}
@media (max-width: 1599px) {
  .slider-dots_outside .slick-dots {
    margin-left: -625px;
  }
}
@media (max-width: 1400px) {
  .slider-dots_outside .slick-dots {
    margin-left: -585px;
  }
}
@media (max-width: 1200px) {
  .slider-dots_outside .slick-dots {
    margin-left: 15px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .slider-dots_outside .slick-dots {
    bottom: -42px;
  }
}

.subscribe {
  padding-top: 0;
}
.subscribe__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 100px;
  background: -o-linear-gradient(0.02deg, #176FC1 0.01%, #1D4692 99.99%), #001D5C;
  background: linear-gradient(89.98deg, #176FC1 0.01%, #1D4692 99.99%), #001D5C;
  border-radius: 8px;
}
@media (max-width: 1599px) {
  .subscribe__box {
    padding: 20px 80px;
  }
}
@media (max-width: 1400px) {
  .subscribe__box {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .subscribe__box {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .subscribe__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.subscribe .section-title h3 {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .subscribe .section-title {
    margin-bottom: 12px;
  }
}
.subscribe__list ul li {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 15px;
  margin-right: 60px;
}
.subscribe__list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subscribe__list ul li:last-child {
  margin: 0;
}
@media (max-width: 1400px) {
  .subscribe__list ul li {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  .subscribe__list ul li {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .subscribe__list ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .subscribe__list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .subscribe__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .subscribe__button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe {
    padding-top: 5px;
  }
}

.gallery {
  overflow: hidden;
}
.gallery__heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .gallery__heading .button-show-more span {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .gallery__heading {
    margin-bottom: 20px;
  }
}
.gallery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  .gallery__list {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .gallery__list {
    padding-left: 11px;
  }
}
.gallery__list_item {
  padding: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1023px) {
  .gallery__list_item {
    width: 380px;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery__list_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 352px !important;
    padding: 0 4px;
  }
}
@media (max-width: 370px) {
  .gallery__list_item {
    width: 300px !important;
  }
}
.gallery__slider-nav-container {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .gallery__slider-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.products {
  overflow: hidden;
}
.products__heading {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .products__heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .products__heading {
    margin-bottom: 20px;
  }
}
.products__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.products__list_item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .products__list_item .product-card__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .products__list_item {
    width: 340px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .products__list_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    max-width: 175px !important;
    padding: 0 4px;
  }
}
@media (max-width: 1023px) {
  .products__list {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .products__list {
    padding-left: 11px;
  }
}
.products__slider-nav {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .products__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.team-slider-section {
  overflow: hidden;
}
.team-slider-section .slick-list {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .team-slider-section .slick-list {
    padding: 0 15px !important;
  }
}
.team-slider-section__heading {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .team-slider-section__heading {
    margin-bottom: 20px;
  }
}
.team-slider-section__slider-nav {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .team-slider-section__slider-nav {
    margin-top: 10px;
  }
}
.team-slider-section .slick-dots {
  bottom: -58px;
}
@media (max-width: 767px) {
  .team-slider-section .slick-dots {
    bottom: -42px;
    max-width: calc(100% - 170px);
    overflow: hidden;
  }
}

.team-slider {
  max-height: 585px;
  overflow: hidden;
}
.team-slider.slick-initialized {
  overflow: visible;
}
.team-slider__item {
  width: 440px;
}
.team-slider__item.slick-slide {
  opacity: 0.25;
  padding: 0 !important;
  margin-right: 30px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .team-slider__item.slick-slide {
    margin-right: 25px !important;
  }
}
@media (max-width: 1023px) {
  .team-slider__item.slick-slide {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .team-slider__item.slick-slide {
    margin-right: 8px !important;
  }
}
.team-slider__item.slick-active {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1599px) {
  .team-slider__item {
    width: 397px;
  }
}
@media (max-width: 1400px) {
  .team-slider__item {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .team-slider__item {
    width: 350px;
  }
}
@media (max-width: 370px) {
  .team-slider__item {
    max-width: 310px;
  }
}
@media (max-width: 1599px) {
  .team-slider {
    max-height: 570px;
  }
}
@media (max-width: 1400px) {
  .team-slider {
    max-height: 555px;
  }
}
@media (max-width: 767px) {
  .team-slider {
    max-height: 415px;
  }
}

.team-slider-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 585px;
  overflow: hidden;
  border-radius: 8px;
  padding: 40px 30px 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00398E), to(#266BD1));
  background: -o-linear-gradient(top, #00398E 0%, #266BD1 100%);
  background: linear-gradient(180deg, #00398E 0%, #266BD1 100%);
}
.team-slider-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00398E), color-stop(73.96%, #1C5EC0), to(rgba(38, 107, 209, 0)));
  background: -o-linear-gradient(top, #00398E 0%, #1C5EC0 73.96%, rgba(38, 107, 209, 0) 100%);
  background: linear-gradient(180deg, #00398E 0%, #1C5EC0 73.96%, rgba(38, 107, 209, 0) 100%);
}
.team-slider-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.team-slider-card__link:hover + .team-slider-card__name {
  text-decoration: underline;
}
.team-slider-card__background-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23054bb0' fill-opacity='0.5' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
}
.team-slider-card__background-element:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00398E), color-stop(63.96%, #1C5EC0), to(rgba(38, 107, 209, 0)));
  background: -o-linear-gradient(top, #00398E 0%, #1C5EC0 63.96%, rgba(38, 107, 209, 0) 100%);
  background: linear-gradient(180deg, #00398E 0%, #1C5EC0 63.96%, rgba(38, 107, 209, 0) 100%);
}
.team-slider-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-slider-card__overlay:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: #00398E;
}
.team-slider-card__number {
  position: absolute;
  right: 25px;
  top: -60px;
  z-index: 1;
  font-family: "Oswald";
  font-weight: 700;
  font-style: normal;
  font-size: 420px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFFFFF 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFFFFF 15%, rgba(255, 255, 255, 0) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: -0.06em;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
@media (max-width: 1599px) {
  .team-slider-card__number {
    font-size: 400px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .team-slider-card__number {
    font-size: 350px;
    top: -50px;
    right: 10px;
  }
}
.team-slider-card__number_big {
  right: 10px;
}
.team-slider-card__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 80%;
  height: 100%;
  text-align: end;
}
.team-slider-card__image img {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 100%;
  width: auto;
}
.team-slider-card__position {
  position: relative;
  z-index: 1;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-slider-card__position {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
}
.team-slider-card__position span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  font-size: 12px;
  letter-spacing: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMjAuMDcyOCAxLjQ5NTMxTDIwLjA3MzEgMS40OTQyOUMyMC4xMTE0IDEuMzMxNTQgMjAuMjU2MyAxLjIxODUxIDIwLjQyMTIgMS4yMTg1MUgyNy43ODU0QzI3LjkzNyAxLjIxODUxIDI4LjA4MjMgMS4yNzg3MSAyOC4xODk1IDEuMzg1ODdDMjguMjk2NyAxLjQ5MzA0IDI4LjM1NjkgMS42MzgzOSAyOC4zNTY5IDEuNzg5OTRWMTAuNzg5OUMyOC4zNTY5IDEwLjk0MTUgMjguMjk2NyAxMS4wODY4IDI4LjE4OTUgMTEuMTk0QzI4LjA4MjMgMTEuMzAxMiAyNy45MzcgMTEuMzYxNCAyNy43ODU0IDExLjM2MTRIMjUuMTA2OUgyNC4xMDY5VjEyLjM2MTRWMjYuMjE4NUMyNC4xMDY5IDI2LjM3MDEgMjQuMDQ2NyAyNi41MTU0IDIzLjkzOTUgMjYuNjIyNkMyMy44MzIzIDI2LjcyOTcgMjMuNjg3IDI2Ljc4OTkgMjMuNTM1NCAyNi43ODk5SDYuNDY0MDFDNi4zMTI0NiAyNi43ODk5IDYuMTY3MTEgMjYuNzI5NyA2LjA1OTk1IDI2LjYyMjZDNS45NTI3OCAyNi41MTU0IDUuODkyNTggMjYuMzcwMSA1Ljg5MjU4IDI2LjIxODVWMTIuMzYxNFYxMS4zNjE0SDQuODkyNThIMi4yMTQwMUMyLjA2MjQ1IDExLjM2MTQgMS45MTcxMSAxMS4zMDEyIDEuODA5OTUgMTEuMTk0QzEuNzAyNzggMTEuMDg2OCAxLjY0MjU4IDEwLjk0MTUgMS42NDI1OCAxMC43ODk5VjEuNzg5OTRDMS42NDI1OCAxLjYzODM4IDEuNzAyNzggMS40OTMwNCAxLjgwOTk1IDEuMzg1ODhDMS45MTcxMSAxLjI3ODcxIDIuMDYyNDUgMS4yMTg1MSAyLjIxNDAxIDEuMjE4NTFMOS41NzgyOSAxLjIxODUxTDkuNTggMS4yMTg1MUM5LjY2MDE0IDEuMjE4MzcgOS43Mzc5NiAxLjI0NTM4IDkuODAwNzggMS4yOTUxMkM5Ljg2MzYgMS4zNDQ4NyA5LjkwNzcyIDEuNDE0NDMgOS45MjU5NSAxLjQ5MjQ2TDkuOTI2NjIgMS40OTUzMUMxMC40NzkzIDMuODI5NjEgMTIuNTY5NCA1LjUwNDIyIDE0Ljk5OTcgNS41MDQyMkMxNy40MzAxIDUuNTA0MjIgMTkuNTIwMiAzLjgyOTYyIDIwLjA3MjggMS40OTUzMVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .team-slider-card__position span {
    width: 30px;
  }
}
.team-slider-card__name {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 48px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  max-width: 175px;
}
@media (max-width: 767px) {
  .team-slider-card__name {
    font-size: 32px;
    line-height: 38px;
    max-width: 155px;
  }
}
.team-slider-card__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .team-slider-card__title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1px;
  }
}
.team-slider-card__statistics {
  position: relative;
  z-index: 1;
}
.team-slider-card__statistics ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-slider-card__statistics ul li {
    margin-bottom: 13px;
  }
}
.team-slider-card__statistics ul li:last-child {
  margin-bottom: 0;
}
.team-slider-card__statistics-value {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .team-slider-card__statistics-value {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
  }
}
.team-slider-card__social {
  position: relative;
  z-index: 2;
  min-height: 88px;
}
.team-slider-card__social ul {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .team-slider-card__social ul {
    margin-left: -4px;
  }
}
.team-slider-card__social ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.team-slider-card__social ul li:last-child {
  margin: 0;
}
.team-slider-card__social ul li a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #E0E0E0;
  font-size: 28px;
  color: #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .team-slider-card__social ul li a {
    width: auto;
    height: auto;
    border: none;
    font-size: 32px;
  }
}
.team-slider-card__social ul li a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #176FC1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .team-slider-card__social {
    min-height: 56px;
  }
}
@media (max-width: 1599px) {
  .team-slider-card {
    height: 570px;
    padding: 40px 25px 30px 25px;
  }
}
@media (max-width: 1400px) {
  .team-slider-card {
    height: 555px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .team-slider-card {
    height: 415px;
    padding: 30px 20px 25px 20px;
  }
}

.friends {
  overflow: hidden;
}
.friends__heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .friends__heading .button-show-more {
    display: none;
  }
}
.friends__heading .button-show-more.show-on-mobile {
  display: none;
}
@media (max-width: 767px) {
  .friends__heading .button-show-more.show-on-mobile {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 1200px) {
  .friends__heading {
    margin-bottom: 20px;
  }
}
.friends__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.friends__list_col {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.friends__list_col_one {
  padding-right: 0;
}
@media (max-width: 992px) {
  .friends__list_col_one {
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .friends__list_col_one {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.friends__list_col_two {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .friends__list_col_two {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .friends__list_col_two {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .friends__list_col {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .friends__list_col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .friends__list {
    margin: 0 -10px;
  }
}
@media (max-width: 992px) {
  .friends__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .friends__list {
    margin: 0 -15px;
  }
}
.friends__slider-nav {
  display: none;
}
@media (max-width: 767px) {
  .friends__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.season-ticket-card {
  position: relative;
  padding: 60px 30px 30px 30px;
  background: -o-linear-gradient(top, rgba(0, 57, 142, 0.8) 0%, rgba(28, 94, 192, 0.8) 73.96%, rgba(38, 107, 209, 0) 100%), conic-gradient(from 200.44deg at 100% 0%, #0066B0 0deg, rgba(0, 148, 255, 0) 360deg), -o-linear-gradient(169.59deg, #1C58B3 0%, rgba(22, 107, 185, 0) 24.83%, rgba(23, 111, 193, 0) 24.83%), -o-linear-gradient(172.74deg, #0E428F 31.95%, rgba(9, 58, 103, 0) 94.9%, rgba(23, 111, 193, 0) 94.91%), #C4C4C4;
  background: linear-gradient(180deg, rgba(0, 57, 142, 0.8) 0%, rgba(28, 94, 192, 0.8) 73.96%, rgba(38, 107, 209, 0) 100%), conic-gradient(from 200.44deg at 100% 0%, #0066B0 0deg, rgba(0, 148, 255, 0) 360deg), linear-gradient(280.41deg, #1C58B3 0%, rgba(22, 107, 185, 0) 24.83%, rgba(23, 111, 193, 0) 24.83%), linear-gradient(277.26deg, #0E428F 31.95%, rgba(9, 58, 103, 0) 94.9%, rgba(23, 111, 193, 0) 94.91%), #C4C4C4;
  border-radius: 8px;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.season-ticket-card__image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 60px;
  right: 60px;
  max-width: 60%;
}
@media (max-width: 992px) {
  .season-ticket-card__image {
    top: 50px;
    right: 55px;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .season-ticket-card__image {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.season-ticket-card__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 80%;
  height: 60%;
  background: #000000;
  -webkit-filter: blur(54px);
          filter: blur(54px);
  border-radius: 19px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .season-ticket-card__image:before {
    max-width: 360px;
  }
}
.season-ticket-card__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 242px;
}
@media (max-width: 767px) {
  .season-ticket-card__image img {
    width: 100%;
    max-width: 385px;
  }
}
.season-ticket-card__title {
  position: relative;
  margin-bottom: 11px;
  z-index: 1;
}
.season-ticket-card__title h4 {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.season-ticket-card__description {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 26px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .season-ticket-card__description {
    margin-bottom: 26px;
  }
}
.season-ticket-card__button a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 576px) {
  .season-ticket-card__button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .season-ticket-card {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .season-ticket-card {
    min-height: 350px;
    padding: 18px;
    margin-bottom: 8px;
    background: -o-linear-gradient(top, rgba(0, 57, 142, 0.8) 0%, rgba(28, 94, 192, 0.8) 73.96%, rgba(38, 107, 209, 0) 100%), conic-gradient(from 195.44deg at 100% 5%, #0066B0 0deg, rgba(0, 148, 255, 0) 360deg), -o-linear-gradient(169.59deg, #1C58B3 0%, rgba(22, 107, 185, 0) 24.83%, rgba(23, 111, 193, 0) 24.83%), -o-linear-gradient(172.74deg, #0E428F 31.95%, rgba(9, 58, 103, 0) 94.9%, rgba(23, 111, 193, 0) 94.91%), #C4C4C4;
    background: linear-gradient(180deg, rgba(0, 57, 142, 0.8) 0%, rgba(28, 94, 192, 0.8) 73.96%, rgba(38, 107, 209, 0) 100%), conic-gradient(from 195.44deg at 100% 5%, #0066B0 0deg, rgba(0, 148, 255, 0) 360deg), linear-gradient(280.41deg, #1C58B3 0%, rgba(22, 107, 185, 0) 24.83%, rgba(23, 111, 193, 0) 24.83%), linear-gradient(277.26deg, #0E428F 31.95%, rgba(9, 58, 103, 0) 94.9%, rgba(23, 111, 193, 0) 94.91%), #C4C4C4;
  }
}

.friends-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: 30px;
}
.friends-slider__item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 992px) {
  .friends-slider__item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .friends-slider__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 4px;
    max-width: 352px !important;
  }
}
@media (max-width: 370px) {
  .friends-slider__item {
    max-width: 298px !important;
  }
}
.friends-slider__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
}
.friends-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.friends-slider__image.justify-image-right img {
  -o-object-position: center right;
     object-position: center right;
}
.friends-slider__image.justify-image-left img {
  -o-object-position: center left;
     object-position: center left;
}
@media (max-width: 1599px) {
  .friends-slider__image {
    height: 165px;
  }
}
@media (max-width: 1200px) {
  .friends-slider__image {
    height: 145px;
  }
}
@media (max-width: 1023px) {
  .friends-slider__image {
    height: 130px;
  }
}
@media (max-width: 1200px) {
  .friends-slider {
    margin-top: 20px !important;
  }
}
@media (max-width: 992px) {
  .friends-slider {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .friends-slider {
    margin-top: 0 !important;
    margin: 0 -15px;
    padding-left: 11px;
  }
}

.friends-card__row_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .friends-card__row_one {
    margin: 0 -10px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 992px) {
  .friends-card__row_one {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .friends-card__row_one {
    margin: 0 -4px !important;
  }
}
.friends-card__row_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .friends-card__row_two {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .friends-card__row_two {
    margin: 0 -4px !important;
  }
}
.friends-card__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .friends-card__col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .friends-card__col {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
.friends-card__item {
  position: relative;
  padding: 65px 30px 30px 30px;
  border: 1px solid #001D5C;
  border-radius: 8px;
  height: 245px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.friends-card__item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .friends-card__item {
    padding: 65px 20px 20px 20px;
  }
}
@media (max-width: 1023px) {
  .friends-card__item {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .friends-card__item {
    padding: 10px;
    height: 165px;
  }
}
.friends-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.friends-card__image {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
}
@media (max-width: 767px) {
  .friends-card__image {
    top: 12px;
    right: 12px;
  }
}
.friends-card__image.new-balance {
  right: 15px;
}
@media (max-width: 767px) {
  .friends-card__image.new-balance {
    right: 12px;
  }
}
.friends-card__image.new-balance svg {
  width: 96px;
  height: auto;
}
@media (max-width: 767px) {
  .friends-card__image.new-balance svg {
    width: 56px;
  }
}
.friends-card__image.klo {
  top: 18px;
  right: 18px;
}
@media (max-width: 767px) {
  .friends-card__image.klo {
    top: 12px;
    right: 12px;
  }
}
.friends-card__image.klo svg {
  width: 54px;
  height: auto;
}
@media (max-width: 767px) {
  .friends-card__image.klo svg {
    width: 30px;
  }
}
.friends-card__image.a-bank {
  top: 16px;
  right: 18px;
}
@media (max-width: 767px) {
  .friends-card__image.a-bank {
    top: 12px;
    right: 12px;
  }
}
.friends-card__image.a-bank svg {
  width: 128px;
  height: auto;
}
@media (max-width: 767px) {
  .friends-card__image.a-bank svg {
    width: 60px;
  }
}
.friends-card__image.favbet {
  top: 10px;
  right: 15px;
}
@media (max-width: 767px) {
  .friends-card__image.favbet {
    top: 8px;
    right: 10px;
  }
}
.friends-card__image.favbet svg {
  width: 123px;
  height: auto;
}
@media (max-width: 767px) {
  .friends-card__image.favbet svg {
    width: 75px;
  }
}
.friends-card__title {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 74.24px;
  color: #001D5C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .friends-card__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 3px;
  }
}
@media (max-width: 370px) {
  .friends-card__title {
    font-size: 42px;
    letter-spacing: -1px;
  }
}
.friends-card__title span {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .friends-card__title span {
    font-size: 20px;
    line-height: 36px;
  }
}
.friends-card__description {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #001D5C;
  max-height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .friends-card__description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    max-height: 84px;
  }
}
@media (max-width: 767px) {
  .friends-card__description br {
    display: none;
  }
}

.history {
  overflow: hidden;
}
.history__heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .history__heading {
    margin-bottom: 25px;
  }
}
.history__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.history__col_one {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 767px) {
  .history__col_one {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.history__col_two {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 767px) {
  .history__col_two {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.history__slider {
  position: relative;
}
.history__box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  .history__box-list {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .history__box-list {
    margin: 0 -4px;
  }
}
.history__list {
  position: relative;
  padding: 10px 0 40px 0;
  margin-left: 40px;
  border-left: 1px solid #176FC1;
}
.history__list:before {
  content: "";
  position: absolute;
  top: -45px;
  left: -1px;
  width: 1px;
  z-index: 1;
  height: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90%);
}
@media (max-width: 1200px) {
  .history__list:before {
    top: -35px;
    height: 45px;
  }
}
.history__list:after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: -3px;
  width: 6px;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1200px) {
  .history__list:after {
    bottom: -35px;
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .history__list {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .history__list {
    margin: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .history__list {
    display: none;
  }
}
.history__slider-nav {
  right: 30px;
}
@media (max-width: 767px) {
  .history__slider-nav {
    display: none;
  }
}

.history-slider {
  margin-bottom: 30px;
  max-height: 470px;
  overflow: hidden;
}
.history-slider.slick-initialized {
  overflow: visible;
}
.history-slider .slick-dots {
  position: absolute;
  left: 0;
  width: auto;
  bottom: 30px;
  padding: 0 30px;
  margin: 0;
}
.history-slider .slick-dots li {
  display: inline-block;
  margin-right: 15px;
  height: 8px;
}
.history-slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.25;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.history-slider .slick-dots li button:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.history-slider .slick-dots li button:focus {
  outline: none;
}
.history-slider .slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 767px) {
  .history-slider .slick-dots {
    padding: 0 15px;
    bottom: 15px;
  }
}
.history-slider__item {
  position: relative;
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  padding: 60px 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history-slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(41.42%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
  opacity: 0.45;
}
.history-slider__item:hover .history-slider__title {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .history-slider__item {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .history-slider__item {
    height: 440px;
  }
}
@media (max-width: 1023px) {
  .history-slider__item {
    height: 400px;
    padding: 60px 25px;
  }
}
@media (max-width: 767px) {
  .history-slider__item {
    height: 270px;
    padding: 35px 15px;
  }
}
@media (max-width: 370px) {
  .history-slider__item {
    height: 240px;
  }
}
.history-slider__category {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 11px;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .history-slider__category {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
  }
}
.history-slider__title {
  position: relative;
  z-index: 2;
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .history-slider__title {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 1599px) {
  .history-slider {
    max-height: 450px;
  }
}
@media (max-width: 1200px) {
  .history-slider {
    max-height: 440px;
  }
}
@media (max-width: 1023px) {
  .history-slider {
    max-height: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .history-slider {
    max-height: 270px;
    margin-bottom: 8px;
  }
}
@media (max-width: 370px) {
  .history-slider {
    max-height: 240px;
  }
}

.history-box__col {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .history-box__col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .history-box__col {
    padding: 0 4px;
  }
}
.history-box__item {
  position: relative;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history-box__item:hover .history-box__title {
  text-decoration: underline;
}
.history-box__item:hover .history-box__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1599px) {
  .history-box__item {
    height: 340px;
  }
}
@media (max-width: 1200px) {
  .history-box__item {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .history-box__item {
    height: 280px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .history-box__item {
    height: auto;
    padding: 0;
  }
}
.history-box__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.history-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .history-box__image {
    position: relative;
    height: 165px;
    margin-bottom: 18px;
  }
}
@media (max-width: 576px) {
  .history-box__image {
    height: 120px;
  }
}
.history-box__category {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .history-box__category {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
    color: #176FC1;
  }
}
.history-box__title {
  position: relative;
  z-index: 2;
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .history-box__title {
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
    color: #2B2A35;
  }
}
.history-box__title:hover {
  text-decoration: underline;
}

.history-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  margin-bottom: 35px;
}
.history-item:first-child:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -1px;
  width: 1px;
  height: 50px;
  background: #176FC1;
}
@media (max-width: 1200px) {
  .history-item:first-child:after {
    top: -35px;
    height: 40px;
  }
}
.history-item:last-child {
  margin-bottom: 0;
}
.history-item:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyOCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iOCIgeT0iNy41IiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSI2IiBmaWxsPSIjMTc2RkMxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiLz4KPHJlY3Qgb3BhY2l0eT0iMC41IiB4PSIxIiB5PSIwLjUiIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgcng9IjEzIiBzdHJva2U9IiMxNzZGQzEiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  width: 27px;
  height: 27px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history-item__heading {
  position: relative;
  margin-bottom: 11px;
}
.history-item__date {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6C7D8C;
  margin-bottom: -2px;
}
.history-item__year {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-size: 64px;
  line-height: 74.24px;
  color: #176FC1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .history-item__year {
    font-size: 58px;
    line-height: 65px;
  }
}
.history-item__trophy {
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 1;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history-item__trophy img {
  max-width: 70px;
  max-height: 90px;
}
@media (max-width: 1200px) {
  .history-item__trophy img {
    max-height: 75px;
  }
}
.history-item__trophy_size_middle img {
  max-height: 80px;
}
@media (max-width: 1200px) {
  .history-item__trophy_size_middle img {
    max-height: 70px;
  }
}
.history-item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.history-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.history-item__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1599px) {
  .history-item__image {
    height: 185px;
  }
}
@media (max-width: 1200px) {
  .history-item__image {
    height: 175px;
  }
}
@media (max-width: 1023px) {
  .history-item__image {
    height: 140px;
  }
}
.history-item__title {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6C7D8C;
}
.history-item__title:hover {
  text-decoration: underline;
  color: #6C7D8C;
}
@media (max-width: 1023px) {
  .history-item__title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1599px) {
  .history-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .history-item {
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 25px;
  }
}

.dark-mode .section-title h3 {
  color: #FFFFFF;
}
.dark-mode .top-news-slider {
  background-color: #1F2022;
}
.dark-mode .top-news-slider__item:before {
  background-color: #1F2022;
}
@media (max-width: 767px) {
  .dark-mode .top-news-slider__item {
    background-color: #1F2022;
  }
}
.dark-mode .top-news-slider .news-card__category {
  color: #2F9BFF;
}
@media (max-width: 767px) {
  .dark-mode .top-news-slider {
    background-color: transparent;
  }
}
.dark-mode .headlines__list_body:after {
  background-color: #141617;
}
.dark-mode .headlines-partners__list {
  background-color: #1F2022;
}
.dark-mode .last-news__list:after {
  background-color: #141617;
}
.dark-mode .schedule__heading .select-css:after {
  background: -webkit-gradient(linear, right top, left top, from(#141617), to(rgba(20, 22, 23, 0)));
  background: -o-linear-gradient(right, #141617 0%, rgba(20, 22, 23, 0) 100%);
  background: linear-gradient(270deg, #141617 0%, rgba(20, 22, 23, 0) 100%);
}
.dark-mode .schedule-card {
  border-color: #1F2022;
  background-color: #1F2022;
}
.dark-mode .schedule-card__place ul:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 32, 34, 0.1)), to(#1F2022));
  background-image: -o-linear-gradient(left, rgba(31, 32, 34, 0.1) 0%, #1F2022 100%);
  background-image: linear-gradient(90deg, rgba(31, 32, 34, 0.1) 0%, #1F2022 100%);
}
.dark-mode .schedule-card__team_name {
  color: #FFFFFF;
}
.dark-mode .schedule-card__team_score {
  color: #FFFFFF;
}
.dark-mode .schedule-card__more-info {
  border-color: #2B2D2E;
}
.dark-mode .schedule-timer__title {
  color: #2F9BFF;
}
.dark-mode .schedule-timer__timeline-completed {
  background-color: #2F9BFF;
}
.dark-mode .slider-dots_inside .slick-dots li button, .dark-mode .slider-dots_outside .slick-dots li button {
  background-color: #B9BABA;
}
.dark-mode .slider-dots_inside .slick-dots li.slick-active button, .dark-mode .slider-dots_outside .slick-dots li.slick-active button {
  background-color: #2F9BFF;
}
.dark-mode .friends-card__item {
  background-color: #1F2022;
  border-color: #1F2022;
}
.dark-mode .friends-card__title {
  color: #FFFFFF;
}
.dark-mode .friends-card__description {
  color: #FFFFFF;
}
.dark-mode .history__list:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#141617), to(rgba(20, 22, 23, 0)));
  background: -o-linear-gradient(top, #141617 0%, rgba(20, 22, 23, 0) 100%);
  background: linear-gradient(180deg, #141617 0%, rgba(20, 22, 23, 0) 100%);
}
.dark-mode .history__list:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#141617), to(rgba(20, 22, 23, 0)));
  background: -o-linear-gradient(bottom, #141617 0%, rgba(20, 22, 23, 0) 100%);
  background: linear-gradient(0deg, #141617 0%, rgba(20, 22, 23, 0) 100%);
  bottom: 0;
}
.dark-mode .history-item__year {
  color: #2F9BFF;
}
@media (max-width: 767px) {
  .dark-mode .history-box__category {
    color: #2F9BFF;
  }
}
@media (max-width: 767px) {
  .dark-mode .history-box__title {
    color: #FFFFFF;
  }
}
.dark-mode .footer {
  background-color: #1F2022;
}