@charset "UTF-8";
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-MediumItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../media/fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  /*line-height: 1;*/
  font-family: "Mulish";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Mulish";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}


h2,
h3,
h4,
h5,
h6 {
  /*TODO надо ли?!*/
  /*font-weight: inherit;*/
  /*font-size: inherit;*/
}

body {
  color: #000;
  font-size: 14px;
  background-color: #F2F8FF;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
  max-width: 1304px;
}

main {
  margin: 24px 0 40px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  main {
    margin: 20px 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  main {
    margin: 20px 0 30px 0;
  }
  html, body{
    /*Ломает window.scrollTo */
    /*overflow-x: hidden !important;*/
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
@media (max-width: 480.98px) {
  main {
    margin: 20px 0 25px 0;
  }
}

.dashboard {
  padding: 7px 16px 7px 11px;
  background: #0A0929;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 992.98px) {
  .dashboard {
    z-index: 10;
    position: relative;
    padding: 7px 0;
    background: transparent;
  }
}
@media (max-width: 480.98px) {
  .dashboard {
    padding: 7px 0 0 0;
  }
  .dashboard.hide {
    z-index: 5;
  }
}
.dashboard__row {
  padding: 0 0 1px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .dashboard__row {
    padding: 0;
    flex-direction: column;
  }
}
.dashboard__message {
  font-size: 13px;
  font-weight: 500;
  line-height: 115.3846153846%;
  color: #FFFFFF;
  padding: 0 30px 0 0;
}
.dashboard__message span {
  font-weight: 700;
}
@media (max-width: 992.98px) {
  .dashboard__message {
    text-align: center;
    padding: 0;
  }
  .dashboard__message:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 480.98px) {
  .dashboard__message {
    font-size: 12px;
    padding: 0 30px;
  }
}
@media (max-width: 425px) {
  .dashboard__message {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .dashboard__message {
    padding: 0;
  }
}
@media (max-width: 480.98px) {
  .actions-dashboard {
    width: 100%;
  }
}
.actions-dashboard__list {
  display: flex;
  align-items: center;
}
@media (max-width: 480.98px) {
  .actions-dashboard__list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 480.98px) {
  .actions-dashboard__item {
    margin: 0 0 10px 0;
  }
}

.item-actions-dashboard {
  padding: 0 13.5px;
  position: relative;
}
.item-actions-dashboard:first-child::before {
  background-color: rgba(24, 28, 219, 0.1019607843);
}
.item-actions-dashboard:last-child {
  padding-right: 0;
}
.item-actions-dashboard:last-child::before {
  display: none;
}
.item-actions-dashboard::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  top: 0;
  right: -1px;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard::before {
    display: none;
  }
}
@media (max-width: 480.98px) {
  .item-actions-dashboard {
    padding: 0 6px;
  }
}
.item-actions-dashboard_whatsapp .item-actions-dashboard__number {
  display: none;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_whatsapp .item-actions-dashboard__number {
    display: block;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_chat {
    display: none;
  }
}
.item-actions-dashboard_select .select2 {
  width: auto !important;
}
.item-actions-dashboard_select .select2.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: auto;
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 700;
  line-height: 128.5714285714%;
  color: #FFFFFF;
  padding: 0;
  display: flex;
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 0;
  }
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered img {
  display: inline-flex;
  margin: 0 0 0 5px;
  order: 2;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered img {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  top: auto;
  right: auto;
  margin: 0 0 0 4px;
}
.item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6.5px;
  border-right-width: 6.5px;
  border-top: 6.5px solid #fff;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #00E1E7;
  }
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    margin: 0;
  }
}
.item-actions-dashboard_select-valute .select2-container--default .select2-selection--single .select2-selection__rendered img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0 !important;
}
.item-actions-dashboard_select-valute .select2-container--default .select2-selection--single .select2-selection__rendered img:first-child {
  display: none;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select-valute .select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 17.5px;
    min-width: 17.5px;
    height: 17.5px;
  }
}
.item-actions-dashboard_select-valute .valute-icon {
  display: none !important;
}
.item-actions-dashboard_select-valute .valute-label {
  /*display: none !important;*/
  background: #FFFFFF;
  border-radius: 50%;
  color: #090A28;
  position: relative;
  height: 22px;
  width: 22px;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select-valute .valute-label {
    font-size: 13px !important;
    height: 17px;
    width: 17px;
    padding: 0px 0px 0px 4px;
  }
}
.item-actions-dashboard_select-language .select2-container--default .select2-selection--single .select2-selection__rendered img {
  width: 28px;
  min-width: 28px;
  height: 17px;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard_select-language .select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 26.11px;
    min-width: 26.11px;
    height: 16.78px;
  }
}
.item-actions-dashboard__link {
  display: flex;
  align-items: center;
}
.item-actions-dashboard__label {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 128.5714285714%;
  color: #FFFFFF;
}
.item-actions-dashboard__label:not(:last-child) {
  margin: 0 4px 0 0;
}
.item-actions-dashboard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-actions-dashboard__icon img {
  max-width: 100%;
}
.item-actions-dashboard__icon_whatsapp {
  flex: 0 0 25px;
  width: 25px;
}
@media (max-width: 480.98px) {
  .item-actions-dashboard__icon_whatsapp {
    flex: 0 0 18px;
    width: 18px;
  }
}
.item-actions-dashboard__icon_chat {
  flex: 0 0 24px;
  width: 24px;
}
.item-actions-dashboard__icon_chat img {
  width: 20px;
  height: 20px;
}
.item-actions-dashboard__number {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #FFFFFF;
}

.custom-valute {
  top: 12px;
}
.custom-valute.select2-dropdown--below {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  position: relative;
  min-width: 96px;
}
.custom-valute.select2-dropdown--below::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
@media (max-width: 480.98px) {
  .custom-valute.select2-dropdown--below {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-valute.select2-dropdown--below::before {
    content: "Currencies";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-valute.select2-dropdown--below::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-valute.select2-dropdown--above {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  position: relative;
  min-width: 96px;
}
.custom-valute.select2-dropdown--above::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
@media (max-width: 480.98px) {
  .custom-valute.select2-dropdown--above {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-valute.select2-dropdown--above::before {
    content: "Currencies";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-valute.select2-dropdown--above::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.select2-results__option{
  cursor: pointer;
}
.custom-valute .select2-results__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  white-space: nowrap;
  padding: 10px;
  text-transform: uppercase;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-valute .select2-results__option:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  right: 0;
  background-color: #e3e9ef;
}
.custom-valute .select2-results__option span {
  display: flex;
  align-items: center;
}
.custom-valute .select2-results__option span img {
  width: 40px;
  overflow: hidden;
  margin: 0 16px 0 0;
  display: none;
}
.custom-valute .select2-results__option .valute-icon {
  display: none !important;
}
.custom-valute .select2-results__option .valute-label {
  display: none !important;
}
@media (max-width: 480.98px) {
  .custom-valute .select2-results__option {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 36px 14px 10px;
  }
  .custom-valute .select2-results__option:not(:last-child)::before {
    background-color: rgba(24, 28, 219, 0.3019607843);
    height: 0.5px;
  }
  .custom-valute .select2-results__option span img {
    margin: 0 16px 0 0 !important;
    display: block;
  }
  .custom-valute .select2-results__option span img:nth-child(2) {
    display: none;
  }
  .custom-valute .select2-results__option::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 10px;
  }
}

.actions-custom-valute {
  top: 22px;
}
@media (min-width: 480.98px) {
  .actions-custom-valute {
    transform: translate(-15px, 0);
  }
}

.custom-language {
  top: 12px;
}
.custom-language.select2-dropdown--below {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  position: relative;
}
.custom-language.select2-dropdown--below::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
@media (max-width: 480.98px) {
  .custom-language.select2-dropdown--below {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-language.select2-dropdown--below::before {
    content: "Language";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-language.select2-dropdown--below::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-language.select2-dropdown--above {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #e3e9ef;
  position: relative;
}
.custom-language.select2-dropdown--above::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0);
}
@media (max-width: 480.98px) {
  .custom-language.select2-dropdown--above {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-language.select2-dropdown--above::before {
    content: "Language";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-language.select2-dropdown--above::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-language .select2-results__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 8px;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-language .select2-results__option:first-child {
  border-radius: 8px 8px 0 0;
}
.custom-language .select2-results__option:last-child {
  border-radius: 0 0 8px 8px;
}
.custom-language .select2-results__option:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  right: 0;
  background-color: #e3e9ef;
}
.custom-language .select2-results__option span {
  display: flex;
  align-items: center;
}
.custom-language .select2-results__option span img {
  width: 40px;
  height: 24px;
  margin: 0 4px 0 0;
}
@media (max-width: 480.98px) {
  .custom-language .select2-results__option {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 36px 14px 10px;
  }
  .custom-language .select2-results__option:not(:last-child)::before {
    background-color: rgba(24, 28, 219, 0.3019607843);
    height: 0.5px;
  }
  .custom-language .select2-results__option span img {
    margin: 0 16px 0 0;
  }
  .custom-language .select2-results__option::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 10px;
  }
}

.custom-location {
  top: 12px;
}
.custom-location .select2-search--dropdown {
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.custom-location .select2-search--dropdown::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 20px;
  background: url("../media/img/icons/search.svg") center no-repeat;
  left: 11px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.custom-location .select2-search--dropdown input {
  position: relative;
  padding: 10px 12px 11px 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  color: #031a32;
  background-color: #F9FBFE;
  border: 1px solid transparent !important;
}
.custom-location .select2-search--dropdown input:focus {
  z-index: 2;
}
@media (max-width: 480.98px) {
  .custom-location .select2-search--dropdown {
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
  .custom-location .select2-search--dropdown input {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    background-color: #fff;
  }
}
.custom-location.select2-dropdown--below {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-location.select2-dropdown--below::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 20%;
  top: -8px;
}
@media (max-width: 480.98px) {
  .custom-location.select2-dropdown--below {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-location.select2-dropdown--below::before {
    content: "Location";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-location.select2-dropdown--below::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-location.select2-dropdown--above {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-location.select2-dropdown--above::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 20%;
  top: -8px;
}
@media (max-width: 480.98px) {
  .custom-location.select2-dropdown--above {
    width: 100% !important;
    position: fixed;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-location.select2-dropdown--above::before {
    content: "Location";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-location.select2-dropdown--above::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-location .select2-results__option {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
  padding: 10px 12px 11px 11px;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-location .select2-results__option:first-child {
  font-weight: 700;
  color: #181CDB !important;
}
/*
.custom-location .select2-results__option:nth-child(2) {
  padding: 10px 12px 11px 38px;
}
.custom-location .select2-results__option:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url("../media/img/icons/point-black.svg") center no-repeat;
  left: 13px;
}
*/
.custom-location .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (max-width: 480.98px) {
  .custom-location .select2-results__option {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 36px 14px 10px;
  }
  .custom-location .select2-results__option:not(:last-child) {
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
  .custom-location .select2-results__option span img {
    margin: 0 16px 0 0 !important;
    display: block;
  }
  .custom-location .select2-results__option span img:nth-child(2) {
    display: none;
  }
  .custom-location .select2-results__option::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.actions-custom-location {
  top: 22px;
  left: 0;
}
@media (min-width: 480.98px) {
  .actions-custom-location {
    transform: translate(-40px, 0);
  }
}

.custom-date {
  top: 8px;
}
@media (max-width: 480.98px) {
  .custom-date {
    transform: translate(-25px, 0);
  }
}
.custom-date.select2-dropdown--below {
  border-radius: 8px !important;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  min-width: 146.5px;
}
.custom-date.select2-dropdown--above {
  border-radius: 8px !important;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  min-width: 146.5px;
}
.custom-date .select2-results__option {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
  padding: 10px 12px 11px 11px;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-date .select2-results__option .custom-option {
  width: 100%;
  height: 100%;
}
.custom-date .select2-results__option:first-child {
  font-weight: 700;
  color: #181CDB !important;
}
.custom-date .select2-results__option:last-child {
  font-weight: 700;
}
.custom-date .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}

.custom-country.select2-dropdown--below {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0dae4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 248px;
  overflow-y: scroll;
}
.custom-country.select2-dropdown--above {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0dae4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 248px;
  overflow-y: scroll;
}
.custom-country .select2-results__option {
  padding: 0px 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.custom-country .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (min-width: 992.98px) {
  .custom-country .select2-results__option:hover {
    background-color: rgb(241, 241, 241) !important;
  }
}


.custom-state.select2-dropdown--below {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0dae4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 248px;
  overflow-y: scroll;
}
.custom-state.select2-dropdown--above {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0dae4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 248px;
  overflow-y: scroll;
}
.custom-state .select2-results__option {
  padding: 0px 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.custom-state .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (min-width: 992.98px) {
  .custom-state .select2-results__option:hover {
    background-color: rgb(241, 241, 241) !important;
  }
}

.custom-matches {
  top: 22px;
  min-width: 150px !important;
}
@media (min-width: 480.98px) {
  .custom-matches {
    transform: translate(-10px, 0);
  }
}
.custom-matches.select2-dropdown--below {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-matches.select2-dropdown--below::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 20%;
  top: -8px;
}
@media (max-width: 480.98px) {
  .custom-matches.select2-dropdown--below {
    width: 100% !important;
    position: fixed !important;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-matches.select2-dropdown--below::before {
    content: "Matches";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-matches.select2-dropdown--below::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-matches.select2-dropdown--above {
  border-radius: 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-matches.select2-dropdown--above::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 20%;
  top: -8px;
}
@media (max-width: 480.98px) {
  .custom-matches.select2-dropdown--above {
    width: 100% !important;
    position: fixed !important;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-matches.select2-dropdown--above::before {
    content: "Matches";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
  }
  .custom-matches.select2-dropdown--above::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
  }
}
.custom-matches .select2-results__option {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
  padding: 10px 12px 11px 11px;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-matches .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (max-width: 480.98px) {
  .custom-matches .select2-results__option {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 36px 14px 10px;
  }
  .custom-matches .select2-results__option:not(:last-child) {
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
  .custom-matches .select2-results__option span img {
    margin: 0 16px 0 0 !important;
    display: block;
  }
  .custom-matches .select2-results__option span img:nth-child(2) {
    display: none;
  }
  .custom-matches .select2-results__option::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.custom-sort {
  top: 54px;
}
@media (min-width: 480.98px) {
  .custom-sort {
    transform: translate(-60px, 0);
    left: auto !important;
    right: 0;
  }
}
.custom-sort.select2-dropdown--below {
  border-radius: 0 0 8px 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-sort.select2-dropdown--below::before {
  content: "Sort By";
  position: absolute;
  border-radius: 8px 8px 0 0;
  left: -1px;
  width: calc(100% + 1.5px);
  height: 42px;
  border: 1px solid #E3E9EF;
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1);
  background: #fff;
  top: -42px;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #031A32;
  pointer-events: none;
}
.custom-sort.select2-dropdown--below::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../media/img/icons/sort-close.svg") center no-repeat;
  background-size: contain;
  top: -29px;
  right: 16px;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 480.98px) {
  .custom-sort.select2-dropdown--below {
    width: 100% !important;
    position: fixed !important;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-sort.select2-dropdown--below::before {
    content: "Sort By";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
    pointer-events: all;
  }
  .custom-sort.select2-dropdown--below::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
    pointer-events: all;
  }
}
.custom-sort.select2-dropdown--above {
  border-radius: 0 0 8px 8px !important;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
.custom-sort.select2-dropdown--above::before {
  content: "Sort By";
  position: absolute;
  border-radius: 8px 8px 0 0;
  left: -1px;
  width: calc(100% + 1.5px);
  height: 42px;
  border: 1px solid #E3E9EF;
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1);
  background: #fff;
  top: -42px;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #031A32;
  pointer-events: none;
}
.custom-sort.select2-dropdown--above::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../media/img/icons/sort-close.svg") center no-repeat;
  background-size: contain;
  top: -29px;
  right: 16px;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 480.98px) {
  .custom-sort.select2-dropdown--above {
    width: 100% !important;
    position: fixed !important;
    top: -120%;
    left: 0;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
  }
  .custom-sort.select2-dropdown--above::before {
    content: "Sort By";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100%;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 225, 231, 0.3019607843);
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    padding: 15px 16px;
    pointer-events: all;
  }
  .custom-sort.select2-dropdown--above::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px;
    right: 28px;
    cursor: pointer;
    pointer-events: all;
  }
}
.custom-sort .select2-results__option {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  white-space: nowrap;
  padding: 10px 12px 11px 11px;
  color: #031a32;
  position: relative;
  background-color: transparent;
}
.custom-sort .select2-results__option:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (max-width: 480.98px) {
  .custom-sort .select2-results__option {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 14px 36px 14px 10px;
  }
  .custom-sort .select2-results__option:not(:last-child) {
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
  .custom-sort .select2-results__option span img {
    margin: 0 16px 0 0 !important;
    display: block;
  }
  .custom-sort .select2-results__option span img:nth-child(2) {
    display: none;
  }
  .custom-sort .select2-results__option::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 480.98px) {
  .custom-sort .select2-results__option.select2-results__option--selected {
    color: #181cdb !important;
  }
}

@media (max-width: 480.98px) {
  .select2-container--open .select2-dropdown--below {
    animation: showTop 0.5s linear 0s forwards;
  }
  .select2-container--open .select2-dropdown--above {
    animation: showTop 0.5s linear 0s forwards;
  }
}

@keyframes showTop {
  0% {
    top: -120%;
  }
  100% {
    top: 0;
  }
}
.select-close-trigger {
  display: none;
}
@media (max-width: 480.98px) {
  .select-close-trigger {
    display: block;
    position: fixed;
    width: 23px;
    height: 26px;
    background-color: transparent;
    z-index: 10000000000;
    top: 16px;
    right: 28px;
    cursor: pointer;
  }
}

.select2-container--default .select2-results__option--selectable {
  background-color: transparent;
  color: #031a32;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #031a32;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}

.select2-search--dropdown {
  display: none;
  padding: 0;
}

.select2-dropdown {
  width: auto !important;
}

.navigation__pagination {
  bottom: auto !important;
  top: auto !important;
  display: flex;
  align-items: center;
}
.navigation__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #00E1E7;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0;
}
.navigation__pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 10px 0 0;
}
.navigation__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}
.navigation__btn {
  width: 35.14px;
  height: 32.47px;
  border-radius: 50%;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  background: #181CDB;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1215686275);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navigation__btn.swiper-button-disabled, .navigation__btn:hover.swiper-button-disabled{
  /*pointer-events: none;*/
  background: #B0BEC5;
}
.navigation__btn svg {
  width: 10px;
  height: 14px;
  fill: #fff;
}
@media (min-width: 768.98px) {
  .navigation__btn:hover {
    background: #1e21ff;
  }
}
.navigation__btn_next svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.view-tickets {
  padding: 10px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  background-color: #00E1E7;
  font-size: 22px;
  font-weight: 700;
  line-height: 95.4545454545%;
  color: #181CDB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768.98px) {
  .view-tickets:hover {
    background-color: #04f7ff;
  }
}
@media (max-width: 1316px) {
  .view-tickets {
    padding: 10px 22px;
    font-size: 20px;
  }
}
@media (max-width: 992.98px) {
  .view-tickets {
    padding: 10px 18px;
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .view-tickets {
    padding: 9px 14px;
    font-size: 16px;
  }
}
@media (max-width: 480.98px) {
  .view-tickets {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 128.5714285714%;
  }
}

.top-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -12px;
}
.top-block__column {
  padding: 0 12px;
}
.top-block__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 135.7142857143%;
  color: #031A32;
  margin: 0 0 24px 0;
}
.top-block__title a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .top-block__title a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992.98px) {
  .top-block__title {
    font-size: 26px;
  }
}
@media (max-width: 768.98px) {
  .top-block__title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .top-block__title {
    font-size: 22px;
    line-height: 127.2727272727%;
    margin: 0 0 16px 0;
  }
}
.top-block__btn-all {
  white-space: nowrap;
  display: inline-flex;
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
  margin: 0 0 24px 0;
}
@media (min-width: 992.98px) {
  .top-block__btn-all:hover {
    text-decoration: none;
  }
}
@media (max-width: 768.98px) {
  .top-block__btn-all {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .top-block__btn-all {
    margin: 0 0 16px 0;
  }
}
.top-block__btn-show {
  margin: 0 0 24px 0;
}
@media (max-width: 768.98px) {
  .top-block__btn-show {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .top-block__btn-show {
    margin: 0 0 16px 0;
  }
}

.btn-show {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  white-space: nowrap;
}
.btn-show.active .btn-show__text-show {
  display: none;
}
.btn-show.active .btn-show__text-hide {
  display: inline-block;
}
.btn-show.active .btn-show__icon svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 992.98px) {
  .btn-show {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .btn-show {
    font-size: 15px;
  }
}
@media (max-width: 480.98px) {
  .btn-show {
    font-size: 14px;
    line-height: 129%;
  }
}
.btn-show__text-show {
  color: #d22f27;
  text-decoration: underline;
  text-decoration-color: #d22f27;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .btn-show__text-show:hover {
    text-decoration: none;
  }
}
.btn-show__text-hide {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}
@media (min-width: 992.98px) {
  .btn-show__text-hide:hover {
    text-decoration: none;
  }
}
.btn-show__icon {
  margin: 0 0 0 8px;
}
@media (max-width: 480.98px) {
  .btn-show__icon {
    transform: translate(0, 2px);
  }
}
.btn-show__icon svg {
  width: 24px;
  height: 25px;
  fill: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-block__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -12px;
}
.filter-block__column {
  max-width: 100%;
  padding: 0 12px;
}
.filter-block__filter {
  margin: 0 0 24px 0;
}
@media (max-width: 768.98px) {
  .filter-block__filter {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .filter-block__filter {
    margin: 0 0 16px 0;
  }
}

.filter {
  border: 1px solid #79747e;
  border-radius: 100px;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none; /* для Firefox */
}
.filter::-webkit-scrollbar {
  display: none;
}
.filter__row {
  display: flex;
  align-items: center;
}
.filter__column:not(:last-child) {
  border-right: 1px solid #79747e;
}
.filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 99px;
  height: 40px;
  padding: 5px 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1c1b1f;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  white-space: nowrap;
}
.filter__btn::before {
  display: none;
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 11px;
  background: url("../media/img/icons/check.svg") center no-repeat;
  background-size: contain;
  margin: 0 10.25px 0 2px;
}
@media (min-width: 992.98px) {
  .filter__btn:hover {
    color: #181cdb;
    background: rgba(24, 28, 219, 0.3);
  }
}
.filter__btn.active {
  color: #181cdb;
  background: rgba(24, 28, 219, 0.3);
}
.filter__btn.active::before {
  display: inline-flex;
}
@media (max-width: 768.98px) {
  .filter__btn {
    height: 37px;
    font-size: 13px;
    min-width: 93px;
    padding: 5px 12px;
  }
}
@media (max-width: 480.98px) {
  .filter__btn {
    min-width: 87px;
    height: 34px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    padding: 5px 11px;
  }
}

.slider {
  position: relative;
}
.slider_small .slider__swiper .swiper-slide {
  width: 200px;
}
.slider_small .item-slider .item-slider__image-block {
  border-radius: 0;
}
.slider_medium .slider__swiper .swiper-slide {
  width: 224px;
}
@media (max-width: 768.98px) {
  .slider_medium .slider__swiper .swiper-slide {
    width: 144px;
  }
}
.slider_medium .item-slider .item-slider__image-block {
  height: 224px;
  border-radius: 0;
  border: 1px solid rgba(24, 28, 219, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .slider_medium .item-slider .item-slider__image-block {
    height: 144px;
  }
}
.slider_medium .item-slider .item-slider__image {
  width: 200px;
  height: 200px;
  top: auto;
  left: auto;
}
@media (max-width: 480.98px) {
  .slider_medium .item-slider .item-slider__image {
    width: 120px;
    height: 120px;
  }
}
.slider__swiper .swiper-slide {
  width: 240px;
}
.slider__navigation {
  position: absolute;
  width: 100%;
  top: 69px;
  z-index: 1;
}
.slider__navigation .navigation__btn {
  position: absolute;
}
.slider__navigation .navigation__btn.navigation__btn_prev {
  left: 0;
  transform: translate(-50%, 0);
  margin-left: 5px;
}
.slider__navigation .navigation__btn.navigation__btn_next {
  left: auto;
  right: 0;
  transform: translate(50%, 0);
  margin-right: 5px;
}
@media (max-width: 480.98px) {
  .slider__navigation {
    display: none;
  }
}
.item-slider__image-block {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 170px;
}
@media (min-width: 768.98px) {
  .item-slider__image-block:hover .item-slider__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.item-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-slider__like {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: transparent;
}
.item-slider__like svg {
  width: 100%;
  height: 100%;
}
.item-slider__like.active {
  fill: #EB1FCA;
}
.item-slider__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0 0 0;
}
@media (max-width: 992.98px) {
  .item-slider__content {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .item-slider__content {
    margin: 12px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-slider__content {
    margin: 10px 0 0 0;
  }
}
.item-slider__content_all {
  margin: 8px 0 0 0;
}
.item-slider__content_center {
  margin: 12px 0 0 0;
  padding: 0 0 18px 0;
  align-items: center;
  text-align: center;
}
@media (max-width: 480.98px) {
  .item-slider__content_center .item-slider__title {
    font-size: 12px;
    line-height: 150%;
  }
}
.item-slider__title {
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  line-height: 135.2941176471%;
  color: #1B1B21;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-slider__title:not(:last-child) {
  margin: 0 0 8px 0;
}
.item-slider__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #031A32;
}
.item-slider__date:not(:last-child) {
  margin: 0 0 4px 0;
}
.slider_small .item-slider__date {
  font-size: 14px;
}

.item-slider__stadium {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  color: #31363c;
}
.item-slider__stadium:not(:last-child) {
  margin: 0 0 8px 0;
}
.item-slider__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #181cdb;
}
.item-slider__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 180%;
  color: #fff;
  padding: 2px 8px;
  background: #d22f27;
}
.item-slider__label:not(:last-child) {
  margin: 0 0 8px 0;
}
.item-slider__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  color: #31363c;
}
.item-slider__btn-more {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #181cdb;
  margin: 4px 0 0 0;
}
.item-slider__btn-more span {
  flex: 0 0 12px;
  width: 12px;
  height: 8px;
  margin: 0 0 0 7.8px;
}
.item-slider__btn-more span img {
  max-width: 100%;
}
.item-slider__number {
  font-weight: 700;
  font-size: 58px;
  line-height: 66%;
  color: #181cdb;
  position: absolute;
  top: 16px;
  left: 12px;
  pointer-events: none;
}
.item-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: #388e3c;
  border: 1px solid #388e3c;
  border-radius: 4px;
  padding: 2px 8px;
  height: 26px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-slider__btn:hover {
    background-color: #388e3c;
    color: #fff;
  }
}

.top {
  width: 100%;
  position: relative;
}
.top:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 992.98px) {
  .top {
    background: url("../media/img/header/top-bg-mobile.jpg") center no-repeat;
    background-size: cover;
    position: relative;
  }
  .top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
  }
}
.top_transparent {
  background: transparent;
}
.top_transparent:not(:last-child) {
  margin: 0 0 32px 0;
}
.top_transparent .header {
  position: static;
}
.top_transparent::before {
  display: none;
}
@media (max-width: 1316px) {
  .top_transparent:not(:last-child) {
    margin: 0 0 29px 0;
  }
}
@media (max-width: 992.98px) {
  .top_transparent:not(:last-child) {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 768.98px) {
  .top_transparent:not(:last-child) {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 480.98px) {
  .top_transparent:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.top_checkout .dashboard {
  background: #0A0929;
}
.top_checkout .header {
  min-height: 0;
}
@media (max-width: 992.98px) {
  .top_checkout .top-header__logo-block {
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.top_checkout .top-header__logo {
  transform: translate(0, 0);
}
.top_checkout .top-header__column_1 {
  margin: 0;
}
@media (max-width: 992.98px) {
  .top_checkout .top-header__column_1 {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
  }
}
.top_checkout .bottom-header {
  display: none;
}
.top_checkout .header__body {
  padding: 0;
  position: relative;
  top: 0;
  background-color: #031A32;
}
.top_checkout .top-header {
  margin: 0 -15px;
  height: 100px;
}
.top_checkout .top-header:not(:last-child) {
  margin: 0 -15px;
}
@media (max-width: 992.98px) {
  .top_checkout .top-header {
    height: 82px;
  }
}
@media (max-width: 768.98px) {
  .top_checkout .top-header {
    height: 65px;
  }
}
@media (max-width: 480.98px) {
  .top_checkout .top-header {
    height: 48px;
  }
}
@media (max-width: 1275px) {
  .top_checkout:not(:last-child) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .top_checkout {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
  }
}
.top_search {
  margin: 0 0 37px 0;
}
.top_search .header {
  min-height: 229px;
}
.top_search .header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .top_search .header::after {
    display: none;
  }
}
@media (max-width: 1196.98px) {
  .top_search .header {
    min-height: 232.9px;
  }
}
@media (max-width: 992.98px) {
  .top_search .header {
    min-height: 0;
  }
}
.top_search::before {
  opacity: 0.4;
}
@media (max-width: 480.98px) {
  .top_search {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992.98px) {
  .top_search .top-header__search {
    flex: 0 0 460px;
    width: 460px;
  }
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  padding: 4px;
}
.breadcrumbs__item:not(:last-child) {
  padding: 4px 19px 4px 0;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.breadcrumbs__item:not(:last-child)::before {
  position: absolute;
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../media/img/icons/breadcrumbs-arrow.svg") center no-repeat;
  right: 0;
}
.breadcrumbs__link {
  display: inline-flex;
  font-size: 14px;
  line-height: 128.5714285714%;
  font-weight: 600;
  color: #181CDB;
}
@media (min-width: 992.98px) {
  .breadcrumbs__link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768.98px) {
  .breadcrumbs__link {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .breadcrumbs__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
  }
}
.breadcrumbs__page {
  font-size: 14px;
  line-height: 128.5714285714%;
  font-weight: 600;
  color: #78909C;
}
@media (max-width: 768.98px) {
  .breadcrumbs__page {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .breadcrumbs__page {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
  }
}

.header h1 {
  font-weight: 700;
  /*font-size: 59px;*/
  line-height: 136%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 1316px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 992.98px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 768.98px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 480.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
}

h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
}

.form-item_phone {
  position: relative;
}

.iti__selected-flag {
  padding: 11px 10px 11px 18px !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__arrow {
  width: 16px !important;
  height: 10px !important;
  border: 0 !important;
  position: relative;
  cursor: pointer;
}
.iti__arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../media/img/icons/arrow-input.svg") center no-repeat;
}
.iti__arrow::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #D0DAE4;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.iti__arrow.iti__arrow--up::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.iti--container {
  position: absolute !important;
  top: calc(100% + 65px) !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 200px !important;
}

.iti__selected-flag {
  background-color: transparent !important;
  cursor: pointer;
  order: 1;
}

.iti__flag {
  pointer-events: all;
  transform: scale(1.5) !important;
  margin: 0 6px 0 0 !important;
  cursor: pointer;
  position: relative !important;
}

.iti__arrow {
  pointer-events: all;
}

.iti__flag-container {
  width: 100%;
}

.iti__country-list {
  width: 100%;
  scrollbar-width: none;
  position: relative;
  top: 100%;
}
.iti__country-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992.98px) {
  .iti__country-list {
    top: 0;
  }
}

.iti--allow-dropdown input {
  padding-left: 10px !important;
}

.iti__selected-dial-code {
  margin: 0 6px !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 124% !important;
  color: #031A32 !important;
}

.iti__country-name {
  margin-left: 6px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 124% !important;
}

.iti {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #d0dae4 !important;
  border-radius: 4px !important;
}
.iti .phoneIntlTel {
  border: 0;
  order: 2;
}

.flatpickr-calendar {
  transform: translate(0, 12px);
}
.flatpickr-calendar.arrowTop::before {
  display: none;
}
input.flatpickr-input{
  border: none;
}
@media (max-width: 480.98px) {
  .flatpickr-calendar.arrowTop::before {
    display: block;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
    top: 0 !important;
  }
}
.flatpickr-calendar.arrowTop::after {
  display: none;
}
.flatpickr-calendar.animate.open {
  animation: none;
}
@media (max-width: 480.98px) {
  .flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
    /*display: none;*/
    position: relative;
  }
}
@media (max-width: 480.98px) {
  .flatpickr-calendar {
    text-align: left;
    transform: translate(0, -120%);
    width: 100% !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 0 44px 44px !important;
    padding: 76px 24px 28px 24px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .flatpickr-calendar::before {
    position: absolute;
    content: "Date";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    width: 100% !important;
    height: 60px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0, 225, 231, 0.3019607843);
    padding: 15px 16px;
  }
  .flatpickr-calendar::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    top: 17px !important;
    right: 28px !important;
    left: auto !important;
    cursor: pointer;
    border: 0;
  }
}
@media (max-width: 480.98px) {
  .flatpickr-calendar.open {
    animation: calendarShow 0.5s linear 0s forwards !important;
  }
}

.actions-flatpickr-calendar {
  transform: translate(-16px, 16px);
}
.actions-flatpickr-calendar.arrowTop::before {
  left: 25%;
}
@media (max-width: 480.98px) {
  .actions-flatpickr-calendar.arrowTop::before {
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
  }
}
.actions-flatpickr-calendar.arrowTop::after {
  display: none;
}
@media (max-width: 480.98px) {
  .actions-flatpickr-calendar.arrowBottom::before {
    right: 5px !important;
    top: 0 !important;
    border: 0 !important;
  }
}

@media (max-width: 480.98px) {
  .flatpickr-innerContainer {
    justify-content: center;
  }
}

@keyframes calendarShow {
  0% {
    transform: translate(0, -120%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.actions {
  display: flex;
  align-items: center;
}
.actions__list .actions__list {
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.actions__list .actions__list::-webkit-scrollbar {
  display: none;
}
.actions__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: #181cdb;
  white-space: nowrap;
}
.actions__label:not(:last-child) {
  margin: 0 8px 0 0;
}
.actions__item:not(:last-child) {
  margin: 0 10px 0 0;
}

.item-actions {
  max-width: 100%;
}
.item-actions__select {
  width: 100%;
  border: 1px solid rgba(24, 28, 219, 0.3);
  background: rgba(24, 28, 219, 0.04);
  border-radius: 30px !important;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  height: 32px;
}
.item-actions__select .select2 {
  width: auto !important;
}
.item-actions__select .select2.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-actions__select .select2-container--default {
  white-space: nowrap;
}
.item-actions__select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
}
.item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700;
  font-size: 12px;
  line-height: 131%;
  color: #181cdb;
  padding: 0;
  display: flex;
}
.item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}
@media (max-width: 480.98px) {
  .item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 0;
  }
}
.item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered img {
  display: inline-flex;
  margin: 0 0 0 4px;
}
@media (max-width: 480.98px) {
  .item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered img {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .item-actions__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
.item-actions__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  right: auto;
  margin: 0 0 0 7px;
  width: 12px;
  height: 9px;
  background: url("../media/img/icons/arrow-select.svg") center no-repeat;
  background-size: contain;
}
.item-actions__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.item-actions__select-location .item-actions-header__icon {
  position: relative;
  width: 13px;
  height: 18px;
  margin: 0 7.75px 0 0;
}
.item-actions__select-location .item-actions-header__icon svg {
  width: 100%;
  height: 100%;
  fill: #181CDB;
}
.item-actions__select-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-actions__select-date .item-actions-header__date {
  padding: 0 0 0 0px;
}
.item-actions__select-date .item-actions-header__date-value {
  font-weight: 700;
  font-size: 12px;
  line-height: 131%;
  color: #181cdb;
  white-space: nowrap;
}
.item-actions__select-date .item-actions-header__date-arrow {
  margin: 0 0 0 7px;
  width: 12px;
  height: 9px;
}
.item-actions__select-date .item-actions-header__date-arrow::before {
  width: 100%;
  height: 100%;
  border: 0;
  background: url("../media/img/icons/arrow-select.svg") center no-repeat;
  background-size: contain;
}
.item-actions__select-date .item-actions-header__date-icon {
  position: relative;
  margin: 0 6px 0 0;
  left: 0;
}
.item-actions__select-date .item-actions-header__date-icon svg {
  fill: #181CDB;
}
.item-actions__select-valute {
  background: #fff;
}
.item-actions__select-valute .select2-selection__rendered {
  font-weight: 500 !important;
  color: #000 !important;
}
.item-actions__select-valute .select2-selection__rendered span {
  font-size: 0;
}
.item-actions__select-valute .select2-selection__rendered span img {
  display: none !important;
}
.item-actions__select-valute .select2-selection__rendered .valute-label {
  font-size: 12px !important;
}
.item-actions__select-valute .select2-selection__rendered .valute-icon {
  font-size: 12px !important;
}
.item-actions__select-valute .select2-selection__arrow {
  display: none !important;
}
.item-actions__select-valute .valute-icon {
  margin: 0 0 0 3px;
}
.item-actions_search {
  display: flex;
  align-items: center;
  position: relative;
}
.item-actions_search .item-actions__input {
  width: 188px;
  padding-left: 44px;
}
@media (max-width: 480.98px) {
  .item-actions_search .item-actions__input {
    width: 100%;
  }
}
.item-actions_search .item-actions__icon {
  display: flex;
  position: absolute;
  left: 15px;
}
.item-actions_search .item-actions__icon svg {
  width: 19px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.6);
  transform: translate(0, -1px);
}
@media (max-width: 480.98px) {
  .item-actions_search:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.item-actions__select-sort {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 480.98px) {
  .item-actions__select-sort {
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
    padding: 0;
    background: url("../media/img/icons/sort.svg") center no-repeat;
  }
}
.item-actions__select-sort .select2-container--default {
  white-space: nowrap;
}
.item-actions__select-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #031A32;
}
.item-actions__select-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
  height: 9px;
  background: url("../media/img/icons/arrow-select-grey.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 480.98px) {
  .item-actions__select-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: transparent;
    width: 0;
    height: 0;
  }
}
.item-actions__select-sort .select2-selection--single .select2-selection__rendered {
  color: #031A32 !important;
}
@media (max-width: 480.98px) {
  .item-actions__select-sort .select2-selection--single .select2-selection__rendered {
    opacity: 0;
    visibility: hidden;
  }
}
.item-actions__input {
  height: 32px;
  font-weight: 400;
  font-size: 12px;
  line-height: 131%;
  color: #000;
  padding: 5px 14px;
  border: 1px solid rgba(24, 28, 219, 0.3);
  border-radius: 30px;
  background: #fff;
}
.item-actions__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.item-actions__input_price {
  width: 100px;
  -moz-appearance: textfield;
}
.item-actions__input_price::-webkit-outer-spin-button, .item-actions__input_price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.item-actions_checkbox {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}
.item-actions__checkbox-input {
  display: none;
}
.item-actions__checkbox-input:checked + .item-actions__checkbox-label::after {
  opacity: 1;
  visibility: visible;
}
.item-actions__checkbox-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 131%;
  color: #31363c;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.item-actions__checkbox-label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 3px;
  border: 1.43px solid #b0bec5;
  margin: 0 12px 0 0;
}
.item-actions__checkbox-label::after {
  content: "";
  background: url("../media/img/icons/check.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 3.5px;
  width: 13px;
  height: 9.75px;
  opacity: 0;
  visibility: hidden;
}

.slider-actions {
  width: 100%;
}
.slider-actions__swiper.swiper {
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-actions__swiper.swiper::-webkit-scrollbar {
  display: none;
}
.slider-actions__swiper .swiper-slide {
  width: auto;
}
.slider-actions__swiper .swiper-slide:not(:last-child) {
  margin: 0 10px 0 0;
}
.info-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.info-icon svg {
  width: 100%;
  height: 100%;
  fill: #31363c;
}
.info-icon:hover .info-icon__text {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 480.98px) {
  .info-icon {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
}
.info-icon__text {
  display: inline-flex;
  right: -20px;
  position: absolute;
  background-color: #D7E5FD;
  width: 170px;
  top: calc(100% + 15px);
  padding: 10px;
  border-radius: 8px;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 125%;
  color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.info-icon__text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #D7E5FD;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  right: 22px;
}
@media (max-width: 480.98px) {
  .info-icon__text {
    font-size: 11px;
    line-height: 130%;
    width: 135px;
    right: -15px;
    top: calc(100% + 12px);
    padding: 8px;
  }
  .info-icon__text::before {
    right: 15px;
  }
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg img {
  display: none;
}

.header {
  padding: 41px 0 0 0;
  min-height: 515px;
  background: url("../media/img/header/header-bg-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 10;
}
.header:has(div.no_need_bg){
  /*background: #0A0929*/
  background: #0A1316;
}
.header::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.header.lock .header__body::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/*@media (max-width: 480.98px) {*/
/*  .header.relative {*/
/*    position: relative;*/
/*  }*/
/*}*/
@media (max-width: 1196.98px) {
  .header {
    padding: 44.9px 0 0 0;
    min-height: 518.9px;
  }
}
@media (max-width: 992.98px) {
  .header {
    padding: 0;
    min-height: 0;
    background: transparent;
  }
}
.header__body {
  position: absolute;
  width: 100%;
  left: 0;
  top: 74px;
  z-index: 5;
}
.header__body::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media (max-width: 1196.98px) {
  .header__body {
    top: 77.9px;
  }
}
@media (max-width: 992.98px) {
  .header__body {
    top: 0;
    position: relative;
    padding: 0 0 9px 0;
  }
}
.header__top:not(:last-child) {
  margin: 0 -15px 32.26px -15px;
}
@media (max-width: 992.98px) {
  .header__top:not(:last-child) {
    margin: 0 -15px 8px -15px;
  }
}
.header__btn-back {
  flex: 0 0 23px;
  width: 23px;
  display: inline-flex;
  margin: 0 12px 0 0;
}
.header__btn-back img {
  max-width: 100%;
}
@media (max-width: 480.98px) {
  .header__btn-back {
    flex: 0 0 18px;
    width: 18px;
    margin: 0 8px 0 0;
  }
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 850px) {
  .top-header {
    flex-wrap: wrap;
  }
}
.top-header__column {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 850px) {
  .top-header__column_1 {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 410.98px) {
  .top-header__column_1 {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 850px) {
  .top-header__column_2 {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 410.98px) {
  .top-header__column_2 {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.top-header__column_3 {
  display: none;
}
@media (max-width: 850px) {
  .top-header__column_3 {
    display: flex;
    flex: 1 1 100%;
  }
}
.top-header__column_3 form{
  display: contents;
}
.top-header__logo-block {
  display: flex;
}
.top-header__logo-block:not(:last-child) {
  margin: 0 32.13px 0 0;
}
@media (max-width: 410.98px) {
  .top-header__logo-block {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
  }
}
.top-header__logo {
  flex: 0 0 204.87px;
  width: 204.87px;
  height: 58.74px;
}
.top-header__logo img {
  max-width: 100%;
}
@media (max-width: 1316px) {
  .top-header__logo {
    flex: 0 0 177px;
    width: 177px;
    height: 51px;
  }
}
@media (max-width: 992.98px) {
  .top-header__logo {
    flex: 0 0 149px;
    width: 149px;
    height: 43px;
  }
}
@media (max-width: 768.98px) {
  .top-header__logo {
    flex: 0 0 121px;
    width: 121px;
    height: 35px;
  }
}
@media (max-width: 480.98px) {
  .top-header__logo {
    flex: 0 0 92px;
    width: 92px;
    height: 27px;
  }
}
@media (max-width: 410.98px) {
  .top-header__logo {
    transform: translate(-20px, 0);
  }
}
.top-header__search {
  flex: 0 0 300px;
  width: 300px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #D0DAE4;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.top-header__search.focus .top-header__search-icon svg {
  fill: #181CDB;
}
.top-header__search button{
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: #181CDB;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
}

@media (max-width: 850px) {
  .top-header__search {
    flex: 1 1 100%;
    width: 100%;
    height: 48px;
    border-radius: 4px;
  }
}
.top-header__search-icon {
  position: absolute;
  width: 19px;
  height: 20px;
  left: 17px;
}
.top-header__search-icon svg {
  width: 100%;
  height: 100%;
  fill: #889EA8;
}
@media (max-width: 850px) {
  .top-header__search-icon {
    width: 24px;
    height: 24px;
    left: 16px;
  }
}
input.top-header__search-input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 20px 5px 46.39px;
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  color: #4B545A;
}
input.top-header__search-input::placeholder {
  color: #889EA8;
}
@media (max-width: 850px) {
  input.top-header__search-input {
    padding: 5px 20px 5px 55.39px;
  }
}
.top-header__burger {
  display: none;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 4px 4px 8px 4px;
  align-items: center;
  justify-content: center;
}
.top-header__burger:not(:last-child) {
  margin: 0 8px 0 0;
}
@media (max-width: 992.98px) {
  .top-header__burger {
    display: flex;
  }
}

.logins__items {
  display: flex;
  align-items: center;
}
.logins__item:not(:last-child) {
  margin: 0 16px 0 0;
}
@media (max-width: 992.98px) {
  .logins__item:not(:last-child) {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 768.98px) {
  .logins__item:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 480.98px) {
  .logins__item:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
.logins__item_seller .dropdown__body {
  left: auto;
  right: 0;
}
.logins__item_seller .dropdown__body::before {
  left: auto;
  right: 10%;
}
.dropdown {
  position: relative;
}
.dropdown__button {
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 16px;
  background-color: #181CDB;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown__button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top: 6px solid #fff;
  right: 16px;
  margin: 2px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 992.98px) {
  .dropdown__button::before {
    right: 15px;
  }
}
@media (max-width: 768.98px) {
  .dropdown__button::before {
    right: 14px;
  }
}
@media (max-width: 480.98px) {
  .dropdown__button::before {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #fff;
    right: 11px;
    margin: 0;
  }
}
@media (min-width: 768.98px) {
  .dropdown__button:hover {
    background-color: #2f32e3;
  }
}
.dropdown__button.active::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1316px) {
  .dropdown__button {
    padding: 0 37px 0 14px;
  }
}
@media (max-width: 992.98px) {
  .dropdown__button {
    padding: 0 34px 0 12px;
  }
}
@media (max-width: 768.98px) {
  .dropdown__button {
    font-size: 13px;
    padding: 0 31px 0 10px 0;
  }
}
@media (max-width: 480.98px) {
  .dropdown__button {
    height: 32px;
    font-size: 12px;
    padding: 0 28px 0 8px;
  }
}
.dropdown__body {
  display: none;
  position: absolute;
  min-width: 100%;
  border-radius: 4px;
  border: 1px solid #E3E9EF;
  background-color: #fff;
  padding: 8px 10px 10px 10px;
  transform: translate(0, 20px);
  z-index: 1000;
  left: 0;
}
.dropdown__body::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 15%;
  top: -8px;
}
.dropdown__body.visible {
  display: block;
}
@media (max-width: 480.98px) {
  .dropdown__body.visible {
    top: 0;
  }
}
@media (max-width: 480.98px) {
  .dropdown__body {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 100%;
    top: -120%;
    transform: translate(0, 0);
    padding: 0;
    border-radius: 0 0 44px 44px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .dropdown__body::before {
    display: none;
  }
}
.dropdown__list_main:not(:last-child) {
  padding: 0 0 13px 0;
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 8px 0;
}
.dropdown__list_main .item-dropdown__link {
  width: auto;
}
@media (max-width: 480.98px) {
  .dropdown__list_main {
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(0, 225, 231, 0.3019607843);
  }
  .dropdown__list_main:not(:last-child) {
    padding: 16px 28px 16px 24px;
    margin: 0 0 16px 0;
    border-bottom: 1px solid rgba(0, 225, 231, 0.8);
  }
  .dropdown__list_main .dropdown__list-item {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 8px;
  }
  .dropdown__list_main .dropdown__list-item:not(:last-child) {
    margin: 0 8px;
  }
  .dropdown__list_main .item-dropdown__label {
    display: none;
  }
  .dropdown__list_main .item-dropdown__link {
    padding: 7px 16px;
    height: 32px;
    background-color: #181CDB;
    color: #FFFFFF;
  }
}
@media (max-width: 350px) {
  .dropdown__list_main .dropdown__list-item:not(:last-child) {
    margin: 0 4px;
  }
}
.dropdown__list_content {
  padding: 0 4px;
}
.dropdown__list_content .item-dropdown__link {
  height: auto;
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #181CDB;
}
.dropdown__list_content .item-dropdown__link.item-dropdown__link_name {
  color: #000000;
}
@media (min-width: 992.98px) {
  .dropdown__list_content .item-dropdown__link.item-dropdown__link_name .item-dropdown__label:hover {
    background-color: transparent;
    color: #000000;
  }
}
@media (max-width: 480.98px) {
  .dropdown__list_content .item-dropdown__link.item-dropdown__link_name {
    color: #031A32;
    font-weight: 700;
  }
}
.dropdown__list_content .item-dropdown__link .item-dropdown__label {
  padding: 4px 6px;
}
@media (max-width: 480.98px) {
  .dropdown__list_content .item-dropdown__link .item-dropdown__label {
    padding: 12px 32px 12px 8px;
  }
}
@media (min-width: 992.98px) {
  .dropdown__list_content .item-dropdown__link .item-dropdown__label:hover {
    background-color: #181CDB;
    color: #FFFFFF;
  }
}
@media (max-width: 480.98px) {
  .dropdown__list_content .item-dropdown__link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #031A32;
  }
}
.dropdown__list_content .item-dropdown__label {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480.98px) {
  .dropdown__list_content .item-dropdown__label::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../media/img/icons/arrow-blue.svg") center no-repeat;
    right: 36px;
  }
  .dropdown__list_content .item-dropdown__label.item-dropdown__label_submenu {
    padding-right: 6px;
  }
  .dropdown__list_content .item-dropdown__label.item-dropdown__label_submenu::after {
    display: none;
  }
}
@media (max-width: 480.98px) {
  .dropdown__list_content .item-dropdown:not(:last-child) {
    margin: 0;
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
  .dropdown__list_content .item-dropdown.item-dropdown_submenu {
    border-bottom: 0.5px solid transparent;
  }
}
@media (max-width: 480.98px) {
  .dropdown__list_content {
    padding: 0 24px 28px 24px;
  }
}
.dropdown__list-title {
  display: none;
}
@media (max-width: 480.98px) {
  .dropdown__list-title {
    flex: 1 1 100%;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
  }
}
.dropdown__list-close {
  display: none;
}
@media (max-width: 480.98px) {
  .dropdown__list-close {
    display: flex;
    flex: 0 0 23px;
    width: 23px;
    height: 26px;
    background: url("../media/img/icons/close.svg") center no-repeat;
    margin: 0 0 0 24px;
  }
}
@media (max-width: 350px) {
  .dropdown__list-close {
    margin: 0 0 0 14px;
  }
}
.dropdown__list-item:not(:last-child) {
  margin: 0 0 8px 0;
}

@media (max-width: 480.98px) {
  .item-dropdown {
    display: flex;
    justify-content: flex-end;
  }
}
.item-dropdown__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1316px) {
  .item-dropdown__link {
    height: 32px;
  }
}
@media (max-width: 992.98px) {
  .item-dropdown__link {
    height: 30px;
    padding: 0 12px;
  }
}
@media (max-width: 768.98px) {
  .item-dropdown__link {
    height: 28px;
    padding: 0 10px;
  }
}
@media (max-width: 480.98px) {
  .item-dropdown__link {
    height: 26px;
    padding: 0 8px;
  }
}
.item-dropdown__link_login {
  background-color: #181CDB;
  color: #FFFFFF;
}
@media (min-width: 768.98px) {
  .item-dropdown__link_login:hover {
    background-color: #2f32e3;
  }
}
@media (max-width: 480.98px) {
  .item-dropdown__link_login {
    width: auto;
  }
}
.item-dropdown__link_registration {
  background-color: #fff;
  color: #181CDB;
  border: 1px solid #181CDB;
}
@media (min-width: 768.98px) {
  .item-dropdown__link_registration:hover {
    background-color: #2f32e3;
    color: #FFFFFF;
  }
}
.item-dropdown__link_name {
  display: flex;
  align-items: center;
  color: #000000;
}
.item-dropdown__link_name .item-dropdown__link-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 0 0;
}
.item-dropdown__link_name .item-dropdown__link-icon svg {
  width: 17px;
  height: 17px;
  fill: #181CDB;
}
.item-dropdown__link_submenu {
  cursor: pointer;
  padding-right: 0;
  flex-direction: column;
}
@media (min-width: 992.98px) {
  .item-dropdown__link_submenu .item-dropdown__label:hover .item-dropdown__label-arrow svg {
    fill: #fff;
  }
}
.item-dropdown__link_value .item-dropdown__label {
  justify-content: flex-start;
}
.item-dropdown__submenu {
  width: 100%;
  background: rgba(24, 28, 219, 0.1019607843);
  padding: 4px 0 0 0 !important;
  position: relative;
  display: none;
}
@media (max-width: 480.98px) {
  .item-dropdown__submenu .item-dropdown:not(:last-child) {
    border: 0;
  }
}
@media (max-width: 480.98px) {
  .item-dropdown__submenu .item-dropdown__label {
    padding: 12px 6px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #181CDB;
  }
  .item-dropdown__submenu .item-dropdown__label::after {
    display: none;
  }
}
.item-dropdown__label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480.98px) {
  .item-dropdown__label_submenu {
    background: rgba(24, 28, 219, 0.2);
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
}
.item-dropdown__label_submenu.active {
  background-color: #181CDB;
  color: #FFFFFF;
}
.item-dropdown__label_submenu.active .item-dropdown__label-arrow svg {
  fill: #fff;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 480.98px) {
  .item-dropdown__label_submenu.active .item-dropdown__label-arrow::before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 480.98px) {
  .item-dropdown__label_submenu.active {
    background: rgba(24, 28, 219, 0.2);
    color: #031A32;
    border-bottom: 0.5px solid rgba(24, 28, 219, 0.3019607843);
  }
}
.item-dropdown__label_mob {
  display: none;
}
@media (max-width: 480.98px) {
  .item-dropdown__label_mob {
    display: block;
  }
}
.item-dropdown__label-arrow {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 8px;
}
.item-dropdown__label-arrow svg {
  width: 8.571px;
  height: 12px;
  fill: #181CDB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 480.98px) {
  .item-dropdown__label-arrow {
    position: relative;
  }
  .item-dropdown__label-arrow svg {
    display: none;
  }
  .item-dropdown__label-arrow::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid #181CDB;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.item-dropdown__label-value {
  margin: 0 0 0 5px;
  color: #181CDB;
  font-weight: 700;
}
.item-dropdown__label-value span:hover {
  color: white;
}

.burger {
  flex: 0 0 24px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  z-index: 5;
  background-color: transparent;
  position: relative;
}
.burger span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 8.75px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.burger span:first-child {
  top: 0px;
}
.burger span:last-child {
  top: auto;
  bottom: 0.25px;
}

.bottom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 992.98px) {
  .bottom-header {
    min-height: 32px;
    width: 100%;
    margin: 0;
    justify-content: center;
  }
}
.bottom-header__column {
  padding: 0 15px;
}
@media (max-width: 992.98px) {
  .bottom-header__column {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .bottom-header__column:first-child {
    flex: 0;
  }
}
.menu-header {
  position: relative;
}
.menu-header::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.menu-header.lock::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 992.98px) {
  .menu-header.lock::before {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 992.98px) {
  .menu-header {
    display: none;
  }
}
.menu-header__list {
  display: flex;
  align-items: center;
}
.menu-header__item:not(:last-child) {
  margin: 0 2px 0 0;
}
.menu-header__item.active .menu-header__link {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(0, 225, 231, 0.8);
  color: #031A32;
}
.menu-header__item.active .menu-header__link::before {
  border-top: 6px solid #031A32;
}
.menu-header__item.active .submenu-header {
  display: block;
}
.menu-header__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 125.5%;
  color: #FFFFFF;
  padding: 10px 12px 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .menu-header__link:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(0, 225, 231, 0.8);
    color: #031A32;
  }
  .menu-header__link:hover.link-click::before {
    border-top: 6px solid #031A32;
  }
}
.menu-header__link.link-click {
  padding: 10px 48px 10px 12px;
}
.menu-header__link.link-click::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top: 6px solid #fff;
  right: 17px;
  margin: 2px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submenu-header {
  display: none;
  position: absolute;
  border: 1px solid #E3E9EF;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 2px 4px 8px;
  width: 212px;
  transform: translate(0, 5px);
  z-index: 1000;
}
.submenu-header.active {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0;
}
.submenu-header__list {
  max-height: 590px;
  padding: 0 0 1px 0;
  overflow-y: auto;
}
.submenu-header__list::-webkit-scrollbar {
  width: 4px;
}
.submenu-header__list::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.submenu-header__list::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 6px;
}
.submenu-header__item{
  cursor: pointer;
}
.submenu-header__item:not(:last-child) {
  border-bottom: 0.5px solid #D0DAE4;
}
.submenu-header__item.active .submenu-header__link {
  background: #00E1E7;
}
.submenu-header__item.active .subsubmenu-header {
  display: flex;
}
.submenu-header__link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.5px 28px 6.5px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #31363C;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.submenu-header__link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left: 6px solid #031A32;
  right: 9px;
  margin: 2px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768.98px) {
  .submenu-header__link:hover {
    background: #00E1E7;
  }
}

.subsubmenu-header {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background-color: #fff;
  padding: 4px 0 4px 0px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #E3E9EF;
  border-left: 0;
}
.subsubmenu-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 225, 231, 0.0509803922);
}
.subsubmenu-header__list {
  max-height: 600px;
  position: relative;
  max-width: 848px;
  overflow-x: auto;
}
.subsubmenu-header__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.subsubmenu-header__list::-webkit-scrollbar-track {
  background: #f9f9f9;
}
.subsubmenu-header__list::-webkit-scrollbar-thumb {
  background: #909090;
  border-radius: 6px;
}
@media (min-width: 992.98px) {
  .subsubmenu-header__list {
    display: grid;
    grid-template-rows: repeat(18, 1fr);
    grid-auto-flow: column;
  }
}
@media (max-width: 1100px) {
  .subsubmenu-header__list {
    max-width: 636px;
  }
}
@media (max-width: 992.98px) {
  .subsubmenu-header__list {
    max-width: none;
  }
}
.subsubmenu-header__item {
  margin: 0 0 0 8px;
  padding: 6.5px 28px 6.5px 8px;
  width: 204px;
}
.subsubmenu-header__item:not(:last-child) {
  border-bottom: 0.5px solid #D0DAE4;
}
@media (max-width: 992.98px) {
  .subsubmenu-header__item {
    width: 100%;
  }
}
.subsubmenu-header__link {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 118.75%;
  color: #31363C;
  cursor: pointer;
}
@media (min-width: 768.98px) {
  .subsubmenu-header__link:hover {
    background: #00E1E7;
  }
}
@media (min-width: 992.98px) {
  .subsubmenu-header__link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.mobile-header {
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background-color: #031A32;
  z-index: 10000;
  padding: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992.98px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header.active {
  left: 0;
}
.mobile-header__top {
  padding: 0 0 21px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header__back {
  display: none;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0 15px 0 0;
}
.mobile-header__back span {
  flex: 0 0 23px;
  width: 23px;
  height: 21px;
  margin: 0 8px 0 0;
}
.mobile-header__back span img {
  max-width: 100%;
}
.mobile-header__back.active {
  display: flex;
}
.mobile-header__burger {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 5;
  background-color: transparent;
  position: relative;
}
.mobile-header__burger span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 8.75px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.mobile-header__burger span:first-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8.5px;
}
.mobile-header__burger span:last-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8.5px;
}
@media (max-width: 992.98px) {
  .mobile-header__body {
    flex: 1 1 100%;
    overflow: auto;
  }
  .mobile-header__body .menu-header {
    display: flex;
  }
  .mobile-header__body .menu-header__list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-header__body .menu-header__item {
    width: 100%;
  }
  .mobile-header__body .menu-header__item:not(:last-child) {
    margin: 0 0 0 0;
  }
  .mobile-header__body .menu-header__item.active .menu-header__link {
    background: #00E1E7;
    color: #031A32;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
  }
  .mobile-header__body .menu-header__item.active .menu-header__link::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #031A32;
  }
  .mobile-header__body .menu-header__item.active .submenu-header {
    display: block;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0;
  }
  .mobile-header__body .menu-header__link {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding: 5px 60px 5px 8px;
    min-height: 66px;
    letter-spacing: -0.01em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile-header__body .menu-header__link:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
  .mobile-header__body .menu-header__link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left: 10px solid #fff;
    border-bottom-width: 10px;
    border-top-width: 10px;
    right: 21px;
    margin: 2px 0 0 0;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .mobile-header__body .submenu-header {
    display: none;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
    transform: translate(0, 0);
    z-index: 1000;
  }
  .mobile-header__body .submenu-header__list {
    max-height: none;
    overflow: visible;
  }
  .mobile-header__body .submenu-header__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
  .mobile-header__body .submenu-header__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
  .mobile-header__body .submenu-header__item.active .submenu-header__link {
    border-bottom: 2px solid #fff;
    color: #031A32;
    font-weight: 700;
  }
  .mobile-header__body .submenu-header__item.active .submenu-header__link::before {
    border-top: 10px solid #031A32;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .mobile-header__body .submenu-header__link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 60px 5px 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
  }
  .mobile-header__body .submenu-header__link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left: 10px solid #FFFFFF;
    right: 13.33px;
    margin: 2px 0 0 0;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .mobile-header__body .subsubmenu-header {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    flex-direction: column;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 0;
  }
  .mobile-header__body .subsubmenu-header::before {
    display: none;
  }
  .mobile-header__body .subsubmenu-header__list {
    max-height: none;
  }
  .mobile-header__body .subsubmenu-header__list:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
  .mobile-header__body .subsubmenu-header__item {
    margin: 0 0 0 0;
  }
  .mobile-header__body .subsubmenu-header__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
  .mobile-header__body .subsubmenu-header__link {
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    width: 100%;
    padding: 5px 10px 5px 50px;
  }
}

@media (max-width: 992.98px) {
  .actions-header {
    width: 100%;
  }
}
.actions-header__list {
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .actions-header__list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 992.98px) {
  .actions-header__item {
    flex: 0 1 50%;
    display: flex;
    justify-content: center;
  }
}

.item-actions-header {
  position: relative;
}
.item-actions-header:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1.75px;
  height: 100%;
  top: 0;
  right: -1px;
  background-color: #9292B3;
}
.item-actions-header_select .select2 {
  width: auto !important;
}
.item-actions-header_select .select2.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-actions-header_select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: auto;
}
.item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 500;
  line-height: 128.5714285714%;
  color: #FFFFFF;
  padding: 0;
  display: flex;
}
.item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}
@media (max-width: 480.98px) {
  .item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 0;
  }
}
.item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered img {
  display: inline-flex;
  margin: 0 0 0 4px;
}
@media (max-width: 480.98px) {
  .item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered img {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
.item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  top: auto;
  right: auto;
  margin: 0 0 0 8px;
}
.item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6.5px;
  border-right-width: 6.5px;
  border-top: 6.5px solid #00E1E7;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480.98px) {
  .item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #00E1E7;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    margin: 0;
  }
}
.item-actions-header_select-location {
  display: flex;
  align-items: center;
}
.item-actions-header_select-location .item-actions-header__icon {
  position: absolute;
  width: 13px;
  height: 18px;
}
@media (max-width: 992.98px) {
  .item-actions-header_select-location .item-actions-header__icon {
    position: relative;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header_select-location .item-actions-header__icon {
    width: 10px;
    height: 14px;
  }
}
.item-actions-header_select-location .item-actions-header__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media (max-width: 480.98px) {
  .item-actions-header_select-location .item-actions-header__icon svg {
    fill: #00E1E7;
  }
}
.item-actions-header_select-location .select2-container--default .select2-selection--single {
  padding: 0 12.5px 0 28px;
  overflow: hidden;
}
@media (max-width: 992.98px) {
  .item-actions-header_select-location .select2-container--default .select2-selection--single {
    padding: 0 0px 0 15px;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header_select-location .select2-container--default .select2-selection--single {
    padding: 0 0px 0 12px;
  }
}
.item-actions-header_select-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 350px) {
  .item-actions-header_select-location .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 90px;
  }
}
.item-actions-header_select-date {
  display: flex;
  align-items: center;
  position: relative;
}
.item-actions-header_select-date .item-actions-header__icon {
  position: absolute;
  width: 21px;
  height: 20px;
  left: 14px;
}
@media (max-width: 992.98px) {
  .item-actions-header_select-date .item-actions-header__icon {
    position: relative;
    left: 0;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header_select-date .item-actions-header__icon {
    width: 16px;
    height: 16px;
  }
}
.item-actions-header_select-date .item-actions-header__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media (max-width: 480.98px) {
  .item-actions-header_select-date .item-actions-header__icon svg {
    fill: #00E1E7;
  }
}
.item-actions-header_select-date .select2-container--default .select2-selection--single {
  padding: 0 0 0 47px;
}
@media (max-width: 992.98px) {
  .item-actions-header_select-date .select2-container--default .select2-selection--single {
    padding: 0 0 0 17px;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header_select-date .select2-container--default .select2-selection--single {
    padding: 0 0 0 12px;
  }
}
.item-actions-header__date {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 47px;
}
@media (max-width: 992.98px) {
  .item-actions-header__date {
    padding: 0 0 0 17px;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header__date {
    padding: 0 0 0 12px;
  }
}
.item-actions-header__date input {
  color: transparent;
  background-color: transparent;
  position: absolute;
}
.item-actions-header__date-icon {
  position: absolute;
  width: 21px;
  height: 20px;
  left: 14px;
}
@media (max-width: 992.98px) {
  .item-actions-header__date-icon {
    position: relative;
    left: 0;
    margin: 0 7px 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-actions-header__date-icon {
    width: 16px;
    height: 16px;
  }
}
.item-actions-header__date-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media (max-width: 480.98px) {
  .item-actions-header__date-icon svg {
    fill: #00E1E7;
  }
}
.item-actions-header__date-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  margin: 0 0 0 8px;
}
.item-actions-header__date-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6.5px;
  border-right-width: 6.5px;
  border-top: 6.5px solid #00E1E7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480.98px) {
  .item-actions-header__date-arrow::before {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #00E1E7;
  }
}
.item-actions-header__date-arrow.active::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 480.98px) {
  .item-actions-header__date-arrow {
    width: 24px;
    margin: 0;
  }
}
.item-actions-header__date-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
  background-color: transparent;
  white-space: nowrap;
}

.header-popup {
  display: none;
  background-color: #F2F8FF;
  padding: 20px 0 40px 0;
}
.header-popup.active {
  display: block;
}
@media (max-width: 480.98px) {
  .header-popup.active {
    top: 0;
  }
}
@media (max-width: 480.98px) {
  .header-popup {
    display: block;
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #031A32;
    z-index: 100;
    overflow-y: auto;
    padding: 10px 0 80px 0;
  }
}
.header-popup__buyer-login .item-advantages-header-popup {
  min-height: 180px;
}
.header-popup__buyer-register .item-advantages-header-popup {
  min-height: 180px;
}
.header-popup__buyer-register .form__password:first-child {
  margin: 0 6px 0 0;
}
.header-popup__buyer-register .form__password:last-child {
  margin: 0 0 0 6px;
}
@media (max-width: 480.98px) {
  .header-popup__buyer-register .form__password:first-child {
    margin: 0;
  }
  .header-popup__buyer-register .form__password:last-child {
    margin: 0;
  }
  .header-popup__buyer-register .form__password:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.header-popup__seller-register .header-popup__title:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .header-popup__seller-register .header-popup__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.header-popup__seller-register .advantages-header-popup:not(:last-child) {
  margin: 0 0 24px 0;
}
.header-popup__seller-register .advantages-header-popup .advantages-header-popup__row {
  background: url("../media/img/advantages-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.header-popup__seller-register .advantages-header-popup .advantages-header-popup__row::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 225, 231, 0.2);
  z-index: 1;
}
@media (max-width: 480.98px) {
  .header-popup__seller-register .advantages-header-popup .advantages-header-popup__row {
    background: none;
  }
  .header-popup__seller-register .advantages-header-popup .advantages-header-popup__row::before {
    background: #05b78c;
    opacity: 0.4;
  }
}
.header-popup__seller-register .advantages-header-popup .advantages-header-popup__column {
  flex: 0 1 25%;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .header-popup__seller-register .advantages-header-popup .advantages-header-popup__column {
    flex: 0 1 33.333%;
  }
}
@media (max-width: 650px) {
  .header-popup__seller-register .advantages-header-popup .advantages-header-popup__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 389.98px) {
  .header-popup__seller-register .advantages-header-popup .advantages-header-popup__column {
    flex: 1 1 100%;
  }
}
.header-popup__seller-register .advantages-header-popup .item-advantages-header-popup {
  min-height: 172px;
}
@media (max-width: 389.98px) {
  .header-popup__seller-register .advantages-header-popup .item-advantages-header-popup {
    min-height: 122px;
  }
}
@media (max-width: 480.98px) {
  .header-popup__container {
    padding: 0 24px;
  }
}
.header-popup__breadcrumbs:not(:last-child) {
  margin: 0 0 18px 0;
}
@media (max-width: 480.98px) {
  .header-popup__breadcrumbs {
    display: none;
  }
}
.header-popup__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}
@media (max-width: 992.98px) {
  .header-popup__row {
    flex-direction: column;
  }
}
.header-popup__column {
  padding: 0 20px;
}
.header-popup__column_form {
  width: 100%;
  max-width: 612px;
}
.header-popup__column_form .header-popup__title:not(:last-child) {
  margin: 0 0 56px 0;
}
@media (max-width: 480.98px) {
  .header-popup__column_form .header-popup__title:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 992.98px) {
  .header-popup__column_form {
    max-width: none;
  }
  .header-popup__column_form:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .header-popup__column_form:not(:last-child) {
    margin: 0 0 0px 0;
  }
}
.header-popup__column_content {
  width: 100%;
  max-width: 532px;
}
.header-popup__column_content .header-popup__title:not(:last-child) {
  margin: 0 0 112px 0;
  position: relative;
}
.header-popup__column_content .header-popup__title:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 128px;
  height: 8px;
  background-color: #181cdb;
  left: 0;
  bottom: 0;
  transform: translate(0, 52px);
}
@media (max-width: 992.98px) {
  .header-popup__column_content {
    max-width: none;
  }
}
@media (max-width: 480.98px) {
  .header-popup__column_content {
    display: none;
  }
}
.header-popup__title {
  color: #181cdb;
}
.header-popup__title br {
  display: none;
}
@media (max-width: 480.98px) {
  .header-popup__title {
    color: #fefefe;
  }
  .header-popup__title br {
    display: block;
  }
}
.header-popup__form {
  width: 100%;
}
.header-popup__top {
  display: none;
}
@media (max-width: 480.98px) {
  .header-popup__top {
    display: block;
  }
  .header-popup__top:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
.header-popup__message {
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 181%;
  color: #e33629;
}
.header-popup__message a {
  color: #181cdb;
}
.header-popup__message a.underline {
  text-decoration: underline;
}
.header-popup__message:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .header-popup__message {
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.02em;
    padding: 32px 24px;
  }
}
.header-popup__main-form:not(:last-child) {
  margin: 0 0 48px 0;
}
@media (max-width: 480.98px) {
  .header-popup__main-form:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.form__top-text {
  display: none;
}
@media (max-width: 480.98px) {
  .form__top-text {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
  }
  .form__top-text:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.form__btns {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
.form__btns:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .form__btns {
    display: none;
  }
}
.form__btns_mob {
  display: none;
}
@media (max-width: 480.98px) {
  .form__btns_mob {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ebf2f9;
  }
  .form__btns_mob:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.form__btn {
  flex: 0 1 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  background-color: #DCE3FC;
  color: #031A32;
}
.form__btn span {
  font-weight: 900;
  margin: 0 0 0 5px;
}
.form__btn.active {
  color: #fff;
  background-color: #181CDB;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 480.98px) {
  .form__btn {
    height: 36px;
    background: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
    color: #031A32;
  }
  .form__btn.active {
    color: #031A32;
    background-color: #00E1E7;
  }
}
.form__items:not(:last-child) {
  margin: 0 0 12px 0;
}
.form__item {
  border: 1px solid #d0dae4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.form__item:not(:last-child) {
  margin: 0 0 12px 0;
}
.form__input {
  width: 100%;
  height: 56px;
  padding: 5px 16px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #000716;
}
.form__input::placeholder {
  color: #31363c;
}
.form__passwords {
  border: 0;
  border-radius: 0;
}
@media (max-width: 480.98px) {
  .form__passwords {
    flex-direction: column;
  }
}
.form__password {
  flex: 1 1 100%;
  border: 1px solid #d0dae4;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.form__password .form__input {
  padding-right: 60px;
}
@media (max-width: 480.98px) {
  .form__password {
    width: 100%;
  }
}
.form__password-show {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.form__password-show.active svg {
  stroke: #576870;
  fill: #576870;
}
@media (min-width: 992.98px) {
  .form__password-show:hover svg {
    stroke: #576870;
    fill: #576870;
  }
}
.form__password-show svg {
  width: 20px;
  height: 12px;
  stroke: #78909C;
  fill: #78909C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__bottom:not(:last-child) {
  margin: 0 0 12px 0;
}
@media (max-width: 480.98px) {
  .form__bottom:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.form__bottom-item {
  flex: 0 1 50%;
  margin: 0 11px;
  display: flex;
  align-items: center;
  position: relative;
}
.form__bottom-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(24, 28, 219, 0.4);
  right: -11.5px;
}
@media (max-width: 480.98px) {
  .form__bottom-item:not(:last-child)::before {
    background-color: rgba(0, 225, 231, 0.3);
  }
}
.form__bottom-item:first-child {
  justify-content: flex-end;
}
.form__forgot {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-decoration: underline;
  color: #181cdb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .form__forgot:hover {
    text-decoration: none;
  }
}
@media (max-width: 480.98px) {
  .form__forgot {
    font-size: 16px;
    line-height: 119%;
    color: #00e1e7;
  }
}
.form__captcha {
  position: relative;
  display: flex;
  justify-content: center;
}
.form__captcha:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .form__captcha {
    display: none;
  }
}
.form__btn-submit {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 105%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #00e1e7;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__btn-submit:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (min-width: 992.98px) {
  .form__btn-submit:hover {
    background: #01f7ff;
  }
}
.form__or:not(:last-child) {
  margin: 0 0 35px 0;
}
@media (max-width: 480.98px) {
  .form__or:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.checkbox-form__input {
  display: none;
}
.checkbox-form__input:checked + .checkbox-form__label::after {
  display: block;
}
.checkbox-form__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 0 0 35px;
}
.checkbox-form__label::before {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #7d8998;
}
@media (max-width: 480.98px) {
  .checkbox-form__label::before {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
}
.checkbox-form__label::after {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url("../media/img/icons/check.svg") center no-repeat;
  background-size: 75%;
  background-color: #00e1e7;
  display: none;
}
@media (max-width: 480.98px) {
  .checkbox-form__label::after {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480.98px) {
  .checkbox-form__label {
    font-size: 16px;
    line-height: 119%;
    color: #fff;
    padding: 0 0 0 28px;
  }
}

.or-form__top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
  position: relative;
  white-space: nowrap;
}
.or-form__top:not(:last-child) {
  margin: 0 0 35px 0;
}
.or-form__top::before, .or-form__top::after {
  content: "";
  width: 100%;
  max-width: 97px;
  height: 1px;
  background-color: rgba(24, 28, 219, 0.4);
}
@media (max-width: 480.98px) {
  .or-form__top::before, .or-form__top::after {
    background-color: #fff;
  }
}
.or-form__top::before {
  margin: 0 10px 0 0;
}
.or-form__top::after {
  margin: 0 0 0 10px;
}
@media (max-width: 480.98px) {
  .or-form__top {
    font-size: 16px;
    line-height: 119%;
    color: #fefefe;
  }
}
.or-form__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -16px;
}
.or-form__btn {
  width: 220px;
  height: 65px;
  margin: 0 16px;
  border: 1px solid #181cdb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.or-form__btn img {
  width: 41px;
  height: 41px;
}
@media (min-width: 992.98px) {
  .or-form__btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 480.98px) {
  .or-form__btn {
    border: 1px solid rgba(0, 225, 231, 0.4);
  }
}

.register-bottom-form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 480.98px) {
  .register-bottom-form {
    font-size: 16px;
    line-height: 119%;
  }
}
.register-bottom-form__text {
  color: #000;
  margin: 0 5px 0 0;
}
@media (max-width: 480.98px) {
  .register-bottom-form__text {
    color: #fefefe;
  }
}
.register-bottom-form__btn {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
}
@media (max-width: 480.98px) {
  .register-bottom-form__btn {
    font-weight: 800;
    color: #00e1e7;
  }
}

.advantages-header-popup__row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 0 10px;
  border-radius: 22px;
  background: rgba(0, 225, 231, 0.4);
}
.advantages-header-popup__column {
  flex: 0 1 50%;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.item-advantages-header-popup {
  border-radius: 16px;
  padding: 14px;
  height: 100%;
  min-height: 220px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.04);
  background: #fff;
}
.item-advantages-header-popup__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #181cdb;
}
.item-advantages-header-popup__title:not(:last-child) {
  margin: 0 0 4px 0;
}
@media (max-width: 480.98px) {
  .item-advantages-header-popup__title {
    font-size: 17px;
    line-height: 135%;
  }
  .item-advantages-header-popup__title:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.item-advantages-header-popup__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
}
.item-advantages-header-popup__text span {
  font-weight: 700;
  color: #181cdb;
}
.item-advantages-header-popup__text a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
}
@media (min-width: 992.98px) {
  .item-advantages-header-popup__text a:hover {
    text-decoration: none;
  }
}
@media (max-width: 480.98px) {
  .item-advantages-header-popup__text {
    font-size: 14px;
    line-height: 121%;
    letter-spacing: 0.02em;
    color: #001e64;
  }
}

.top-header-popup__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.top-header-popup__logo {
  flex: 0 0 168px;
  width: 168px;
  height: 49px;
  margin: 0 30px 0 0;
}
.top-header-popup__logo img {
  max-width: 100%;
}
.top-header-popup__close svg {
  width: 23px;
  height: 26px;
  fill: #fff;
}

.faq__title {
  color: #181cdb;
}
.faq__title:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .faq__title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
  }
}
.faq__item:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .faq__item:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.item-faq {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
  background: #f5f2fa;
}
.item-faq.active .top-item-faq {
  background: #e7e4fe;
}
.item-faq.active .icon-top-item-faq__plus {
  display: none;
}
.item-faq.active .icon-top-item-faq__minus {
  display: flex;
}
.item-faq__body {
  display: none;
}
.item-faq__content {
  padding: 18px 16px 13px 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
}

.top-item-faq {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f5f2fa;
  cursor: pointer;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-item-faq__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
  margin: 0 30px 0 0;
}
.top-item-faq__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-item-faq__icon img {
  width: 26px;
  height: 25px;
}

.icon-top-item-faq__plus {
  display: flex;
}
.icon-top-item-faq__minus {
  display: none;
}

.main-form__block {
  border-radius: 8px;
  background: #fff;
  padding: 16px 16px 24px 16px;
}
.main-form__block:not(:last-child) {
  margin: 0 0 24px 0;
}
.main-form__block_billing {
  padding: 16px 16px 8px 16px;
}
.main-form__block_billing .main-form__top {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #e3e9ef;
}
.main-form__block_payment .main-form__bottom {
  padding: 0 0 0 24px;
}
@media (max-width: 768.98px) {
  .main-form__block_payment .main-form__bottom {
    padding: 0;
  }
}
@media (max-width: 480.98px) {
  .main-form__block_payment {
    padding: 16px 16px 22px 16px;
  }
}
.main-form__block_textarea {
  padding: 16px;
}
.main-form__block_textarea .form__captcha {
  justify-content: flex-start;
}
@media (max-width: 480.98px) {
  .main-form__block_textarea .form__captcha {
    display: flex;
    justify-content: center;
  }
}
.main-form__top:not(:last-child) {
  margin: 0 0 24px 0;
}
.main-form__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.main-form__items-column {
  padding: 0 8px;
  margin: 0 0 16px 0;
}
.main-form__items-column_big {
  flex: 0 0 40%;
}
@media (max-width: 1024.98px) {
  .main-form__items-column_big {
    flex: 0 1 50%;
  }
}
@media (max-width: 600px) {
  .main-form__items-column_big {
    flex: 1 1 100%;
  }
}
.main-form__items-column_small {
  flex: 0 0 30%;
}
@media (max-width: 1024.98px) {
  .main-form__items-column_small {
    flex: 0 1 50%;
  }
}
@media (max-width: 600px) {
  .main-form__items-column_small {
    flex: 1 1 100%;
  }
}
@media (max-width: 1024.98px) {
  .main-form__items-column_empty {
    display: none;
  }
}
.main-form__radio:not(:last-child) {
  margin: 0 0 24px 0;
}
.main-form__message {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
}
.main-form__message:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 768.98px) {
  .main-form__message {
    font-size: 16px;
    line-height: 119%;
  }
}
.main-form__message_warning {
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .main-form__message_warning {
    font-size: 17px;
    line-height: 135%;
  }
}
.main-form__message-icon {
  color: #e33629;
}
.main-form__textarea-item:not(:last-child) {
  margin: 0 0 32px 0;
}
.main-form__textarea-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
}
.main-form__textarea-title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 480.98px) {
  .main-form__textarea-title {
    font-size: 17px;
    line-height: 135%;
  }
  .main-form__textarea-title:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.main-form__textarea {
  resize: none;
  width: 100%;
  height: 100px;
  border: 1px solid #e3e9ef;
  padding: 10px 39px;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
}
.main-form__textarea::placeholder {
  color: #78909c;
}
@media (max-width: 768.98px) {
  .main-form__textarea {
    height: 170px;
  }
}
@media (max-width: 480.98px) {
  .main-form__textarea {
    padding: 15px 16px 15px 12px;
    font-size: 16px;
    line-height: 119%;
    height: 240px;
  }
}
.main-form__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  padding: 5px 20px;
  height: 60px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #388e3c;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .main-form__submit:hover {
    background: #3f9f44;
  }
}
.main-form__submit-icon {
  flex: 0 0 33px;
  width: 33px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.main-form__submit-icon img {
  max-width: 100%;
}

.item-main-form {
  display: flex;
  flex-direction: column;
}
.item-main-form.error input.item-main-form__input, .item-main-form.error input.item-main-form__select-input {
  border: 1px solid #e15241;
}
.item-main-form.error .item-main-form__message {
  display: flex;
}
.item-main-form.error .iti {
  border: 1px solid #e15241 !important;
}
.item-main-form__label:not(:last-child) {
  margin: 0 0 8px 0;
}
input.item-main-form__input {
  border: 1px solid #d0dae4;
  border-radius: 4px;
  padding: 0px 16px;
  width: 100%;
  height: 56px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
}
input.item-main-form__input::placeholder {
  color: #78909c;
}
input.item-main-form__input.phoneIntlTel {
  border: 0 !important;
}
.item-main-form__message {
  display: none;
  margin: 6px 0 0 0;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #e15241;
}
.item-main-form__message-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 0 0;
}
.item-main-form__message-icon img {
  width: 18px;
  height: 18px;
}
.item-main-form_select .select2-container {
  width: 100% !important;
}
.item-main-form_select .select2-container.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-main-form_select .select2-container--default .select2-selection--single {
  border: 1px solid #d0dae4;
  border-radius: 4px;
  padding: 0px 16px;
  width: 100%;
  height: 56px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-main-form_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.item-main-form_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  top: 0;
}
.item-main-form_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 16px;
  height: 10px;
  background: url("../media/img/icons/arrow-input.svg") center no-repeat;
}
.item-main-form__password {
  position: relative;
}

.label-item-main-form {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #031A32;
}
.label-item-main-form__icon {
  font-weight: 700;
  font-size: 20px;
  color: #d22f27;
}

.radio-main-form {
  padding: 0 0 0 42px;
}
@media (max-width: 768.98px) {
  .radio-main-form {
    padding: 0;
  }
}
.radio-main-form__item:not(:last-child) {
  margin: 0 0 16px 0;
}
.radio-main-form__input {
  display: none;
}
.radio-main-form__input:checked + .radio-main-form__label::before {
  border: 2px solid #694ed6;
}
.radio-main-form__input:checked + .radio-main-form__label::after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio-main-form__input:checked + .radio-main-form__label span {
  font-weight: 700;
}
.radio-main-form__label {
  font-weight: 600;
  font-size: 22px;
  line-height: 127%;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio-main-form__label::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 12px 0 0;
  border: 2px solid rgba(0, 0, 0, 0.54);
  transition: transform 0.5s ease 0s;
}
.radio-main-form__label::after {
  transition: transform 0.5s ease 0s;
  content: "";
  position: absolute;
  left: 5.25px;
  margin: 0.25px 0 0 0;
  background-color: #694ed6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
}
@media (max-width: 768.98px) {
  .radio-main-form__label {
    font-size: 17px;
    line-height: 135%;
  }
}
@media (max-width: 550px) {
  .radio-main-form__label span {
    display: block;
  }
}

.item-fullscreen {
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 474px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992.98px) {
  .item-fullscreen {
    position: relative;
  }
}
@media (max-width: 992.98px) {
  .item-fullscreen {
    min-height: 0;
  }
}
.item-fullscreen_center .item-fullscreen__body {
  align-items: center;
  text-align: center;
}
.item-fullscreen_center .item-fullscreen__title {
  text-align: center;
}
.item-fullscreen_center .item-fullscreen__title span {
  justify-content: center;
}
@media (max-width: 1316px) {
  .item-fullscreen_center .item-fullscreen__title {
    font-size: 55px;
  }
  .item-fullscreen_center .item-fullscreen__title span {
    font-size: 61px;
  }
}
@media (max-width: 992.98px) {
  .item-fullscreen_center .item-fullscreen__title {
    font-size: 50px;
  }
  .item-fullscreen_center .item-fullscreen__title span {
    font-size: 54px;
  }
}
@media (max-width: 768.98px) {
  .item-fullscreen_center .item-fullscreen__title {
    font-size: 45px;
  }
  .item-fullscreen_center .item-fullscreen__title span {
    font-size: 47px;
  }
}
@media (max-width: 480.98px) {
  .item-fullscreen_center .item-fullscreen__title {
    font-size: 40px;
  }
  .item-fullscreen_center .item-fullscreen__title span {
    font-size: 40px;
    letter-spacing: 0.08em;
  }
}
.item-fullscreen_center .item-fullscreen__image::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.item-fullscreen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../media/img/header/header-bg-1.jpg") center no-repeat;
  background-size: cover;
}
.item-fullscreen__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/*TODO делаем!?*/
/*@media (min-width: 1921px) {*/
/*  .item-fullscreen__image img {*/
/*    object-position: center bottom;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px) {*/
/*  .item-fullscreen__image img { */
/*    object-position: center 10%;*/
/*  }*/
/*}*/
/*@media (min-width: 1700px) {*/
/*  .item-fullscreen__image img {*/
/*    object-position: center 5%;*/
/*  }*/
/*}*/
/*@media (min-width: 2000px) {*/
/*  .item-fullscreen__image img {*/
/*    object-position: center bottom;*/
/*  }*/
/*}*/

.item-fullscreen__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.item-fullscreen__container {
  flex: 1 1 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.item-fullscreen__body {
  flex: 1 1 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 200px 0 110px 0;
  justify-content: center;
}
@media (max-width: 992.98px) {
  .item-fullscreen__body {
    align-items: center;
    padding: 34px 0 50px 0;
  }
}
.item-fullscreen__title {
  color: #fff;
}
.item-fullscreen__title span {
  display: flex;
  font-weight: 300;
  font-size: 68px;
  /*line-height: 70%;*/
  line-height: 85%;
  letter-spacing: -0.01em;
}

.footer {
  padding: 32px 0 18px 0;
  background-color: #031A32;
}
@media (max-width: 480.98px) {
  .footer {
    padding: 16px 0 21px 0;
  }
}
.footer__row {
  display: flex;
  margin: 0 -30px 8px 0;
}
@media (max-width: 1316px) {
  .footer__row {
    margin: 0 -20px 8px 0;
  }
}
@media (max-width: 992.98px) {
  .footer__row {
    flex-wrap: wrap;
    margin: 0 -20px 30px -20px;
  }
}
.footer__column {
  padding: 0 30px;
  flex: 0 1 33.333%;
}
/*.footer__row .footer__column:first-child{*/
/*  flex: 0 1 25.333%;*/
/*}*/
/*.footer__row .footer__column:nth-child(2){*/
/*  flex: 0 1 41.333%;*/
/*}*/
@media (max-width: 1316px) {
  .footer__column {
    padding: 0 20px;
  }
}
@media (max-width: 992.98px) {
  .footer__column {
    flex: 0 1 50%;
  }
  .footer__column:first-child {
    flex: 1 1 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 700px) {
  .footer__column {
    flex: 1 1 100%;
  }
  .footer__column:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.footer__logo {
  display: inline-flex;
  width: 170px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__logo:not(:last-child) {
  margin: 0 0 8.26px 0;
}
.footer__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #00e1e7;
}
@media (max-width: 992.98px) {
  .footer__title {
    font-size: 22px;
    color: #FEFEFE;
  }
}
.contacts-footer {
  display: flex;
  flex-direction: column;
  margin: 0 -10px;
}
.contacts-footer:not(:last-child) {
  padding: 0 0 19px 0;
  position: relative;
}
.contacts-footer:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ebf2f9;
}
@media (max-width: 992.98px) {
  .contacts-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .contacts-footer:not(:last-child) {
    padding: 0 0 23px 0;
  }
}
@media (max-width: 359.98px) {
  .contacts-footer {
    margin: 0 -5px;
  }
}
.contacts-footer__item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacts-footer__item:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 992.98px) {
  .contacts-footer__item {
    flex: 0 1 50%;
  }
  .contacts-footer__item:not(:last-child) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 400px) {
  .contacts-footer__item {
    flex: auto;
  }
}
@media (max-width: 359.98px) {
  .contacts-footer__item {
    padding: 0 5px;
  }
}
.contacts-footer__address {
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 164%;
  color: #fff;
}
@media (max-width: 359.69px) {
  .contacts-footer__address {
    font-size: 13px;
  }
}
.contacts-footer__email {
  display: inline-flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #00e1e7;
}
.contacts-footer__email:not(:last-child) {
  margin: 0 0 4px 0;
}
@media (max-width: 992.98px) {
  .contacts-footer__email {
    font-size: 14px;
    text-decoration: underline;
  }
  .contacts-footer__email:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.tel-contacts-footer {
  display: inline-flex;
  align-items: center;
}
.tel-contacts-footer__icon:not(:last-child) {
  margin: 0 5px 0 0;
}
.tel-contacts-footer__icon_whatsapp {
  flex: 0 0 22px;
  width: 22px;
}
.tel-contacts-footer__icon_whatsapp img {
  max-width: 100%;
}
.tel-contacts-footer__number {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #fff;
}
@media (max-width: 992.98px) {
  .tel-contacts-footer__number {
    font-size: 14px;
  }
}
@media (max-width: 359.69px) {
  .tel-contacts-footer__number {
    font-size: 13px;
  }
}

.safe-secure-footer:not(:first-child) {
  padding: 19px 0 0 0;
}
.safe-secure-footer__title:not(:last-child) {
  margin: 0 0 12px 0;
}
.safe-secure-footer__items:not(:last-child) {
  margin: 0 0 14px 0;
}
.safe-secure-footer__item:not(:last-child) {
  margin: 0 0 12px 0;
}
@media (max-width: 992.98px) {
  .safe-secure-footer__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.safe-secure-footer__icon {
  flex: 0 0 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.safe-secure-footer__icon:not(:last-child) {
  margin: 0 10px 0 0;
}
.safe-secure-footer__icon img {
  max-width: 100%;
}
.safe-secure-footer__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 164%;
  color: #fff;
}
.safe-secure-footer__img {
  width: 145px;
  height: 45px;
}
.safe-secure-footer__img img {
  max-width: 100%;
}

.item-safe-secure-footer {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.menu-footer {
  margin: 0 -20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1316px) {
  .menu-footer {
    margin: 0 -15px;
  }
}
@media (max-width: 992.98px) {
  .menu-footer {
    margin: 0 -10px;
  }
}
.menu-footer__list {
  padding: 0 20px;
}
@media (max-width: 1316px) {
  .menu-footer__list {
    padding: 0 15px;
  }
}
.menu-footer__list:first-child .menu-footer__item:first-child {
  margin: 0 0 3px 0;
}
@media (max-width: 992.98px) {
  .menu-footer__list:first-child .menu-footer__item:first-child {
    margin: 0 0 20px 0;
  }
}
.menu-footer__list:first-child .menu-footer__item:last-child .menu-footer__title:not(:last-child) {
  margin: 0 0 14px 0;
}
@media (max-width: 992.98px) {
  .menu-footer__list {
    padding: 0 10px;
  }
}
.menu-footer__title {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #00e1e7;
}
.menu-footer__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 992.98px) {
  .menu-footer__title {
    color: #FEFEFE;
  }
  .menu-footer__title:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.menu-footer__link {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 164%;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .menu-footer__link:hover {
    text-decoration: underline;
  }
}
.menu-footer__actions {
  display: flex;
  align-items: center;
}
.menu-footer__actions .item-actions-dashboard {
  padding: 0;
  margin: 0;
}
.menu-footer__actions .item-actions-dashboard:not(:last-child) {
  margin: 0 8px 0 0;
}
.menu-footer__actions .item-actions-dashboard::before {
  display: none;
}
.menu-footer__actions .item-actions-dashboard.item-actions-dashboard_select .select2-container--default .select2-selection__rendered {
  font-size: 0;
}
.menu-footer__actions .item-actions-dashboard.item-actions-dashboard_select .select2-container--default .select2-selection__rendered img {
  margin: 0;
}
@media (max-width: 480.98px) {
  .menu-footer__actions .item-actions-dashboard_select-language .select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 24px;
    min-width: 24px;
    height: 15px;
  }
}

.custom-valute-2.select2-dropdown--below {
  transform: translate(-7px, 0);
}
@media (max-width: 480.98px) {
  .custom-valute-2.select2-dropdown--below {
    transform: translate(0, 0);
  }
}

.custom-language-2.select2-dropdown--below {
  transform: translate(-10px, 0);
}
@media (max-width: 480.98px) {
  .custom-language-2.select2-dropdown--below {
    transform: translate(0, 0);
  }
}

.form-footer__title:not(:last-child) {
  margin: 0 0 29px 0;
}
@media (max-width: 992.98px) {
  .form-footer__title:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.form-footer__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 144%;
  text-transform: uppercase;
  color: #fff;
}
.form-footer__subtitle:not(:last-child) {
  margin: 0 0 14px 0;
}
.form-footer__item:not(:last-child) {
  margin: 0 0 14px 0;
}
@media (max-width: 992.98px) {
  .form-footer__item:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.form-footer__btn {
  background: #388e3c;
  color: #fff;
}
@media (min-width: 992.98px) {
  .form-footer__btn:hover {
    background: #4bba50;
  }
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
}
.copyright a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #00e1e7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .copyright a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992.98px) {
  .copyright a {
    color: #FFFFFF;
  }
}
.copyright__top:not(:last-child) {
  margin: 0 0 3px 0;
}
.copyright__bottom {
  display: flex;
  align-items: center;
}
.copyright__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 0 0;
}
.copyright__icon img {
  width: 14px;
  height: 15px;
}

.explore-events:not(:last-child) {
  /*margin: 0 0 20px 0;*/
}
.explore-events__top-block {
  padding: 0 16px 0 0;
}
.explore-events__top-block:not(:last-child) {
  margin: 0 0 4px 0;
}
@media (max-width: 480.98px) {
  .explore-events__top-block {
    padding: 0;
  }
  .explore-events__top-block:not(:last-child) {
    margin: 0 0 0px 0;
  }
}
.explore-events__top-block .top-block__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
}
.explore-events__top-block .top-block__title a {
  text-decoration: none;
}
@media (max-width: 992.98px) {
  .explore-events__top-block .top-block__title {
    font-size: 21px;
  }
}
@media (max-width: 768.98px) {
  .explore-events__top-block .top-block__title {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .explore-events__top-block .top-block__title {
    font-size: 17px;
    line-height: 135%;
  }
}
.explore-events__breadcrumbs {
  display: none;
}
@media (max-width: 480.98px) {
  .explore-events__breadcrumbs {
    display: block;
  }
  .explore-events__breadcrumbs:not(:last-child) {
    margin: 0 0 4.5px 0;
  }
}
.explore-events__body {
  max-height: 134px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  scrollbar-width: none;
}
.explore-events__body:not(:last-child) {
  margin: 0 0 20px 0;
}
.explore-events__body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1316px) {
  .explore-events__body {
    max-height: 186px;
  }
}
@media (max-width: 992.98px) {
  .explore-events__body {
    max-height: 238px;
  }
}
@media (max-width: 768.98px) {
  .explore-events__body {
    max-height: 290px;
  }
}
@media (max-width: 480.98px) {
  .explore-events__body {
    max-height: 344px;
  }
}
.explore-events__body.active {
  max-height: none;
}
.explore-events__filter-tickets:not(:last-child) {
  margin: 0 0 16px 0;
}
.explore-events__actions {
  padding: 20px 0 0 0;
  border-top: 1px solid #c9daec;
}

.filter-tickets__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.filter-tickets__column {
  flex: 0 0 auto;
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.btn-filter-tickets {
  font-weight: 500;
  font-size: 12px;
  line-height: 131%;
  color: #555;
  border: 1px solid #b0bec5;
  border-radius: 30px;
  padding: 8px 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .btn-filter-tickets:hover {
    color: #181cdb;
    border: 1px solid #181cdb;
    background: #ececf4;
  }
}
.btn-filter-tickets.active {
  color: #000;
  border: 1px solid #00e1e7;
  background: rgba(0, 225, 231, 0.3);
}

.filter-index__top {
  padding: 7.33px 0 15.33px 0;
  border-bottom: 1px solid #c9daec;
}
.filter-index__top:not(:last-child) {
  margin: 0 0 8px 0;
}
.filter-index__top .top-block__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin: 0;
}
.filter-index__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #31363c;
}
.filter-index__subtitle:not(:last-child) {
  margin: 0 0 24px 0;
}
.filter-index__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.filter-index__column {
  width: auto;
  flex: 0 1 auto;
  padding: 0 8px;
  margin: 0 0 20px 0;
}
.btn-filter-index {
  padding: 12px 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d7e5fd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  color: #181cdb;
}

.sport-tickets:not(:last-child) {
  margin: 0 0 20px 0;
}
.sport-tickets__top-block .top-block__title {
  margin: 0 0 14px 0;
}
.sport-tickets__top-block .top-block__btn-all {
  display: none;
  margin: 0 0 14px 0;
}
@media (max-width: 480.98px) {
  .sport-tickets__top-block .top-block__btn-all {
    display: flex;
  }
}
@media (max-width: 480.98px) {
  .sport-tickets__body .sport-tickets__slider:not(:first-child) {
    display: none;
  }
}
.sport-tickets__slider {
  margin: 0;
}
.sport-tickets__slider:not(:last-child) {
  margin: 0 0 12px 0;
}
@media (max-width: 480.98px) {
  .sport-tickets__slider:not(:last-child) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .sport-tickets__slider .swiper-wrapper {
    flex-direction: column;
  }
}
.sport-tickets__slider .swiper-slide {
  width: 360px;
  padding: 2px 0;
}
@media (max-width: 480.98px) {
  .sport-tickets__slider .swiper-slide {
    width: auto;
    padding: 0;
  }
  .sport-tickets__slider .swiper-slide:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.sport-tickets__row {
  display: flex;
  margin: 0 -8px;
  padding: 2px 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sport-tickets__row::-webkit-scrollbar {
  width: 0;
}
.sport-tickets__row:not(:last-child) {
  margin: 0 -8px 12px -8px;
}
@media (max-width: 480.98px) {
  .sport-tickets__row {
    flex-direction: column;
    margin: 0;
  }
  .sport-tickets__row:not(:last-child) {
    margin: 0 0 0 0;
  }
}
.sport-tickets__column {
  padding: 0 8px;
  flex: 0 1 auto;
}
@media (max-width: 480.98px) {
  .sport-tickets__column {
    width: 100%;
    padding: 0;
  }
  .sport-tickets__column:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.btn-sport-tickets {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  height: 80px;
  background: #f5f2fa;
  width: 100%;
  min-width: 360px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-sport-tickets.active{
  background: #e2d6f7 !important;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);  
}
@media (min-width: 992.98px) {
  .btn-sport-tickets:hover {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 480.98px) {
  .btn-sport-tickets {
    min-width: 0;
  }
}
.btn-sport-tickets__image {
  flex: 0 0 80px;
  height: 100%;
  position: relative;
}
.btn-sport-tickets__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-sport-tickets__body {
  width: 100%;
  flex: 1 1 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-sport-tickets__content {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn-sport-tickets__title {
  display: flex;
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  color: #1b1b21;
}
.btn-sport-tickets__title:not(:last-child) {
  margin: 0 0 4px 0;
}
.btn-sport-tickets__subtitle {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: #1b1b21;
}
.btn-sport-tickets__like {
  margin: 0 0 0 16px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #181CDB;
}
.btn-sport-tickets__like svg {
  width: 18px;
  height: 18px;
  fill: #181CDB;
}

.local-tournaments {
  margin: 0 0 56px 0;
}
@media (max-width: 480.98px) {
  .local-tournaments__top-block .top-block__row {
    align-items: flex-start;
  }
}
@media (min-width: 480.98px) {
  .local-tournaments__top-block .top-block__btn-all {
    display: none;
  }
}
.local-tournaments__row {
  display: flex;
  margin: 0 -10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.local-tournaments__row::-webkit-scrollbar {
  width: 0;
}
.local-tournaments__row:not(:last-child) {
  margin: 0 -10px 34px -10px;
}
.local-tournaments__column {
  padding: 0 10px;
  flex: 0 1 auto;
}
.local-tournaments__item {
  width: 240px;
}

.buy-tikets:not(:last-child) {
  margin: 0 0 32px 0;
}
.buy-tikets__top:not(:last-child) {
  margin: 0 0 12px 0;
}
.buy-tikets__top-block .top-block__title {
  margin: 0 0 16px 0;
}
.buy-tikets__events:not(:last-child) {
  margin: 0 0 32px 0;
}

.top-buy-tikets {
  width: 100%;
}
.top-buy-tikets_search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e3e9ef;
}
.top-buy-tikets_search:not(:last-child) {
  margin: 0 0 24px 0;
}
.top-buy-tikets_search .top-block {
  width: 100%;
}
@media (max-width: 1100px) {
  .top-buy-tikets_search .top-block {
    width: auto;
    order: 1;
    margin: 0 20px 0 0;
  }
}
.top-buy-tikets_search .top-buy-tikets__actions {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 0 20px 0;
}
.top-buy-tikets_search .top-buy-tikets__actions:not(:last-child) {
  margin: 0 20px 0 0;
}
@media (max-width: 1100px) {
  .top-buy-tikets_search .top-buy-tikets__actions {
    margin: 0;
  }
  .top-buy-tikets_search .top-buy-tikets__actions:not(:last-child) {
    margin: 0;
    width: 100%;
    order: 3;
  }
}
.top-buy-tikets_search .bottom-top-buy-tikets {
  border: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 1100px) {
  .top-buy-tikets_search .bottom-top-buy-tikets {
    padding: 0;
    order: 2;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 480.98px) {
  .top-buy-tikets_search .bottom-top-buy-tikets {
    margin: 0 0 14px 0;
  }
}
.top-buy-tikets__breadcrumbs:not(:last-child) {
  margin: 0 0 8px 0;
}
.top-buy-tikets__actions {
  width: 100%;
}
.top-buy-tikets__actions:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .top-buy-tikets__actions .swiper-slide:first-child {
    /*display: none;*/
  }
}
.top-buy-tikets__actions .slider-actions {
  width: 100%;
}
.bottom-top-buy-tikets {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e3e9ef;
}
.bottom-top-buy-tikets__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.bottom-top-buy-tikets__column {
  padding: 0 10px;
}
.bottom-top-buy-tikets__title {
  color: #031A32;
}
.bottom-top-buy-tikets__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 992.98px) {
  .bottom-top-buy-tikets__title {
    font-size: 21px;
  }
}
@media (max-width: 768.98px) {
  .bottom-top-buy-tikets__title {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .bottom-top-buy-tikets__title {
    font-size: 17px;
    line-height: 135%;
  }
}
.bottom-top-buy-tikets__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: #78909c;
}
@media (max-width: 480.98px) {
  .bottom-top-buy-tikets .actions__label {
    display: none;
  }
}

.events-buy-tikets {
  border: 1px solid #c7c5d0;
  border-radius: 8px 8px 0 0;
}
.events-buy-tikets__item:not(:last-child) {
  margin: 0 0 12px 0;
}

.top-events-buy-tikets {
  padding: 16px 16px 12px 16px;
}
@media (max-width: 480.98px) {
  .top-events-buy-tikets {
    padding: 12.5px 16px;
  }
}
.top-events-buy-tikets__title {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.top-events-buy-tikets__title a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
}
@media (min-width: 992.98px) {
  .top-events-buy-tikets__title a:hover {
    text-decoration: none;
  }
}
.top-events-buy-tikets__title .number {
  font-weight: 700;
}
.top-events-buy-tikets__title .item-actions__select {
  display: inline-flex;
  border: 0;
  background: transparent;
  padding: 0 5px;
  height: auto;
  width: auto;
}
.top-events-buy-tikets__title .item-actions__select-date .item-events-buy-tikets__date-value {
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
}
@media (max-width: 480.98px) {
  .top-events-buy-tikets__title .item-actions__select-date .item-events-buy-tikets__date-value {
    font-size: 17px;
    line-height: 135%;
  }
}
@media (max-width: 992.98px) {
  .top-events-buy-tikets__title {
    font-size: 21px;
  }
}
@media (max-width: 768.98px) {
  .top-events-buy-tikets__title {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .top-events-buy-tikets__title {
    font-size: 17px;
    line-height: 135%;
  }
}

.item-events-buy-tikets {
  border-bottom: 1px solid #c7c5d0;
  border-top: 1px solid #c7c5d0;
  min-height: 127px;
  display: flex;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-events-buy-tikets:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets {
    min-height: 140px;
  }
}
.item-events-buy-tikets__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 200px;
  padding: 10px;
  background-image: repeating-linear-gradient(to bottom, rgba(24, 28, 219, 0.4) 0, rgba(24, 28, 219, 0.4) 6px, transparent 6px, transparent 10px);
  background-position: right; /* Розташування фону на правому краю */
  background-size: 1px 10px; /* Ширина лінії та висота одного повторення */
  background-repeat: repeat-y; /* Повтор по вертикалі */
}
@media (max-width: 1316px) {
  .item-events-buy-tikets__label {
    flex: 0 0 180px;
  }
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__label {
    flex: 0 0 160px;
    padding: 12px 10px;
  }
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__label {
    justify-content: flex-start;
    flex: 0 0 140px;
    padding: 12px 10px 14.5px 10px;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__label {
    flex: 0 0 118px;
  }
}
.item-events-buy-tikets__label-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 -2.5px;
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__label-body {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.item-events-buy-tikets__label-body .item-events-buy-tikets__btn-notify {
  margin: 0;
  display: inline-flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 129%;
}
.item-events-buy-tikets__label-bottom {
  display: none;
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__label-bottom {
    flex: 1 1 100%;
    display: block;
    margin: 12.5px 0 0 0;
  }
}
.item-events-buy-tikets__date {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #031A32;
  padding: 0 2.5px;
}
.item-events-buy-tikets__date:not(:last-child) {
  margin: 0 0 5px 0;
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__date {
    font-size: 21px;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__date {
    font-size: 20px;
    line-height: 140%;
  }
  .item-events-buy-tikets__date:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.item-events-buy-tikets__day {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
  text-transform: uppercase;
  padding: 0 2.5px;
}
.item-events-buy-tikets__day .mob {
  display: none;
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__day .mob {
    display: inline-flex;
  }
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__day .desk {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__day {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__day {
    font-size: 16px;
    line-height: 119%;
  }
}
.item-events-buy-tikets__time {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
  padding: 0 2.5px;
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__time {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__time {
    font-size: 16px;
    line-height: 119%;
  }
}
.item-events-buy-tikets__time_text {
  display: flex;
  align-items: center;
  border: 1px solid #d26f27;
  border-radius: 4px;
  padding: 12px 10px;
  height: 21px;
  font-weight: 600;
  font-size: 13px;
  line-height: 215%;
  margin: 0 20px;
  color: #000;
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__time_text {
    padding: 3px 4.5px;
    margin: 7px 10px 0 10px;
    font-size: 13px;
  }
}
.item-events-buy-tikets__time-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px 0 0;
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__time-icon {
    margin: 0 5px 0 0;
  }
}
.item-events-buy-tikets__body {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
@media (max-width: 1316px) {
  .item-events-buy-tikets__body {
    padding: 17px 21.5px;
  }
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__body {
    padding: 14px 18px 15px 18px;
  }
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__body {
    padding: 11px 14.5px 15px 14.5px;
    align-items: flex-start;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__body {
    padding: 7px 11px 15px 11px;
  }
}
.item-events-buy-tikets__content {
  margin: 0 30px 0 0;
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__content {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.item-events-buy-tikets__top {
  display: flex;
  align-items: center;
}
.item-events-buy-tikets__top:not(:last-child) {
  margin: 0 0 2px 0;
}
.item-events-buy-tikets__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
  margin: 0 14px 0 0;
}
.item-events-buy-tikets__name .vs {
  display: inline-block;
  color: #181cdb;
}
.item-events-buy-tikets__name .dash {
  display: inline-block;
}
@media (max-width: 650px) {
  .item-events-buy-tikets__name .dash {
    display: none;
  }
}
.item-events-buy-tikets__name .leagua {
  display: inline-block;
}
@media (max-width: 650px) {
  .item-events-buy-tikets__name .leagua {
    display: flex;
    margin: 6px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .item-events-buy-tikets__name .leagua {
    font-size: 17px;
    line-height: 135%;
  }
}
@media (max-width: 1100px) {
  .item-events-buy-tikets__name span {
    display: none;
  }
}
.item-events-buy-tikets__links {
  display: flex;
  align-items: center;
}
.item-events-buy-tikets__link:not(:last-child) {
  margin: 0 13px 0 0;
}
.item-events-buy-tikets__link_like svg {
  width: 20px;
  height: 18px;
  fill: transparent;
}
.item-events-buy-tikets__link_like.active svg {
  fill: #181CDB;
}
.item-events-buy-tikets__link_spread {
  transform: translate(0, -1.5px);
}
.item-events-buy-tikets__link_spread svg {
  width: 18px;
  height: 21px;
  fill: #181CDB;
}
.item-events-buy-tikets__place {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #000;
}
.item-events-buy-tikets__place:not(:last-child) {
  margin: 0 0 2px 0;
}
.item-events-buy-tikets__place span {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 400px) {
  .item-events-buy-tikets__place {
    font-size: 15px;
  }
}
.item-events-buy-tikets__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.item-events-buy-tikets__info:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 1100px) {
  .item-events-buy-tikets__info:not(:last-child) {
    margin: 0 0px 0 0;
  }
}
.item-events-buy-tikets__liga {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  padding: 4px 8px;
  white-space: nowrap;
  border-radius: 4px;
  background: rgba(24, 28, 219, 0.8);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-events-buy-tikets__liga:hover {
    background: rgba(24, 28, 219, 0.9);
  }
}
@media (max-width: 1100px) {
  .item-events-buy-tikets__liga {
    display: none;
  }
}
.item-events-buy-tikets__btn-view {
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #388e3c;
  text-transform: uppercase;
  border: 1px solid #388e3c;
  border-radius: 4px;
  padding: 5px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-events-buy-tikets__btn-view:hover {
    background-color: #388e3c;
    color: #fff;
  }
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__btn-view {
    display: none;
  }
}
.item-events-buy-tikets__btn-notify {
  white-space: nowrap;
  margin: 0 38px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  /*color: lightgrey;*/
  color: #388e3c;
  position: relative;
}
.item-events-buy-tikets__btn-notify::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  /*background-color: lightgrey;*/
  background-color: #388e3c;
  left: 0;
  bottom: -1.5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
/*.item-events-buy-tikets__btn-notify.active{*/
/*  color: #388e3c;*/
/*}*/
/*.item-events-buy-tikets__btn-notify.active::before {*/
/*  background-color: #388e3c;*/
/*}*/
@media (min-width: 992.98px) {
  .item-events-buy-tikets__btn-notify:hover::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 992.98px) {
  .item-events-buy-tikets__btn-notify {
    display: none;
  }
}
.item-events-buy-tikets__bottom-more {
  display: none;
}
.item-events-buy-tikets__bottom-more .hide {
  display: none;
}
.item-events-buy-tikets__bottom-more.active .more {
  display: none;
}
.item-events-buy-tikets__bottom-more.active .hide {
  display: block;
}
.item-events-buy-tikets__bottom-more.active::before {
  transform: rotate(180deg);
}
@media (max-width: 768.98px) {
  .item-events-buy-tikets__bottom-more {
    display: flex;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    color: #181cdb;
    align-items: center;
    position: relative;
  }
  .item-events-buy-tikets__bottom-more span {
    margin: 0 3px 0 0;
  }
  .item-events-buy-tikets__bottom-more::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 9px;
    background: url("../media/img/icons/arrow-select.svg") center no-repeat;
    background-size: contain;
    right: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.info-item-events-buy-tikets {
  display: flex;
}
@media (max-width: 768.98px) {
  .info-item-events-buy-tikets {
    flex-direction: column;
    display: none;
  }
}
.info-item-events-buy-tikets__column {
  position: relative;
  display: flex;
  align-items: center;
}
.info-item-events-buy-tikets__column:not(:last-child) {
  padding-right: 14px;
}
.info-item-events-buy-tikets__column:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #181cdb;
  right: 0;
}
@media (max-width: 768.98px) {
  .info-item-events-buy-tikets__column:not(:last-child) {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .info-item-events-buy-tikets__column:not(:last-child)::before {
    display: none;
  }
}
.info-item-events-buy-tikets__column:not(:first-child) {
  padding-left: 14px;
}
@media (max-width: 768.98px) {
  .info-item-events-buy-tikets__column:not(:first-child) {
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .info-item-events-buy-tikets__column:first-child {
    padding: 16px 0 0 0;
  }
}
.info-item-events-buy-tikets__label {
  display: flex;
  align-items: center;
}
.info-item-events-buy-tikets__label-icon {
  flex: 0 0 20px;
  margin: 0 10px 0 0;
}
.info-item-events-buy-tikets__label-icon img {
  max-width: 100%;
}
@media (max-width: 768.98px) {
  .info-item-events-buy-tikets__label-icon {
    flex: 0 0 18.5px;
  }
}
@media (max-width: 480.98px) {
  .info-item-events-buy-tikets__label-icon {
    flex: 0 0 17px;
    margin: 0 9.5px 0 0;
  }
}
.info-item-events-buy-tikets__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .info-item-events-buy-tikets__text {
    font-size: 14px;
    line-height: 129%;
  }
}
.info-item-events-buy-tikets__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #031A32;
}
.info-item-events-buy-tikets__value span {
  font-weight: 700;
}
@media (max-width: 480.98px) {
  .info-item-events-buy-tikets__value {
    font-size: 14px;
    line-height: 129%;
  }
}

.popup {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup__body {
  width: 100%;
  max-width: 393px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 20px 16px 24px 16px;
}
.popup__top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup__title {
  padding: 0 60px;
  white-space: nowrap;
}
.popup__close {
  position: absolute;
  right: 0;
}
.popup__form {
  padding: 19px 0 0 0;
}
.form-popup__btns {
  padding: 19px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup__btn {
  margin: 0 12px;
  border-radius: 4px;
  padding: 5px 20px;
  width: 104px;
  height: 40px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-popup__btn_cancel {
  border: 1px solid #388e3c;
  color: #388e3c;
}
@media (min-width: 992.98px) {
  .form-popup__btn_cancel:hover {
    background: #fff;
  }
}
.form-popup__btn_submit {
  background: #388e3c;
  color: #fff;
}
@media (min-width: 992.98px) {
  .form-popup__btn_submit:hover {
    background: #49b94f;
  }
}

@media (max-width: 1275px) {
  .checkout {
    position: relative;
  }
}
@media (max-width: 480.98px) {
  .checkout {
    padding: 93px 0 0 0;
  }
}
@media (max-width: 357.98px) {
  .checkout {
    padding: 97px 0 0 0;
  }
}
.checkout__row {
  display: flex;
  margin: 0 -16px;
}
@media (max-width: 1275px) {
  .checkout__row {
    flex-direction: column;
  }
}
.checkout__column {
  flex: 0 0 570px;
  padding: 0 16px;
  margin: 0 0 24px 0;
  overflow: hidden;
}
@media (max-width: 1275px) {
  .checkout__column {
    flex: 0 1 auto;
  }
}
.checkout__column_steps {
  flex: 1 1 100%;
}
@media (max-width: 480.98px) {
  .checkout__column_steps {
    margin: 0 0 12px 0;
    padding: 0 16px 12px 16px;
    position: relative;
  }
  .checkout__column_steps::before {
    position: absolute;
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background-color: #a4cbf2;
    left: 16px;
    bottom: 0;
  }
}
.checkout__block {
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  background: #fff;
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block {
    padding: 12px 12px 0 12px;
    margin: 0 0 12px 0;
  }
}
.checkout__block_step-1 .form-checkout__top:not(:last-child) {
  margin: 0 0 32px 0;
}
.checkout__block_step-1 .form-checkout__number:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-1 .form-checkout__number:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 1316px) {
  .checkout__block_step-1 .form-checkout__top:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 992.98px) {
  .checkout__block_step-1 .form-checkout__top:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 768.98px) {
  .checkout__block_step-1 .form-checkout__top:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .checkout__block_step-1 .top-form-checkout__title:not(:last-child) {
    margin: 0 0 4px 0;
  }
  .checkout__block_step-1 .form-checkout__top:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 1275px) {
  .checkout__block_step-2 .top-form-checkout {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768.98px) {
  .checkout__block_step-2 .top-form-checkout {
    flex-direction: column;
  }
}
.checkout__block_step-2 .top-form-checkout__title:not(:last-child) {
  margin: 0 0 7px 0;
}
.checkout__block_step-2 .form-checkout__top {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e3e9ef;
}
.checkout__block_step-2 .form-checkout__top:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-2 .form-checkout__top {
    border: 0;
    padding: 0;
  }
}
.checkout__block_step-2 .form-checkout__body {
  padding: 0 8px 0 16px;
}
@media (max-width: 480.98px) {
  .checkout__block_step-2 .form-checkout__body {
    padding: 0;
  }
}
.checkout__block_step-3 .form-checkout__top {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e3e9ef;
}
.checkout__block_step-3 .form-checkout__top:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-3 .form-checkout__top {
    padding: 0;
    border: 0;
  }
  .checkout__block_step-3 .form-checkout__top:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.checkout__block_step-3 .form-checkout__body {
  padding: 0 8px 16px 16px;
}
@media (max-width: 480.98px) {
  .checkout__block_step-3 .form-checkout__body {
    padding: 0 0 12px 0;
  }
}
.checkout__block_step-4 .form-checkout__top:not(:last-child) {
  margin: 0 0 18px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-4 .form-checkout__top:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.checkout__block_step-4 .form-checkout__body {
  padding: 0 8px 0 16px;
}
@media (max-width: 480.98px) {
  .checkout__block_step-4 .form-checkout__body {
    padding: 0;
  }
}
.checkout__block_step-4 .form-checkout__message:not(:last-child) {
  margin: 0 0 18px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-4 .form-checkout__message:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.checkout__block_step-5 {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 {
    margin: 0 0 20px 0;
  }
}
.checkout__block_step-5 .form-checkout__content {
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  background: #fff;
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .form-checkout__content {
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0 0 20px 0;
  }
}
.checkout__block_step-5 .top-form-checkout__title:not(:last-child) {
  margin: 0 0 18px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .top-form-checkout__title:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.checkout__block_step-5 .form-checkout__top {
  padding: 0 0 23px 0;
  border-bottom: 1px solid #e3e9ef;
}
.checkout__block_step-5 .form-checkout__top:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .form-checkout__top {
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    border: 0;
  }
  .checkout__block_step-5 .form-checkout__top:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.checkout__block_step-5 .form-checkout__body {
  padding: 0 8px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .form-checkout__body {
    padding: 0;
  }
}
.checkout__block_step-5 .form-checkout__checkbox {
  max-width: 356px;
  margin: 0 30px 0 0;
}
.checkout__block_step-5 .form-checkout__checkbox-label {
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 129%;
  color: #181cdb;
  padding: 0 0 0 36px;
}
.checkout__block_step-5 .form-checkout__checkbox-label::before {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}
.checkout__block_step-5 .form-checkout__checkbox-label::after {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}
.checkout__block_step-5 .form-checkout__row:not(:last-child) {
  margin: 0 0 44px 0;
}
@media (max-width: 768.98px) {
  .checkout__block_step-5 .form-checkout__row:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.checkout__block_step-5 .form-checkout__textarea:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .form-checkout__textarea:not(:last-child) {
    margin: 0 0 16px 0;
  }
  .checkout__block_step-5 .form-checkout__textarea .main-form__textarea {
    height: 94px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    padding: 13px 12px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
  }
}
.checkout__block_step-5 .form-checkout__message:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .checkout__block_step-5 .form-checkout__message {
    font-weight: 700;
    align-items: center;
  }
  .checkout__block_step-5 .form-checkout__message:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .checkout__block_step-5 .form-checkout__message::before {
    transform: translate(0, 0);
  }
}
.checkout__timer:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1275px) {
  .checkout__timer:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .checkout__timer {
    margin: 0;
  }
}
.checkout__slider.slider-checkout-3 {
  padding: 15px 0;
  margin: 0;
  display: none;
}
@media (max-width: 480.98px) {
  .checkout__slider.slider-checkout-3 {
    display: block;
  }
}
.checkout__slider.slider-checkout-3 .swiper-slide {
  flex: 1 1 100%;
  display: flex;
  width: auto;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout {
  display: flex;
  width: 100%;
  align-items: center;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__icons {
  margin: 0 10px 0 0;
  flex: 0 0 108px;
  width: 108px;
  position: relative;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__icons.s4{
  flex: 0 0 88px;
  width: 88px;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__icons.s3{
  flex: 0 0 68px;
  width: 68px;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__icons.s2{
  flex: 0 0 48px;
  width: 48px;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__icons.s1{
  flex: 0 0 28px;
  width: 28px;
}
.checkout__slider.slider-checkout-3 .item-slider-checkout__title {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
  overflow: visible;
  width: 100%;
  position: relative;
}

.form-checkout__items-column {
  flex: 1 1 100%;
}
.form-checkout__items-column_small {
  flex: 0 1 33.333%;
}
@media (max-width: 700px) {
  .form-checkout__items-column_small {
    flex: 1 1 100%;
  }
}
.form-checkout__items-column_medium {
  flex: 0 1 50%;
}
@media (max-width: 700px) {
  .form-checkout__items-column_medium {
    flex: 1 1 100%;
  }
}
.form-checkout__items-column_big {
  flex: 0 1 75%;
}
@media (max-width: 700px) {
  .form-checkout__items-column_big {
    flex: 1 1 100%;
  }
}
.form-checkout__submit:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .form-checkout__submit {
    font-weight: 800;
    font-size: 14px;
    line-height: 145%;
    max-height: 65px;
    padding:5px;
  }
  .form-checkout__submit:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .form-checkout__submit .main-form__submit-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.form-checkout__continue {
  width: 100%;
  border-radius: 4px;
  padding: 5px 20px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #388e3c;
  height: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .form-checkout__continue:hover {
    background: #3f9f44;
  }
}
@media (max-width: 992.98px) {
  .form-checkout__continue {
    font-size: 18px;
    height: 54px;
  }
}
@media (max-width: 768.98px) {
  .form-checkout__continue {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 480.98px) {
  .form-checkout__continue {
    height: 42px;
    font-size: 14px;
  }
}
.form-checkout__continue-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 20px;
  margin: 0 0 0 10px;
}
.form-checkout__continue-icon img {
  max-width: 100%;
}
.form-checkout__text {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #031A32;
}
.form-checkout__text .green {
  font-size: 28px;
  line-height: 157%;
  color: #1faf38;
}
.form-checkout__text .green .bold {
  font-weight: 900;
}
@media (max-width: 768.98px) {
  .form-checkout__text .green {
    font-size: 22px;
  }
}
@media (max-width: 480.98px) {
  .form-checkout__text .green {
    font-size: 12px;
    line-height: 150%;
  }
  .form-checkout__text .green .bold {
    font-weight: 700;
  }
}
.form-checkout__text:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .form-checkout__text {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
  }
  .form-checkout__text:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.form-checkout__options:not(:last-child) {
  margin: 0 0 24px 0;
}
.form-checkout__message {
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #f1faf1;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
  padding: 12px 17px 12px 64px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.form-checkout__message::before {
  position: absolute;
  content: "";
  left: 18px;
  width: 28px;
  height: 22px;
  background: url("../media/img/icons/letter.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 480.98px) {
  .form-checkout__message {
    background: #dcf8dc;
    border: 1px solid #55c855;
    font-size: 12px;
    line-height: 150%;
    padding: 8px 9px 8px 41px;
    align-items: flex-start;
  }
  .form-checkout__message::before {
    left: 10px;
    width: 21px;
    height: 17px;
    transform: translate(0, 4px);
  }
}
.form-checkout__checkbox-input {
  display: none;
}
.form-checkout__checkbox-input:checked + .form-checkout__checkbox-label::after {
  display: block;
}
.form-checkout__checkbox-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  color: #031A32;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 48px;
}
.form-checkout__checkbox-label::before {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #b0bec5;
}
@media (max-width: 480.98px) {
  .form-checkout__checkbox-label::before {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
}
.form-checkout__checkbox-label::after {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: url("../media/img/icons/check.svg") center no-repeat;
  background-size: 75%;
  background-color: #00e1e7;
  display: none;
}
@media (max-width: 480.98px) {
  .form-checkout__checkbox-label::after {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480.98px) {
  .form-checkout__checkbox-label {
    font-size: 12px;
    line-height: 150%;
    padding: 0 0 0 36px;
  }
}
.form-checkout__terms-conditions:not(:last-child) {
  margin: 0 0 15px 0;
}
@media (max-width: 480.98px) {
  .form-checkout__terms-conditions:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.form-checkout__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  .form-checkout__row {
    flex-direction: column;
  }
  .form-checkout__row .form-checkout__checkbox {
    order: 2;
    margin: 0;
    padding: 0 16px;
  }
  .form-checkout__row .form-checkout__payment-systems {
    order: 1;
    margin: 0 0 11px 0;
  }
}
.form-checkout__payment-systems {
  display: flex;
  align-items: center;
}
.form-checkout__payment-systems-item:not(:last-child) {
  margin: 0 3px 0 0;
}
.form-checkout__btn-apply-coupon {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #181cdb;
  padding: 5px 37.5px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid #181cdb;
  border-radius: 4px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .form-checkout__btn-apply-coupon:hover {
    background-color: #181cdb;
    color: #fff;
  }
}
@media (max-width: 480.98px) {
  .form-checkout__btn-apply-coupon {
    height: 26px;
    padding: 2px 12px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(24, 28, 219, 0.8);
  }
}

.top-form-checkout {
  display: flex;
  flex-direction: column;
}
.top-form-checkout__title {
  color: #031A32;
}
.top-form-checkout__title span {
  color: #181cdb;
}
@media (max-width: 1316px) {
  .top-form-checkout__title {
    font-size: 26px;
  }
}
@media (max-width: 992.98px) {
  .top-form-checkout__title {
    font-size: 23px;
  }
}
@media (max-width: 768.98px) {
  .top-form-checkout__title {
    font-size: 20px;
  }
}
@media (max-width: 480.98px) {
  .top-form-checkout__title {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .top-form-checkout__title_desctop {
    display: none;
  }
}
.top-form-checkout__title_mobile {
  display: none;
}
@media (max-width: 480.98px) {
  .top-form-checkout__title_mobile {
    display: block;
  }
}
.top-form-checkout__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #78909c;
}
.top-form-checkout__subtitle span {
  color: #d22f27;
}
@media (max-width: 1316px) {
  .top-form-checkout__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 992.98px) {
  .top-form-checkout__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .top-form-checkout__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480.98px) {
  .top-form-checkout__subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
}
.top-form-checkout__subtitle_mobile {
  display: none;
}
@media (max-width: 480.98px) {
  .top-form-checkout__subtitle_mobile {
    display: block;
  }
}
.top-form-checkout__options {
  margin: 16px 0 0 0;
}
.number-form-checkout {
  display: flex;
  align-items: center;
}
.number-form-checkout__item {
  border-radius: 4px;
  overflow: hidden;
  height: 52px;
  border: 1px solid #388E3C;
  display: flex;
  align-items: center;
  padding: 5px 12.5px;
}
.number-form-checkout__item.disabled *{
  cursor: not-allowed;
}
.number-form-checkout__item.disabled .number-form-checkout__btn{
  background-color: #F0F0F0;
}

@media (max-width: 480.98px) {
  .number-form-checkout__item {
    height: 40px;
    padding: 5px 7px;
  }
}
.number-form-checkout__btn {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #ecf7ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .number-form-checkout__btn {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.number-form-checkout__btn_minus img {
  width: 25px;
  height: 5px;
}
@media (max-width: 480.98px) {
  .number-form-checkout__btn_minus img {
    width: 10px;
    height: 2px;
  }
}
.number-form-checkout__btn_plus img {
  width: 22px;
  height: 22px;
}
@media (max-width: 480.98px) {
  .number-form-checkout__btn_plus img {
    width: 10px;
    height: 10px;
  }
}
.number-form-checkout__label {
  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
  color: #031A32;
  margin: 0 24px 0 0;
}
@media (max-width: 992.98px) {
  .number-form-checkout__label {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .number-form-checkout__label {
    font-size: 18px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480.98px) {
  .number-form-checkout__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    margin: 0 16.5px 0 0;
  }
}
@media (max-width: 480.98px) {
  .number-form-checkout__label_desctop {
    display: none;
  }
}
.number-form-checkout__label_mobile {
  display: none;
}
@media (max-width: 480.98px) {
  .number-form-checkout__label_mobile {
    display: block;
  }
}
input.number-form-checkout__input {
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  color: #388e3c;
  width: 56px;
  -moz-appearance: textfield;
  background-color: transparent;
  border: 0px;
}
input.number-form-checkout__input.disabled {
  background-color: red;
}
.number-form-checkout__input::-webkit-outer-spin-button, .number-form-checkout__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 480.98px) {
  .number-form-checkout__input {
    font-size: 17px;
    line-height: 124%;
    width: 35px;
  }
}

.options-top-form-checkout {
  border: 2px solid #2f80ed;
  display: flex;
  max-height: 52px;
}
.options-top-form-checkout__item {
  flex: 0 1 50%;
  height: 100%;
}
.options-top-form-checkout__input {
  height: 100%;
  display: none;
}
input.options-top-form-checkout__input:checked + label.options-top-form-checkout__label {
  font-weight: 700;
  color: #fff;
  background: #181cdb;
}
label.options-top-form-checkout__label {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  color: #031A32;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 480.98px) {
  label.options-top-form-checkout__label {
    height: 37px;
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
  }
}
@media (max-width: 350px) {
  label.options-top-form-checkout__label {
    font-size: 16px;
  }
}

.options-form-checkout__item:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 768.98px) {
  .options-form-checkout__item {
    display: flex;
    justify-content: center;
  }
}
.options-form-checkout__input {
  display: none;
}
.options-form-checkout__input:checked + .options-form-checkout__label::after {
  display: block;
}
label.options-form-checkout__label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 127%;
  color: #031A32;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 36px;
}
.options-form-checkout__label::before {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #b0bec5;
}
.options-form-checkout__label::after {
  position: absolute;
  content: "";
  left: 0;
  flex: 0 0 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00e1e7;
  border: 3px solid #b0bec5;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 768.98px) {
  label.options-form-checkout__label {
    font-size: 16px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .options-form-checkout__label::after {
    top: 0px;
  }
}
.options-form-checkout__label-text {
  /*margin: 0 60px 0 0;*/
}
@media (max-width: 768.98px) {
  .options-form-checkout__label-text {
    margin: 0 0 16px 0;
  }
}
.options-form-checkout__label-shipping {
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #181cdb;
  /*padding: 12px 24px;*/
  margin-left: 10px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  background: #d7e5fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768.98px) {
  .options-form-checkout__label-shipping {
    height: 34px;
    padding: 5px 9.35px;
    font-size: 12px;
    line-height: 150%;
    font-weight: 700;
    color: #031A32;
    transform: translate(-15px, 0);
  }
}

.info-top-form-checkout {
  flex: 1 1 100%;
  padding: 0 8px 0 16px;
}
@media (max-width: 480.98px) {
  .info-top-form-checkout {
    padding: 0;
  }
}
.info-top-form-checkout__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #031A32;
}
.info-top-form-checkout__title:not(:last-child) {
  margin: 0 0 8px 0;
}
@media (max-width: 480.98px) {
  .info-top-form-checkout__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }
  .info-top-form-checkout__title:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
/*.info-top-form-checkout__items {*/
/*  padding: 0 0 0 16px;*/
/*}*/
/*@media (max-width: 480.98px) {*/
/*  .info-top-form-checkout__items {*/
/*    padding: 0 0 0 8px;*/
/*  }*/
/*}*/
.info-top-form-checkout__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  color: #000;
  padding: 0 0 0 32px;
  position: relative;
}
.info-top-form-checkout__item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
}
.info-top-form-checkout__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 44px;
  font-weight: 700;
  color: #fff;
  padding: 0 12px;
  white-space: nowrap;
}
@media (max-width: 480.98px) {
  .info-top-form-checkout__item span {
    height: 25px;
    padding: 0 8.5px;
  }
  .info-top-form-checkout__step_great_choice span {
    height: 20px;
    padding: 0 8.5px;
  }
}
.info-top-form-checkout__item:not(:last-child) {
  margin: 0 0 11px 0;
}
@media (max-width: 480.98px) {
  .info-top-form-checkout__item {
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
  }
  .info-top-form-checkout__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .info-top-form-checkout__step_great_choice{
    line-height: 200%;
  }
}
.info-top-form-checkout__item_fail::before {
  background: url("../media/img/icons/fail.svg") center no-repeat;
  background-size: contain;
}
.info-top-form-checkout__item_fail span {
  background: #d22f27;
}
.info-top-form-checkout__item_success::before, .info-top-form-checkout__step_great_choice::before {
  background: url("../media/img/icons/success.svg") center no-repeat;
  background-size: contain;
}
.info-top-form-checkout__step_great_choice::before {
  width: 25px;
  height: 25px;
}
.info-top-form-checkout__item_success span {
  background: #388e3c;
}
.info-top-form-checkout__item span.bg_red {
  background: #d22f27;
}
.info-top-form-checkout__item span.bg_green {
  background: #388e3c;
}
.info-top-form-checkout__step_great_choice span span{
  padding:0px;
}

.terms-conditions__top {
  border-radius: 4px 4px 0 0;
  height: 42px;
  display: flex;
  align-items: center;
  background: #181cdb;
  padding: 5px 16px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 480.98px) {
  .terms-conditions__top {
    font-size: 17px;
  }
}
.terms-conditions__body {
  border: 1px solid #e3e9ef;
  border-radius: 0 0 8px 8px;
  max-height: 164px;
  padding: 7px 20px 16px 20px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 480.98px) {
  .terms-conditions__body {
    padding: 7px 6px 13px 17px;
    max-height: 141px;
  }
}
.terms-conditions__inner {
  max-height: 141px;
  overflow-y: auto;
}
.terms-conditions__inner::-webkit-scrollbar {
  width: 12px;
}
@media (max-width: 480.98px) {
  .terms-conditions__inner::-webkit-scrollbar {
    width: 7px;
  }
}
.terms-conditions__inner::-webkit-scrollbar-track {
  background: transparent;
}
.terms-conditions__inner::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}
@media (max-width: 480.98px) {
  .terms-conditions__inner {
    max-height: 121px;
  }
}
.terms-conditions__list {
  width: 100%;
  padding: 0 30px 0 0;
  list-style-type: none;
  counter-reset: my-counter;
}
@media (max-width: 480.98px) {
  .terms-conditions__list {
    padding: 0 6.5px 0 0;
  }
}
.terms-conditions__list-item {
  counter-increment: my-counter;
}
.terms-conditions__list-item:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .terms-conditions__list-item:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.terms-conditions__list-item::before {
  content: counter(my-counter) ". ";
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  color: #031A32;
}
.terms-conditions__list-title {
  display: inline-flex;
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  color: #031A32;
}
.terms-conditions__list-title:not(:last-child) {
  margin: 0 0 8px 0;
}
.terms-conditions__list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .terms-conditions__list-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
}

.bottom-checkout {
  display: flex;
  flex-direction: column;
}
.slider-checkout {
  display: flex;
  padding: 16px 32px 0 32px;
  background-color: #F6FAFF;
  position: relative;
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .slider-checkout {
    padding: 16px 32px 16px 32px;
    margin: 0 0 20px 0;
  }
}
.slider-checkout__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.slider-checkout__btn {
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #A0A0A0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-checkout__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.slider-checkout__btn svg {
  fill: #A0A0A0;
  width: 7px;
  height: 9.8px;
}
.slider-checkout__btn_prev {
  transform: translate(4px, 0);
}
.slider-checkout__btn_next {
  transform: translate(-4px, 0);
}
.slider-checkout__btn_next svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-checkout-1__swiper.swiper {
  width: auto;
}

.item-slider-checkout__icons {
  display: flex;
  align-items: center;
}
.item-slider-checkout__icons:not(:last-child) {
  margin: 0 0 12px 0;
}
.item-slider-checkout__icon {
  flex: 0 0 20px;
}
.item-slider-checkout__icon:not(:last-child) {
  margin: 0 2px 0 0;
}
.item-slider-checkout__icon img {
  max-width: 100%;
}
.item-slider-checkout__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.item-slider-checkout__title:not(:last-child) {
  margin: 0 0 10px 0;
}
.item-slider-checkout__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-slider-checkout__text:not(:last-child) {
  margin: 0 0 10px 0;
}
.item-slider-checkout__bottom {
  display: flex;
  align-items: centers;
}
.item-slider-checkout__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #717171;
  margin: 0 5px 0 0;
}
.item-slider-checkout__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #717171;
}

.info-bottom-checkout__item:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .info-bottom-checkout__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

.item-info-bottom-checkout {
  display: flex;
  align-items: flex-start;
  padding: 20px 56px 28px 28px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 480.98px) {
  .item-info-bottom-checkout {
    padding: 15px 10px 15px 8px;
  }
}
.item-info-bottom-checkout_blue {
  background: #cee4f9;
  border: 1px solid #2782db;
}
.item-info-bottom-checkout_violet {
  background: #e7e4fe;
  border: 1px solid #442fe5;
}
.item-info-bottom-checkout__icon {
  flex: 0 0 32px;
  width: 32px;
  margin: 0 16px 0 0;
}
.item-info-bottom-checkout__icon img {
  max-width: 100%;
}
@media (max-width: 480.98px) {
  .item-info-bottom-checkout__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
  }
}
.item-info-bottom-checkout__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #000;
}
.item-info-bottom-checkout__title:not(:last-child) {
  margin: 0 0 6px 0;
}
@media (max-width: 480.98px) {
  .item-info-bottom-checkout__title {
    font-size: 17px;
    line-height: 135%;
  }
}
.item-info-bottom-checkout__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
}
@media (max-width: 480.98px) {
  .item-info-bottom-checkout__text {
    font-size: 12px;
    line-height: 150%;
  }
}

.timer {
  /*display: flex;*/
  flex-direction: column;
}
@media (max-width: 1275px) {
  .timer {
    background-color: #fff;
    /*padding: 18px 10px;*/
  }
}
@media (max-width: 480.98px) {
  .timer {
    border-bottom: 2px solid #F2F8FF;
    position: fixed;
    left: 0;
    width: 100%;
    top: 143px;
    z-index: 10;
  }
}
@media (max-width: 357.98px) {
  .timer {top: 157px;}
}
.timer__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1275px) {
  .timer__row {
    justify-content: center;
  }
}
.timer__main {
  margin: 0 18px 0 0;
}
@media (max-width: 600px) {
  .timer__main {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 400px) {
  .timer__main {
    margin: 0 10.5px 0 0;
  }
}
.timer__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
}
.timer__title:not(:last-child) {
  margin: 0 0 3px 0;
}
@media (max-width: 600px) {
  .timer__title {
    font-size: 14px;
    margin-top:4px !important;
  }
}
@media (max-width: 400px) {
  .timer__title {
    font-size: 10px;
  }
}
.timer__title-icon {
  margin: 0 0 0 12px;
}
@media (max-width: 600px) {
  .timer__title-icon {
    margin: 0 0 1px 5px;
    width: 14px;
    height: 14px;
  }
  .timer__title-icon svg {
    fill: #181cdb;
  }
}
@media (max-width: 400px) {
  .timer__title-icon {
    width: 10px;
    height: 10px;
  }
}
.timer__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 600px) {
  .timer__text {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .timer__text {
    font-size: 9px;
  }
}

.main-timer__body {
  display: flex;
  align-items: center;
}
.main-timer__body .digit {
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  color: #d22f27;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 2px 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ececec 0%, rgba(252, 252, 252, 0) 100%);
}
.main-timer__body .digit:not(:last-child) {
  margin: 0 12px 0 0;
}
@media (max-width: 600px) {
  .main-timer__body .digit {
    font-size: 22px;
    width: 26px;
    height: 26px;
  }
  .main-timer__body .digit:not(:last-child) {
    margin: 0 4.5px 0 0;
  }
}
@media (max-width: 400px) {
  .main-timer__body .digit {
    font-size: 18px;
    width: 22px;
    height: 22px;
  }
}
.main-timer__body .colon {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: rgba(0, 0, 0, 0.4);
}
.main-timer__body .colon:not(:last-child) {
  margin: 0 12px 0 0;
}
@media (max-width: 600px) {
  .main-timer__body .colon:not(:last-child) {
    margin: 0 4.5px 0 0;
  }
}

.details-checkout__item:not(:last-child) {
  margin: 0 0 24px 0;
}
.details-checkout__slider:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .details-checkout__slider {
    display: none;
  }
  .details-checkout__slider:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.details-checkout__message {
  background: #dcf8dc;
  border: 1px solid #55c855;
}
.details-checkout__message:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .details-checkout__message:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.item-details-checkout {
  border-radius: 8px;
  border: 1px solid #e3e9ef;
  width: 100%;
}
.item-details-checkout__top {
  border-radius: 8px 8px 0 0;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F4FAF4;
  border-bottom: 1px solid #e3e9ef;
}
@media (max-width: 480.98px) {
  .item-details-checkout__top {
    padding: 10px 12px;
  }
}
.item-details-checkout__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 158%;
  text-transform: uppercase;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .item-details-checkout__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
  }
}
.item-details-checkout__body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.item-details-checkout__bottom {
  padding: 12px 60px 12px 17px;
  border-top: 1px solid #e3e9ef;
  background: #f4faf4;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 480.98px) {
  .item-details-checkout__bottom {
    padding: 10px 30px 10px 20px;
  }
}
.item-details-checkout__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .item-details-checkout__total {
    font-size: 17px;
    line-height: 135%;
  }
}
.item-details-checkout__total-label {
  margin: 0 20px 0 0;
}
.order-detail .item-details-checkout__body {
  padding: 18px 60px 14px 16px;
  border-radius: 0;
}
@media (max-width: 480.98px) {
  .order-detail .item-details-checkout__body {
    padding: 8px 30px 10px 12px;
  }
}
.order-detail__event {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #031A32;
}
.order-detail__event:not(:last-child) {
  margin: 0 0 6px 0;
}
@media (max-width: 480.98px) {
  .order-detail__event {
    font-size: 17px;
    line-height: 135%;
  }
  .order-detail__event:not(:last-child) {
    margin: 0 0 2px 0;
  }
}
.order-detail__tribune {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
}
.order-detail__tribune:not(:last-child) {
  margin: 0 0 6px 0;
}
@media (max-width: 480.98px) {
  .order-detail__tribune {
    font-size: 12px;
    line-height: 150%;
  }
  .order-detail__tribune:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.order-detail__date-info:not(:last-child) {
  margin: 0 0 17px 0;
}
@media (max-width: 480.98px) {
  .order-detail__date-info:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.order-detail__number {
  justify-content: space-between;
}
.order-detail__number:not(:last-child) {
  margin: 0 0 13px 0;
}
.order-detail__number .number-form-checkout__label_desctop {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.order-detail__number .number-form-checkout__label_mobile {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .order-detail__number {
    justify-content: flex-start;
  }
  .order-detail__number:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.date-info-order-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -3px;
}
.date-info-order-detail__column {
  padding: 0 3px;
  margin: 0 0 5px 0;
}
.date-info-order-detail__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 4px;
  padding: 2px 8px;
  background: #d7e5fd;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  color: #181cdb;
}
@media (max-width: 480.98px) {
  .date-info-order-detail__item {
    font-weight: 700;
    font-size: 12px;
    height: 30px;
  }
}
.date-info-order-detail__item-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
}
.date-info-order-detail__item-icon svg {
  width: 100%;
  height: 100%;
  fill: #181cdb;
}
@media (max-width: 480.98px) {
  .date-info-order-detail__item-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
  }
}

.list-order-detail {
  padding: 0 0 0 17px;
}
@media (max-width: 480.98px) {
  .list-order-detail {
    padding: 0 0 0 6px;
  }
}
.list-order-detail__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-order-detail__item:not(:last-child) {
  margin: 0 0 7px 0;
}
@media (max-width: 480.98px) {
  .list-order-detail__item:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.list-order-detail__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
  margin: 0 20px 0 0;
}
@media (max-width: 480.98px) {
  .list-order-detail__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }
}
.list-order-detail__value {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
  display: flex;
  align-items: center;
}
.list-order-detail__value span {
  margin: 0 3px;
}
@media (max-width: 480.98px) {
  .list-order-detail__value {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }
}
@media (max-width: 480.98px) {
  .demand-event:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.demand-event .item-details-checkout__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px 34px 12px;
}
@media (max-width: 480.98px) {
  .demand-event .item-details-checkout__body {
    padding: 12px;
  }
}
.demand-event__items {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.demand-event__items:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 480.98px) {
  .demand-event__items:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.demand-event__item {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demand-event__item.active .demand-event__label {
  opacity: 1;
}
.demand-event__item.active .demand-event__line {
  opacity: 1;
}
.demand-event__item_low .demand-event__line {
  background-color: #60D669;
}
.demand-event__item_medium .demand-event__line {
  background-color: #E15241;
}
.demand-event__item_high .demand-event__line {
  background-color: #D22F27;
}
.demand-event__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #555;
  opacity: 0;
}
.demand-event__label:not(:last-child) {
  margin: 0 0 12px 0;
}
@media (max-width: 480.98px) {
  .demand-event__label {
    font-size: 12px;
    line-height: 150%;
  }
  .demand-event__label:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
.demand-event__line {
  width: 100%;
  height: 10px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.4;
}
.demand-event__text {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #555;
}
@media (max-width: 480.98px) {
  .demand-event__text {
    font-size: 12px;
    line-height: 150%;
  }
}
.demand-event__text-icon {
  margin: 0 0 0 10px;
}
@media (max-width: 480.98px) {
  .demand-event__text-icon {
    margin: 0 0 0 7.5px;
  }
}

@media (max-width: 480.98px) {
  .special-notes:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.special-notes .item-details-checkout__body {
  padding: 16px 20px 20px 20px;
}
@media (max-width: 992.98px) {
  .special-notes .item-details-checkout__body {
    padding: 10px 12px 12px 12px;
  }
}
.special-notes__text {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  color: #d22f27;
}
.special-notes__text span {
  font-weight: 700;
}
@media (max-width: 480.98px) {
  .special-notes__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 200%;
  }
}
.special-notes__text-icon {
  margin: 3px 0 0 10px;
}
@media (max-width: 480.98px) {
  .special-notes__text-icon {
    margin: 2.25px 0 0 7.5px;
  }
}

.info-details-checkout__element {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: #f5f2fa;
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .info-details-checkout__element:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.info-details-checkout__element.active .top-info-details-checkout {
  background: #e7e4fe;
}
@media (max-width: 480.98px) {
  .info-details-checkout__element.active .top-info-details-checkout {
    background: transparent;
    border-bottom: 1px solid rgba(205, 187, 236, 0.45);
  }
}
.info-details-checkout__element.active .top-info-details-checkout__icon img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.info-details-checkout__element_book .info-details-checkout__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.info-details-checkout__top {
  padding: 10px 16px;
  height: 60px;
}
@media (max-width: 480.98px) {
  .info-details-checkout__top {
    height: 48px;
    padding: 5px 14px 5px 23px;
  }
}
.info-details-checkout__body {
  display: none;
}
.info-details-checkout__content {
  padding: 16px;
}
@media (max-width: 480.98px) {
  .info-details-checkout__content {
    padding: 10px 12px 14px 24px;
  }
}
.info-details-checkout__row {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 600px) {
  .info-details-checkout__row {
    flex-direction: column;
  }
}
.info-details-checkout__column {
  padding: 0 8px;
}
.info-details-checkout__column:first-child {
  flex: 0 0 45%;
}
.info-details-checkout__column:first-child .info-details-checkout__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .info-details-checkout__column:first-child .info-details-checkout__item:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 600px) {
  .info-details-checkout__column:first-child {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .info-details-checkout__column:first-child {
    margin: 0 0 13px 0;
  }
}
.info-details-checkout__column:last-child {
  flex: 1 1 100%;
}
.info-details-checkout__column:last-child .info-details-checkout__item:not(:last-child) {
  margin: 0 0 8px 0;
}
.info-details-checkout__tikets {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
}
.info-details-checkout__tikets:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 480.98px) {
  .info-details-checkout__tikets {
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
  }
}
.info-details-checkout__tikets-value {
  margin: 0 0 0 3px;
}
.info-details-checkout__section-label {
  font-weight: 700;
  font-size: 17px;
  line-height: 135%;
  color: #031A32;
}
.info-details-checkout__section-label:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 480.98px) {
  .info-details-checkout__section-label {
    font-size: 12px;
    line-height: 150%;
  }
}
.info-details-checkout__section-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .info-details-checkout__section-value {
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
  }
}

.top-info-details-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.top-info-details-checkout__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #031A32;
}
@media (max-width: 480.98px) {
  .top-info-details-checkout__title {
    font-size: 17px;
    line-height: 135%;
  }
}
.top-info-details-checkout__icon img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768.98px) {
  .top-info-details-checkout__icon {
    width: 16px;
    height: 10px;
  }
  .top-info-details-checkout__icon img {
    max-width: 100%;
  }
}

.item-info-details-checkout {
  display: flex;
  align-items: center;
}
.item-info-details-checkout__icon {
  flex: 0 0 26px;
  margin: 0 8px 0 0;
}
.item-info-details-checkout__icon img {
  max-width: 100%;
}
@media (max-width: 480.98px) {
  .item-info-details-checkout__icon {
    flex: 0 0 20px;
  }
}
.item-info-details-checkout__text {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #000;
}
@media (max-width: 480.98px) {
  .item-info-details-checkout__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
  }
}
.item-info-details-checkout__text-icon {
  margin: 0 0 0 10px;
}
@media (max-width: 480.98px) {
  .item-info-details-checkout__text-icon {
    margin: 0 0 0 7.5px;
  }
}

.scrollbar {
  display: none;
  justify-content: center;
}
@media (max-width: 480.98px) {
  .scrollbar {
    display: flex;
  }
}
.scrollbar:not(:last-child) {
  margin: 0 0 18px 0;
}
.scrollbar_step-1 .scrollbar__line::before {
  transform: translate(-80%, 0);
}
.scrollbar_step-2 .scrollbar__line::before {
  transform: translate(-60%, 0);
}
.scrollbar_step-3 .scrollbar__line::before {
  transform: translate(-40%, 0);
}
.scrollbar_step-4 .scrollbar__line::before {
  transform: translate(-20%, 0);
}
.scrollbar_step-5 .scrollbar__line::before {
  transform: translate(0%, 0);
}
.scrollbar__line {
  width: 75%;
  height: 8px;
  border-radius: 10px;
  background-color: #B0BEC5;
  overflow: hidden;
  position: relative;
}
.scrollbar__line::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  border-radius: 10px;
  background: #181CBD;
}

.item-main-form__select-item {
  position: relative;
}
.item-main-form__select-item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  background: url("../media/img/icons/arrow-input.svg") center no-repeat;
  top: 23px;
  right: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-main-form__select-item.active::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
input.item-main-form__select-input {
  border: 1px solid #d0dae4;
  border-radius: 4px;
  padding: 0px 48px 0 16px;
  width: 100%;
  height: 56px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input.item-main-form__select-input::placeholder {
  color: rgba(3, 26, 50, 0.5);
  font-weight: 500;
}
.item-main-form__select-list {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0dae4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
  max-height: 248px;
  overflow-y: scroll;
}
.item-main-form__select-list.open {
  display: block;
}
.item-main-form__select-list-item {
  padding: 0px 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #031A32;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
}
.item-main-form__select-list-item:not(:last-child) {
  border-bottom: 0.5px solid rgba(24, 28, 219, 0.1019607843);
}
@media (min-width: 992.98px) {
  .item-main-form__select-list-item:hover {
    background-color: rgb(241, 241, 241) !important;
  }
}

.search-result:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 480.98px) {
  .search-result:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.search-result .top-block__title {
  color: #181cdb;
  margin: 0 0 16px 0;
}
.search-result .top-block__title .label {
  font-size: 20px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
}
.search-result .item-slider__title:not(:last-child) {
  margin: 0 0 12px 0;
}

@media (max-width: 480.98px) {
  .mobile-bg {
    /*padding: 10px 0 16px 0;*/
    /*background-color: #fff;*/
  }
}

.slider-fullscreen__swiper .swiper-slide {
  min-height: 490px;
  display: flex;
  flex-direction: column;
}
.slider-fullscreen__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.slider-fullscreen__swiper .swiper-slide:has(.swiper-slide-active){
  opacity: 1 !important;
}
@media (max-width: 992.98px) {
  .slider-fullscreen__swiper .swiper-slide {
    min-height: 446px;
  }
}
@media (max-width: 768.98px) {
  .slider-fullscreen__swiper .swiper-slide {
    min-height: 425px;
  }
}
@media (max-width: 480.98px) {
  .slider-fullscreen__swiper .swiper-slide {
    min-height: 370px;
  }
}
.slider-fullscreen__navigation {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media (max-width: 1316px) {
  .slider-fullscreen__navigation {
    bottom: 64px;
  }
}
@media (max-width: 992.98px) {
  .slider-fullscreen__navigation {
    bottom: 88px;
  }
}
@media (max-width: 768.98px) {
  .slider-fullscreen__navigation {
    bottom: 112px;
  }
}
@media (max-width: 480.98px) {
  .slider-fullscreen__navigation {
    bottom: 138px;
  }
}
.item-slider-fullscreen {
  position: relative;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.item-slider-fullscreen__image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-slider-fullscreen__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-slider-fullscreen__container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.item-slider-fullscreen__body {
  flex: 1 1 100%;
  position: relative;
  padding: 208px 0 90px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1316px) {
  .item-slider-fullscreen__body {
    padding: 193px 0 110px 0;
  }
}
@media (max-width: 992.98px) {
  .item-slider-fullscreen__body {
    padding: 153px 0 130px 0;
  }
}
@media (max-width: 768.98px) {
  .item-slider-fullscreen__body {
    padding: 113px 0 150px 0;
  }
}
@media (max-width: 700px) {
  .item-slider-fullscreen__body {
    max-width: 328px;
  }
}
@media (max-width: 480.98px) {
  .item-slider-fullscreen__body {
    padding: 64px 0 170px 0;
    max-width: 218px;
  }
}
@media (max-width: 370px) {
  .item-slider-fullscreen__body {
    max-width: 200px;
  }
}
.item-slider-fullscreen__name {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.item-slider-fullscreen__name:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1316px) {
  .item-slider-fullscreen__name {
    font-size: 57px;
    line-height: 127.2727272727%;
  }
  .item-slider-fullscreen__name:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992.98px) {
  .item-slider-fullscreen__name {
    font-size: 46px;
  }
  .item-slider-fullscreen__name:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 768.98px) {
  .item-slider-fullscreen__name {
    font-size: 34px;
  }
  .item-slider-fullscreen__name:not(:last-child) {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 480.98px) {
  .item-slider-fullscreen__name {
    font-size: 22px;
    font-weight: 700;
  }
  .item-slider-fullscreen__name:not(:last-child) {
    margin: 0 0 4px 0;
  }
}
.item-slider-fullscreen__text {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 135.7142857143%;
  color: #FFFFFF;
}
.item-slider-fullscreen__text:not(:last-child) {
  margin: 0 0 26px 0;
}
@media (max-width: 1316px) {
  .item-slider-fullscreen__text {
    font-size: 25px;
  }
}
@media (max-width: 992.98px) {
  .item-slider-fullscreen__text {
    font-size: 22px;
  }
}
@media (max-width: 768.98px) {
  .item-slider-fullscreen__text {
    font-size: 19px;
  }
}
@media (max-width: 480.98px) {
  .item-slider-fullscreen__text {
    font-style: normal;
    font-size: 16px;
    line-height: 118.75%;
  }
  .item-slider-fullscreen__text:not(:last-child) {
    margin: 0 0 32px 0;
  }
}
.top-categories:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .top-categories:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .top-categories:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.trending-events:has(div):not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .trending-events:has(div):not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .trending-events:has(div):not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.top-events:has(div):not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .top-events:has(div):not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .top-events:has(div):not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.last-minute-deals:has(div):not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .last-minute-deals:has(div):not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .last-minute-deals:has(div):not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.events-near-you:not(:last-child) {
  margin: 0 0 32px 0;
}

@media (max-width: 768.98px) {
  .events-near-you:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .events-near-you:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.recently-viewed:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .recently-viewed:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .recently-viewed:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.teams-slider:not(:last-child) {
  margin: 0 0 32px 0;
}
@media (max-width: 768.98px) {
  .teams-slider:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .teams-slider:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.cities:not(:last-child) {
  margin: 0 0 55px 0;
}
@media (max-width: 1316px) {
  .cities:not(:last-child) {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 992.98px) {
  .cities:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .cities:not(:last-child) {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 480.98px) {
  .cities:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.cities__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cities__top:not(:last-child) {
  margin: 0 0 26px 0;
}
@media (max-width: 1316px) {
  .cities__top:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 992.98px) {
  .cities__top:not(:last-child) {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 768.98px) {
  .cities__top:not(:last-child) {
    margin: 0 0 19px 0;
  }
}
@media (max-width: 480.98px) {
  .cities__top:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.cities__title {
  text-align: center;
}
.cities__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cities__column {
  padding: 0 10px;
  margin: 0 0 31px 0;
  flex: 0 1 25%;
}
@media (max-width: 992.98px) {
  .cities__column {
    margin: 0 0 26px 0;
    flex: 0 1 33.333%;
  }
}
@media (max-width: 768.98px) {
  .cities__column {
    margin: 0 0 21px 0;
  }
}
@media (max-width: 700px) {
  .cities__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 480.98px) {
  .cities__column {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 374.98px) {
  .cities__column {
    flex: 1 1 100%;
  }
}
.item-cities {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-cities__image {
  width: 100%;
  position: relative;
  padding: 0 0 99.01% 0;
  display: inline-flex;
  overflow: hidden;
}
.item-cities__image:not(:last-child) {
  margin: 0 0 22px;
}
.item-cities__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992.98px) {
  .item-cities__image:hover img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 768.98px) {
  .item-cities__image:not(:last-child) {
    margin: 0 0 19px;
  }
}
@media (max-width: 480.98px) {
  .item-cities__image:not(:last-child) {
    margin: 0 0 16px;
  }
}
.item-cities__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 136%;
  text-align: center;
  color: #1b1b21;
  text-transform: uppercase;
}
@media (max-width: 1316px) {
  .item-cities__title {
    font-size: 26px;
  }
}
@media (max-width: 992.98px) {
  .item-cities__title {
    font-size: 23px;
  }
}
@media (max-width: 768.98px) {
  .item-cities__title {
    font-size: 20px;
  }
}
@media (max-width: 480.98px) {
  .item-cities__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
  }
}

.top-stories .swiper .swiper-slide {
  height: auto;
}
.top-stories .item-slider {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 480.98px) {
  .top-stories .item-slider {
    align-items: flex-start;
  }
}
.top-stories .item-slider__image-block {
  width: 100%;
  flex: 0 0 150px;
  height: 150px;
  border-radius: 0;
}
.top-stories .item-slider__title {
  padding: 0 8px 0 0;
}
.top-stories .item-slider__text {
  padding: 0 8px 0 0;
}
.top-stories .item-slider__content {
  width: 100%;
  flex: 1 1 100%;
}
.reset_filter{
  font-weight: 700;
  font-size: 1.25em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #181cdb;
}

.reviews_header{
  text-align: center;
}
.reviews_header .reviews_header_title{
  font-weight: bold;
  font-size: 17px;
  padding: 0px 0px 24px 0px;
  border-bottom: 1px solid #bdd8f4;
}
.reviews_header .reviews_header_logo{  
  margin: 15px 0 10px 0;
}
.reviews_header .reviews_header_link img{
  height: 25px;
}
.reviews_header .reviews_header_logo_link:hover img{
  opacity: 0.85;
}
.reviews_header .reviews_header_text{
  color:#78909C;
  font-size: 12px;
}
.reviews_header .reviews_header_logo_link:hover .reviews_header_text{
  color: #799cae;
}
