@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans Italic";
  src: url("../fonts/OpenSans-Italic.ttf");
}
html,
body {
  overflow-x: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
  background: inherit;
}
.error-404 {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 6em 2em;
  margin: 1em auto;
  max-width: 700px;
}
.error-404 a,
.error-404 a:hover,
.error-404 a:active {
  color: #47a16d;
}
body {
  font-family: Helvetica, serif;
}
body .btn-primary:not([disabled]):not(.disabled).active:focus,
body .btn-primary:not([disabled]):not(.disabled):active:focus,
body .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
body .btn-primary {
  background: #99b2ca;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 400;
  padding: 10px 20px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  cursor: no-drop;
  background-color: #99b2ca;
  border-color: #99b2ca;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #09391a;
  border-color: #09391a;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 106, 61, 0.5);
}
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 106, 61, 0.5);
}
body .btn-primary:hover {
  background: #3d5975;
}
body .btn-secondary {
  background: #ff6c60;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 400;
  padding: 10px 20px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  cursor: no-drop;
  background-color: #ff3838;
  border-color: #ff3838;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9e2525;
  border-color: #9e2525;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 56, 56, 0.5);
}
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.btn-secondary:not([disabled]):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 56, 56, 0.5);
}
body .btn-secondary:hover {
  background: #ff3838;
}
body .btn:focus,
body .btn:active {
  outline: none;
  box-shadow: none;
}
input:disabled,
input[readonly] {
  cursor: no-drop;
}
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
input[type=tel], 
select {
  outline: none;
  background: #cbcbcb;
  border-radius: 10px;
  padding: 10px 20px;
  color: #3d5975;
}

input:read-only,
input:read-only:focus {
  color: #797979;
}
.modal-body input[type=text],
.modal-body input[type=email],
.modal-body input[type=password],
.modal-body input[type=date] {
  padding: 0.375rem 0.75rem;
}
.form-control:focus {
  background: #cbcbcb;
  color: #3d5975;
  box-shadow: none;
  outline: none;
  border-color: #3d5975;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  color: #789ec4;
}

h1 {
  color: #3d5975;
}
.modal-content {
  border: 1px solid #3d5975;
  border-radius: 1rem;
}
.modal-body .close-button {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
.modal-body .btn-block {
  margin: 0 auto;
  white-space: normal;
}
.modal-body p,
.modal-body pre {
  color: #3d5975;
  text-align: center;
  font-family: inherit;
  font-weight: 300;
}
.modal-body .form-group > label {
  text-align: right;
  color: #3d5975;
}
.modal-body .form-group label {
  text-align: right;
  color: #3d5975;
}
.modal-body form .info-svg,
form#registration .info-svg {
  position: absolute;
  cursor: pointer;
}
.modal-body form .info-svg img,
form#registration .info-svg img {
  height: 1.5rem;
}
#basketElementTemplate {
  display: none;
}
#systemMessage .modal-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#systemMessage .alert-img {
  display: none;
  height: 120px;
}
#systemMessage pre {
  text-align: left;
  display: inline-block;
  font-size: inherit;
  margin: 0;
}
#systemMessage .text {
  text-align: center;
  color: #3d5975;
  display: inline-block;
}
.tooltip-img .tooltip-inner {
  max-width: 320px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #3d5975;
}
.tooltip-img .tooltip-inner img {
  width: 100%;
}
.downloadable-item {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.downloadable-item .title {
  text-transform: uppercase;
  color: #47a16d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}
.download-all-ticket {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  padding: 20px 40px;
  margin: 0 auto;
  cursor: pointer;
}
.download-all-ticket:hover {
  text-decoration: none;
}
.download-all-ticket svg {
  width: 80%;
}
.download-all-ticket p {
  margin: 0;
  text-transform: uppercase;
  color: #99b2ca;
}
.product {
  max-width: 240px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0 20px;
  margin: 0 auto 40px;
}
.product img {
  width: 100%;
}
.product p {
  margin-bottom: 10px;
}
.product .title {
  font-family: Montserrat, serif;
  color: #3d5975;
  padding: 0 20px;
}
.product .price {
  font-family: Montserrat, serif;
  font-weight: 500;
  color: #3d5975;
  font-size: 1.2rem;
}
.arena-image {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background-size: cover;
  padding: 20px 0;
  margin: 0 auto 40px;
}
.arena-image .btn {
  margin-top: 150px;
}
header a {
  cursor: pointer;
}
#header_top {
  background: #1d2c3b;
  text-align: right;
}
#header_top .content {
  margin: 0 auto;
}
#header_top .form-inline {
  display: inline-block;
}
#header_top .social-icon {
  width: 20px;
  margin: 4px 5px 4px 0;
}
#header_top .flag {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#header_top .custom-select-language {
    height: calc(1.4125rem);
    padding-top: .255rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

#header_top .language-select > select {
  border: none;
  padding-left: 5px;
  background-image: url("/core/img/arrow.svg");
  background-size: 12px;
  color: #cbcbcb;
  text-transform: uppercase;
  font-family: Helvetica, serif;
  font-size: 10px;
  width: 100%;
}
#header_top .language-select > select > option {
  color: initial;
}
#header_middle {
  background: #1d2c3b;
  background-size: auto 100%, 100%;
  width: 100%;
}
#header_middle .content {
  margin: 0 auto;
  padding: 20px 0;
}
#header_middle .content .logo {
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
#header_middle .content h1 {
  font-family: Montserrat, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
#header_middle .content h2 {
  font-family: Montserrat, serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
#header_middle .content .buttons {
  display: flex;
  align-content: center;
  align-items: center;
}
.basket-dropdown {
  display: flex;
}
.basket-dropdown .basket-svg {
  cursor: pointer;
  margin-right: 30px;
}
.basket-dropdown .basket-svg.dropdown-toggle::after {
  display: none;
}
.basket-dropdown .basket-svg img {
  height: 40px;
}
.basket-dropdown .basket-svg .counter {
  font-family: Montserrat, serif;
  font-weight: 500;
  font-size: 14px;
  color: #09391a;
  margin-left: 27px;
  margin-top: -2px;
  position: absolute;
  display: flex;
  background: white;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#header_middle .content .btn-login {
  color: #ffffff;
  background: #99b2ca;
  width: 120px;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 0;
  border-radius: 10px;
  font-family: Helvetica, serif;
  text-transform: uppercase;
  font-weight: 400;
}
.login-dropdown .text-danger {
  display: none;
}
#header_middle .content .btn-login:hover {
  background: #3d5975;
}
#header_middle .content .btn-login:after {
  display: none;
}
#header_middle .buttons .dropdown-menu {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #09391a;
}
#header_middle .buttons .dropdown-menu:after,
#header_middle .buttons .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
}
#header_middle .buttons .dropdown-menu:after {
  top: -48px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 24px;
}
#header_middle .buttons .dropdown-menu:before {
  top: -50px;
  border-color: transparent transparent #09391a transparent;
  border-width: 25px;
}
#header_middle #login_form input[type=email],
#header_middle #login_form input[type=password] {
  padding-left: 2.3rem;
}
#header_middle #login_form input[type=email] {
  background: url("/core/img/user.svg") no-repeat 10px;
}
#header_middle #login_form input[type=password] {
  background: url("/core/img/lakat_on.svg") no-repeat 10px;
}
#header_middle #login_form input[type=email],
#header_middle #login_form input[type=password] {
  background-size: 1.3rem;
}
#header_middle #login_form .form-group:first-child {
  margin-bottom: 20px;
}
#header_middle #login_form .form-group:nth-child(2) {
  margin-bottom: 4px;
}
#header_middle #login_form p {
  font-family: Montserrat, serif;
  font-weight: 300;
  font-size: 0.9rem;
  text-align: center;
}
#header_middle #login_form .forgot-pass-link {
  margin-bottom: 16px;
}
#header_middle #login_form .forgot-pass-link a {
  color: #3d5975;
}
#header_middle #login_form .or-text {
  color: #3d5975;
  margin: 15px 0;
}
#header_middle #control-panel {
  color: #ffffff;
}
#header_middle #control-panel .dropdown-menu {
  left: 0 !important;
  width: auto !important;
  transform: translate3d(0px, 35px, 0px) !important;
}
#header_middle #control-panel .dropdown-item:active {
  background-color: inherit;
}
#header_bottom {
  background: #000000;
}
#header_bottom .content {
  margin: 0 auto;
}
#header_bottom .navbar .nav-link {
  cursor: pointer;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 500;
}
#header_bottom .navbar-nav {
  white-space: nowrap;
}
#header_bottom .navbar-nav .dropdown-menu,
#header_bottom .navbar-nav span.twitter-typeahead .tt-menu {
  padding: 0;
}
#header_bottom .navbar-toggler {
  padding: 0;
  border: none;
}
#header_bottom .navbar-toggler .navbar-toggler-icon {
  font-size: 14px;
}
#header_bottom .navbar-nav .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #09391a;
}
#header_bottom .navbar-nav .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 500;
  color: #3d5975;
  padding-left: 10%;
}
#header_bottom .navbar-nav .dropdown-menu .dropdown-item:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#header_bottom .navbar-nav .dropdown-menu .dropdown-item:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#header_bottom .navbar-nav .dropdown-menu .dropdown-divider {
  width: 80%;
  border-top: 1px solid #3d5975;
  margin: 0 auto;
}
#membership-update > p {
  font-family: "Open Sans", serif;
}
.payment_details .description p {
  font-family: "Open Sans", serif;
}
#contactContainer .contact > b {
  font-size: 20px;
}
#contactContainer .contact > span {
  font-family: "Open Sans", serif;
  font-size: 20px;
}
main #load_page {
  display: none;
  width: 100%;
  height: 100%;
  float: center;
  position: fixed;
  top: 30%;
  left: 50%;
    margin-top: -100px;
    margin-left: -100px;

  z-index: 9999;
}
main {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("/core/img/dartseventbull_b_op.jpg") no-repeat top;
  background-attachment: fixed;
  background-color: #cbcbcb !important;
  background-size: cover;
}
main .banner {
  max-width: 90%;
  text-align: center;
  margin: 0 auto 40px;
}
main .banner img {
  width: 100%;
}
.banner-img {
  max-width: 900px;
  max-height: 400px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.banner-img > img {
  max-height: 400px;
}
.banner-img svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-img svg .button {
  cursor: pointer;
}
.banner-img svg .button:hover > g:first-child > path,
.banner-img svg .button:hover > path {
  fill: #3d5975 !important;
}
.banner-img svg .button:hover > text {
  fill: white !important;
}
.events,
.vips,
.info {
  margin: 0 auto;
}
.events .event {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.event .event-sum {
  display: inline-block;
}
.event .event-flex {
  display: flex;
  align-items: center;
  align-content: center;
}
.event .event-flex > div {
  display: inline-block;
}
.events .event .team {
  width: 90px;
  text-align: center;
}
.events .event .team img {
  height: 90px;
}
.events .event .description {
  text-align: center;
  color: #99b2ca;
}
.events .event h1 {
  color: #3d5975;
  margin: 0 0 5px;
  font-family: Helvetica, serif;
  font-weight: bold;
  font-size: 28px;
}
.events .event h2 {
  margin: 0;
  font-family: Helvetica, serif;
  font-weight: 400;
  font-size: 26px;
}

.events .event h3 {
  color: #bf1c2b;
  margin: 0 0 5px;
  font-family: Helvetica, serif;
  font-weight: bold;
  font-size: 28px;
}

.events .event h4 {
  color: #3d5975;	
  margin: 0;
  font-family: Helvetica, serif;
  font-weight: 400;
  font-size: 26px;
}


.event .event-button {
  display: flex;
  align-content: center;
  align-items: center;
}
.event .event-button .btn {
  font-size: 20px;
}
.news {
  margin-top: 80px;
  color: #3d5975;
  text-align: center;
}
.news h1 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  font-weight: 400;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.news img {
  margin-right: 10px;
  height: 55px;
}
.news p {
  font-family: "Open Sans", serif;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  font-size: 19px;
}
.news-form-container {
  display: inline-block;
  margin-bottom: 50px;
}
.news_form {
  margin-top: 25px;
  background: #ffffff;
  display: flex;
  border-radius: 10px;
  padding: 15px;
}
.news_form input {
  padding-top: 0;
  font-family: Montserrat, serif;
  font-weight: 300;
  width: 350px;
  padding-left: 20px;
  font-size: 20px;
  color: #3d5975;
  border: none;
  background: #ffffff;
  padding-bottom: 1px !important;
  border-radius: 0;
  margin-right: 10px;
}
.news_form input:focus {
  border-bottom: 1px solid rgba(27, 106, 61, 0.5);
  padding-bottom: 0 !important;
}
.news_form input::placeholder {
  background: #ffffff;
}
.info h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 2.5rem 0;
  font-family: Montserrat, serif;
  font-weight: bold;
  font-size: 1.8em;
}
.info .description {
  font-family: "Open Sans", serif;
  text-align: justify;
  font-size: 1.1em;
  margin-bottom: 2.5rem;
  color: #000000;
}
.link {
  cursor: pointer;
}
.info a,
.info .link {
  color: #09391a;
}
.link:hover {
  text-decoration: underline;
}
.info .info-block {
  margin-top: 2.5rem;
}
.info-block h2,
.info-contact h2 {
  font-family: Montserrat, serif;
  color: #3d5975;
  font-size: 1.4em;
  font-weight: bold;
}
.info-block ul > li {
  font-family: "Open Sans", serif;
  font-size: 1.1em;
}
.info .info-contact {
  margin-top: 5rem;
  text-align: center;
  color: #000000;
  font-size: 1.1em;
  font-family: "Open Sans", serif;
}
.info .info-contact p {
  margin-top: 2.5rem;
}
.info .map {
  width: 100%;
  height: 400px;
}
.price-table td,
.price-table th {
  border: 2px solid #000000;
  color: #09391a;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
}
.price-table tr td:first-child {
  color: #ffffff;
}
.price-table tr td:first-child {
  width: 30%;
}
.price-table tr td:not(:first-child),
.price-table tr th:not(:first-child) {
  width: 22.5%;
}
.price-table tr:first-child th {
  color: #ffffff;
  background: #47a16d;
  font-size: 2rem;
}
.price-table tr th,
.price-table tr td {
  background: #cbcbcb;
}
.price-table tr:nth-child(2) th,
.price-table tr:nth-child(3) th {
  color: #09391a;
}
footer {
  background: #212529;
  text-align: center;
  padding: 50px 0;
  color: #797979;
}
footer .groupama-logo {
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .groupama-logo img {
  width: 250px;
  margin: 0 50px;
}
[class*=gradient-line-] {
  display: block;
  height: 2px;
  margin-bottom: 2px;
}
.gradient-line-left-green {
  background: linear-gradient(to right, rgba(71, 161, 109, 0) 33%, #47a16d);
}
.gradient-line-left-white {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 33%, #ffffff);
}
.gradient-line-right-green {
  background: linear-gradient(to left, rgba(71, 161, 109, 0) 33%, #47a16d);
}
.gradient-line-right-white {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 33%, #ffffff);
}
footer .description {
  text-transform: uppercase;
  color: #ffffff;
  font-family: Montserrat, serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
footer .social-icons {
  margin-bottom: 20px;
}
footer .social-icon {
  width: 36px;
  margin: 0 7px;
}
footer .links {
  margin-bottom: 25px;
}
footer .footer-link {
  font-family: Helvetica, serif;
  font-weight: 400;
  color: #d3a416;
  text-transform: uppercase;
  margin: 0 25px;
  font-size: 14px;
}
footer .footer-link:hover {
  color: #d3a416;
}
footer .contact {
  font-family: "Helvetica", serif;
  font-size: 12px;
  margin-bottom: 30px;
}
footer .bankcards {
  margin-bottom: 30px;
}
footer .bankcards img {
  max-width: 100%;
}
footer .copyright {
  font-family: Helvetica, serif;
  font-weight: 300;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
}
.basket-list {
  padding: 20px;
}
.basket-list > p {
  text-align: center;
  font-weight: 500;
  color: #3d5975;
}
.basket-list .dropdown-divider {
  border-color: #3d5975;
}
.basket-list .basket-element {
  font-family: Montserrat, serif;
  font-size: 12px;
  color: #797979;
}
.basket-list .basket-element p {
  margin: 0;
}
.basket-list .basket-element .close {
  position: absolute;
  right: 20px;
  font-weight: 300;
  font-size: 14px;
  background: #3d5975;
  color: #ffffff;
  width: 19px;
  text-align: center;
  padding-bottom: 4px;
  padding-top: 1px;
  border-radius: 4px;
}
.modal {
  overflow: auto;
}
#purchaseAfter > p.description {
  font-family: "Open Sans", serif;
  max-width: 750px;
  padding: 0 20px;
  margin: 40px auto;
  text-align: justify;
}
#purchaseAfter h3,
#purchaseAfter h4,
#purchaseAfter h2 {
  margin-bottom: 10px;
  font-family: Helvetica, serif;
  font-weight: bold;
  text-align: center;
  color: #1d2c3b;
  text-transform: uppercase;
}
#purchasedTickets {
  max-width: 800px;
  margin: 80px auto 40px;
}
#purchasedTickets > h4 {
  margin-bottom: 40px;
}
/* Extra Small devices */
@media (max-width: 575px) {
  .modal-body {
    padding: 0.5rem;
  }
  .modal-body form .info-svg,
  form#registration .info-svg {
    left: 15px;
    top: -30px;
  }
  #header_top .content {
    width: 95%;
  }
  #header_middle .content {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }
  #header_middle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  #header_middle .basket-dropdown .basket-svg {
    margin: 0;
    padding: 0 12px;
  }
  #header_middle .content h1 {
    font-size: 18px;
  }
  #header_middle .content h2 {
    font-size: 10px;
  }
  #header_middle .content .title {
    padding-left: 85px;
  }
  #header_middle .content .logo {
    left: 10px;
    width: 60px;
  }
  #header_middle .content .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 70px;
  }
  #header_bottom .navbar-nav {
    margin-top: 5px;
    white-space: nowrap;
  }
  #header_bottom .navbar .nav-link {
    font-size: 14px;
  }
  .events,
  .vips,
  .info {
    width: 95%;
  }
  .events .event .team {
    width: 50px;
  }
  .events .event .team img {
    height: 50px;
  }
  .events .event h1 {
    font-size: 20px;
  }
  .events .event h2 {
    font-size: 18px;
  }
  .events .event {
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .event .description {
    margin-bottom: 15px;
  }
  .event .event-button {
    display: block;
  }
  .news-form-container {
    width: 90%;
  }
  .news_form {
    display: block;
  }
  .news_form input {
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
  }
  .news_form button {
    margin: 3px auto 0;
  }
  #header_middle .buttons .dropdown-menu {
    width: 300px;
  }
  #header_middle .buttons .dropdown-menu:after {
    border: none;
  }
  #header_middle .buttons .dropdown-menu:before {
    border: none;
  }
  #header_middle #login_form {
    padding: 20px !important;
  }
  footer .links > span {
    display: none;
  }
  footer .links .footer-link {
    display: block;
  }
  .ticket-selector-form h1 {
    font-size: 24px;
    margin: 20px 0;
  }
  .ticket-selector-form select {
    margin-bottom: 20px;
  }
  .table.price-table {
    font-size: 0.29rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #header_bottom ul.navbar-nav {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  #header_bottom ul.navbar-nav .nav-item {
    margin: 0;
  }
  .table.price-table {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #header_bottom ul.navbar-nav .nav-item {
    margin-right: 2px;
  }
}
/* Small devices */
@media (min-width: 576px) {
  .modal-body {
    padding: 2.5rem;
  }
  .modal-body form .info-svg,
  form#registration .info-svg {
    right: -15px;
    top: 4px;
  }
  #header_top .content {
    width: 525px;
  }
  #header_middle .content {
    width: 525px;
  }
  #header_middle .navbar-toggler {
    display: none;
  }
  #header_middle .content .title {
    padding-left: 70px;
  }
  #header_middle .content h1 {
    font-size: 18px;
  }
  #header_middle .content h2 {
    font-size: 10px;
  }
  #header_middle .content .logo {
    top: 23px;
    width: 60px;
  }
  #header_middle .content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  #header_bottom .navbar .nav-link {
    font-size: 12px;
    padding: 2px 8px;
  }
  #header_bottom .navbar .nav-item {
    margin-right: 12px;
  }
  #header_bottom .navbar-nav .dropdown-menu {
    margin-top: 19px;
    text-align: center;
  }
  #header_bottom .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 1rem 1.5rem;
  }
  #header_bottom .navbar-nav .dropdown-menu:after,
  #header_bottom .navbar-nav .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 50%;
  }
  #header_bottom .navbar-nav .dropdown-menu:after {
    top: -48px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -24px;
    border-width: 24px;
  }
  #header_bottom .navbar-nav .dropdown-menu:before {
    top: -50px;
    border-color: transparent transparent #09391a transparent;
    margin-left: -25px;
    border-width: 25px;
  }
  footer .groupama-logo {
    width: 250px;
  }
  footer .groupama-logo img {
    width: 250px;
  }
  .gradient-lines {
    width: 88px;
  }
  .events,
  .vips,
  .info {
    width: 90%;
  }
  .events .event {
    padding: 4px 20px;
  }
  #header_middle .buttons .dropdown-menu {
    width: 390px;
  }
  .login-dropdown .dropdown-menu:after {
    margin-left: 110px;
  }
  .login-dropdown .dropdown-menu:before {
    margin-left: 109px;
  }
  .basket-dropdown .dropdown-menu:after {
    margin-left: 125px;
  }
  .basket-dropdown .dropdown-menu:before {
    margin-left: 124px;
  }
  .basket-dropdown .dropdown-menu {
    left: 25px !important;
  }
  #header_middle #login_form {
    padding: 40px !important;
  }
  .ticket-selector-form h1 {
    font-size: 30px;
    margin: 20px 0;
  }
  .ticket-selector-form select {
    margin-bottom: 20px;
  }
}
/* Medium devices */
@media (min-width: 768px) {
  #header_top .content {
    width: 700px;
  }
  #header_middle .content,
  #header_bottom .content {
    width: 700px;
  }
  #header_middle .content h1 {
    font-size: 24px;
  }
  #header_middle .content h2 {
    font-size: 13px;
  }
  #header_middle .content .title {
    margin-left: 130px;
    padding-left: 20px;
  }
  #header_middle .content .logo {
    top: 0;
    width: 130px;
  }
  #header_bottom .content {
    padding-left: 130px;
  }
  #header_bottom .content nav {
    margin-left: -4px;
  }
  footer .groupama-logo {
    width: 768px;
  }
  footer .groupama-logo img {
    width: 250px;
  }
  .gradient-lines {
    width: 162px;
  }
  .events,
  .vips,
  .info {
    width: 760px;
  }
  .events .event {
    padding: 4px 30px;
  }
  .events .event .description {
    width: 450px;
  }
  .login-dropdown .dropdown-menu:after {
    margin-left: 110px;
  }
  .login-dropdown .dropdown-menu:before {
    margin-left: 109px;
  }
}
/* Large devices */
@media (min-width: 960px) {
  #header_top .content {
    width: 855px;
  }
  #header_middle .content,
  #header_bottom .content {
    width: 885px;
  }
  #header_bottom .content nav {
    margin-left: -4px;
  }
  footer .groupama-logo {
    width: 960px;
  }
  .gradient-lines {
    width: 258px;
  }
  .events,
  .vips,
  .info {
    width: 780px;
  }
  .events .event {
    padding: 4px 40px;
  }
  .basket-elements .empty-basket {
    text-align: center;
    color: #797979;
  }
  .basket-dropdown .dropdown-menu {
    left: 175px !important;
  }
  .basket-dropdown .dropdown-menu:after {
    margin-left: -24px;
  }
  .basket-dropdown .dropdown-menu:before {
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .modal-body .btn-block {
    max-width: 55%;
  }
}
/* Extra Large devices */
@media (min-width: 1200px) {
  #header_top .content {
    width: 990px;
  }
  #header_middle .content,
  #header_bottom .content {
    width: 900px;
  }
  footer .groupama-logo {
    width: 1200px;
  }
  .gradient-lines {
    width: 378px;
  }
}

