@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;
}

.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;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs__border-top {
  border-top: 1px solid #E0E0E0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .breadcrumbs__border-top {
    border: none;
  }
}
.breadcrumbs__list {
  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;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs__item {
  position: relative;
  list-style: none;
  line-height: 0;
}
.breadcrumbs__item:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 0;
  width: 7px;
  height: 8px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS45MTY5OSAxLjA4MzI1TDQuODMzNjYgMy45OTk5MkwxLjkxNjk5IDYuOTE2NTgiIHN0cm9rZT0iI0UwRTBFMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 26px;
}
@media (max-width: 1599px) {
  .breadcrumbs__item + .breadcrumbs__item {
    margin-left: 26px;
  }
}
.breadcrumbs__item a {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  color: #6C7D8C;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs__item a:hover {
  color: #176FC1;
}
.breadcrumbs__item a span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.dark-mode .breadcrumbs__border-top {
  border-color: #5A5C5D;
}
.dark-mode .breadcrumbs__item:after {
  opacity: 0.5;
}
.dark-mode .breadcrumbs__item a {
  opacity: 1;
  color: #B9BABA;
}
.dark-mode .breadcrumbs__item a:hover {
  color: #2F9BFF;
}

.headlines {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.headlines__body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.headlines__container {
  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;
  min-height: 650px;
  max-height: 850px;
  height: 100vh;
  padding: 128px 15px 60px 15px;
}
@media (max-width: 1400px) {
  .headlines__container {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .headlines__container {
    min-height: 550px;
    max-height: 750px;
    padding: 0 15px 80px 15px;
  }
}
@media (max-width: 767px) {
  .headlines__container {
    min-height: 420px;
    max-height: 550px;
    padding: 80px 15px 40px 15px;
  }
}
.headlines__title {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  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-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 11px;
}
.headlines__location {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-shadow: 0 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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headlines__location:hover {
  color: #FFFFFF;
}
.headlines__location span {
  font-size: 21px;
  margin-right: 12px;
  text-decoration: none !important;
}
.headlines__description {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .headlines__description br {
    display: none;
  }
}
@media (max-width: 767px) {
  .headlines__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.headlines__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.headlines__background-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#263946), color-stop(27.22%, rgba(38, 57, 70, 0)));
  background: -o-linear-gradient(top, #263946 0%, rgba(38, 57, 70, 0) 27.22%);
  background: linear-gradient(180deg, #263946 0%, rgba(38, 57, 70, 0) 27.22%);
}
.headlines__background-overlay:after {
  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%);
}
.headlines__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -o-linear-gradient(89.89deg, #0066B0 0.09%, rgba(0, 148, 255, 0) 68.44%);
  background: linear-gradient(0.11deg, #0066B0 0.09%, rgba(0, 148, 255, 0) 68.44%);
  opacity: 0.6;
}

.dark-mode .headlines__breadcrumbs li:after {
  opacity: 1;
}
.dark-mode .headlines__breadcrumbs a {
  color: #FFFFFF;
}

.page-not-found__body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-not-found__body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 107, 209, 0)), color-stop(83.6%, #00398E));
  background: -o-linear-gradient(top, rgba(38, 107, 209, 0) 0%, #00398E 83.6%);
  background: linear-gradient(180deg, rgba(38, 107, 209, 0) 0%, #00398E 83.6%);
}
.page-not-found__icon {
  margin-bottom: 25px;
}
.page-not-found__icon img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-not-found__icon img {
    max-width: 350px;
  }
}
.page-not-found__title {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 11px;
  text-align: center;
}
@media (max-width: 576px) {
  .page-not-found__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.page-not-found__description {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 37px;
  width: 100%;
  max-width: 490px;
  text-align: center;
}
@media (max-width: 576px) {
  .page-not-found__description {
    font-size: 14px;
    line-height: 21px;
  }
}
.page-not-found__button {
  margin-bottom: 50px;
}
.page-not-found__button a {
  width: 290px;
  height: 48px;
}
@media (max-width: 767px) {
  .page-not-found__button {
    margin-bottom: 0;
  }
}
.page-not-found + .partners {
  background-color: #00398E;
  padding-top: 0 !important;
}
.page-not-found + .partners .partners__top-list {
  border-color: #FFFFFF;
}
.page-not-found + .partners .partner-item__title {
  color: #EBEBEB;
}
.page-not-found .headlines__container {
  z-index: 2;
  position: relative;
  -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-bottom: 0 !important;
  min-height: 700px;
}
@media (max-width: 767px) {
  .page-not-found .headlines__container {
    min-height: 500px;
    height: calc(100vh - 88px);
    padding: 0 15px;
    max-height: initial;
  }
}

.dark-mode .page-not-found + .partners .partners__top-list {
  border-color: #FFFFFF;
}