

/* Start:/local/templates/city/template_styles.css?177997749428451*/
@font-face {
    font-family: 'DrukTextWide';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/city/fonts/DrukTextWide-Medium.woff') format('woff'),
    url('/local/templates/city/fonts/DrukTextWide-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'DrukTextWide';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/city/fonts/DrukTextWide-Bold.woff') format('woff'),
    url('/local/templates/city/fonts/DrukTextWide-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'DrukTextWide';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('/local/templates/city/fonts/DrukTextWide-Heavy.woff') format('woff'),
    url('/local/templates/city/fonts/DrukTextWide-Heavy.ttf') format('truetype');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after {box-sizing: border-box;}
img {border: none;}
textarea {overflow: auto;}
input,
textarea,
input:active,
textarea:active {
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}
input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
:focus {outline: none;}
:hover,
:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
::-ms-clear {display: none;}
h1, .h1, h2, .h2, h3, .h3{
    margin-top: 0;
    margin-bottom: 0;
}
:root {
    --bg: #fff;
    --form_focus_color: #000;
    --form_error_color: red;
    --form_success_color: #7AE000;
    --form_placeholder_color: #C6CDD5;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 16px;
    --font_family: 'DrukTextWide', 'Arial', sans-serif;
    --font_family2: 'PT Sans', 'Arial', sans-serif;
    --color_green: #7ae000;
    --color_green2: #36BD47;
}
.clear {clear: both;}
.left {float: left;}
.right{float: right;}
html {
    height: 100%;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    height: 100%;
    transition: opacity .2s linear;
    letter-spacing: .02em;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}
/* common */
header {
    height: 107px;
    background: #000;
}
.header_home {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.header_inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
header .logo a, header .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
header .logo object {pointer-events: none;}
header .city {
    position: absolute;
    top: 49px;
    left: 200px;
    line-height: 28px;
    color: var(--color_green2);
}
.btn {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 170px;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}
.btn.green {
    background: none;
    border: 2px solid var(--color_green2);
    color: var(--color_green2);
    transition: 0.2s linear;
    text-decoration: none;
}
.btn.green:hover {
    background: var(--color_green2);
    color: var(--text_color);
}
.btn.semi_green {
    background: none;
    border: 2px solid var(--color_green2);
    transition: 0.2s linear;
    color: var(--text_color);
    text-decoration: none;
}
.btn.semi_green:hover {
    background: var(--color_green2);
}
.btn.full_green {
    background: var(--color_green2);
    border: 2px solid var(--color_green2);
    transition: 0.2s linear;
    color: #fff;
    text-decoration: none;
}
.btn.full_green:hover {
    background: none;
    color: #000;
}

footer {
    height: 143px;
    margin-top: 100px;
    background: #000;
}
.footer_inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
footer .copyright {
    max-width: 270px;
    font-family: var(--font_family2);
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}
footer .company-info {
    max-width: 400px;
    font-family: var(--font_family2);
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
footer .app_links {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
footer .app_links .app:last-child {
    margin-left: 13px;
}
footer .app_links .app {
  max-width: 128px;
}
footer .app_links .app img {width: 100%;}

[class*='ymaps-2'][class*='-ground-pane']{
            filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    -webkit-filter: grayscale(100%);
}
[class*='ymaps-2'][class*='-map-copyrights-promo']{display: none;}
/* home */
.cont {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.text_wrap {margin: 50px 0;}
.text_wrap h1, .cont h2 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
    color: var(--color_green2);
    text-transform: uppercase;
}
.text_wrap p {
    margin-bottom: 20px;
    font-family: var(--font_family2);
}
.text_wrap p a {
    color: var(--text_color);
    border-bottom: 1px solid var(--color_green2);
    transition: 0.2s linear;
    text-decoration: none;
}
.text_wrap p a:hover {color: var(--color_green2);}
.auction_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 700px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.auction_list:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    background: -moz-linear-gradient(left, #a328d7 0%, #dbff00 100%);
    background: -webkit-linear-gradient(left, #a328d7 0%, #dbff00 100%);
    background: linear-gradient(to right, #a328d7 0%, #dbff00 100%);
}
.auction_item {
    width: 100%;
    /*
    max-width: 570px;*/
    height: 100%;
    position: relative;
    background-position: 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.auction_pic {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auction_item .cont {
    position: relative;
    top: 64%;
    padding-bottom: 100px;
}
.auction_title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px #000;
}
.auction_title span {
    display: block;
    color: var(--color_green);
}
.text_about {
    margin-bottom: 50px;
    line-height: 25px;
    text-transform: uppercase;
}
.map_block {margin-bottom: 28px;}
.map_block .map {
    width: 100%;
    height: 346px;
    margin-bottom: 50px;
}
.map_block .map_wrap {position: relative;}
.map_wrap .info_wrap {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  display: flex;
  width: 400px;
  max-width: 100%;
  height: 100%;
  padding: 29px;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.map_wrap .club_info {
    width: 100%;
    max-height: 330px;
    position: relative;
    padding: 48px 28px 54px;
    pointer-events: auto;
    background: #fff;
    transition: 0.2s  linear;
}
.map_wrap .club_info.hidden {
    display: none;
}
.map_wrap .club_info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.map_wrap .club_info .close span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color_green2);
}
.map_wrap .club_info .close span + span {margin-top: 6px;}
.map_wrap .club_info .close span:nth-child(1) {
    top: 4px;
    transform: rotate(45deg);
}
.map_wrap .club_info .close span:nth-child(2) {
    top: -4px;
    transform: rotate(-45deg);
}
.map_wrap .club_info .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    text-transform: uppercase;
}
.map_wrap .club_info .status {
    color: #acacac;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.map_wrap .club_info .metro_wrap {
    display: inline-block;
    height: 14px;
    position: absolute;
    top: -20px;
}
.map_wrap .club_info .metro_wrap.many {
    border: 1px solid #acacac;
    border-radius: 8px;
    padding: 1px;
}
.map_wrap .club_info .metro_color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
}
.map_wrap .club_info .metro_color + span {
    margin-left: -3px;
}
.map_wrap .club_info .metro_color.grey {
    background: #acadaf;
}
.map_wrap .club_info .metro_color.dark_blue {
    background: #0352a2;
}
.map_wrap .club_info .metro_color.blue {
     background: #039edf;
}
.map_wrap .club_info .metro_color.violet {
    background: #b61d8e;
}
.map_wrap .club_info .metro_color.red {
    background: #ef1e24;
}
.map_wrap .club_info .metro_color.yellow {
    background: #fed800;
}
.map_wrap .club_info .metro_color.dark_green {
    background: #029a55;
}
.map_wrap .club_info .metro_color.green {
    background: #5bbebb;
}
.map_wrap .club_info .metro_color.light_green {
    background: #b1d333;
}
.map_wrap .club_info .adres {
    position: relative;
    font-family: var(--font_family2);
    font-size: var(--font_size);
    line-height: 24px;
    margin-top: 25px;
    letter-spacing: -.01em;
}
.map_wrap .club_info .adres img {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.map_wrap .club_info .contacts {
    font-family: var(--font_family2);
    font-size: var(--font_size);
    line-height: 24px;
    margin: 25px 0;
    letter-spacing: -.01em;
}
.map_wrap .club_info .contacts a {
    color: #000;
    display: inline-block;
    transition: .2s linear;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.2s linear;
}
.map_wrap .club_info .contacts a:hover {color: var(--color_green2);}
.map_wrap .club_info .link {
    color: #7ae000;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-top: 35px;
    padding-right: 58px;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.club_item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 40px;
}
.club_item:last-child {margin-bottom: 28px;}
.club_photos {
    width: 100%;
    max-width: 371px;
    margin-right: 29px;
}
.club_photo_list {
    width: 100%;
    height: 235px;
    border-radius: 6px;
    overflow: hidden;
}
.splide {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column-reverse;
}
.club_photos .club_photo {height: 235px;}
.club_photos .club_photo img {border-radius: 5px;}
.splide__slide img,
.club_photos .club_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.club_photo_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 92px;
    height: 12px;
    margin: 10px auto 0;
    justify-content: space-between;
}
.club_photo_nav button {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    width: 35px;
    height: 12px;
    background: url("/local/templates/city/images/ic_arrows.svg") 0 0 no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
}
.photos_slider .club_photo_nav button {
    background: url("/local/templates/city/images/ic_arrows_green.svg") 0 0 no-repeat;
    background-size: cover;
}
.club_photo_nav button:disabled {
    background: url("/local/templates/city/images/ic_arrows_disabled.svg") 0 0 no-repeat;
    background-size: cover;
}
.club_photo_nav .next {
    background: url("/local/templates/city/images/ic_arrows.svg") -57px 0 no-repeat;
}
.club_photo_nav button.next:disabled {
    background: url("/local/templates/city/images/ic_arrows_disabled.svg") -57px 0 no-repeat;
    background-size: cover;
}
.photos_slider .club_photo_nav .next {
    background: url("/local/templates/city/images/ic_arrows_green.svg") -57px 0 no-repeat;
}
.photos_slider .next:disabled {
    background: url("/local/templates/city/images/ic_arrows_disabled.svg") -57px 0 no-repeat;
}
.club_about_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 2;
}
.club_about {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 70%;
    position: relative;
    flex-direction: column;
    align-content: space-between;
}
.club_about_wrap .club_about .buttons {position: absolute;bottom: 0;}
.club_about_wrap.has_slider .club_about .buttons {bottom: 22px;}
.club_about .club_name, .club_about .club_metro {
    margin-bottom: 18px;
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
}
.club_about .club_name {margin-top: -2px;}
.club_about .club_address {
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
    color: var(--text_color);
    text-decoration: none;
    transition: 0.2s linear;
    place-self: flex-start;
}
.club_about .club_address span {border-bottom: 1px solid var(--color_green2);}
.club_about .club_address:hover {color: var(--color_green2);}
.club_about .buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 45px;
}
.club_about .buttons .btn:first-child {margin-right: 32px;}
.club_about_wrap .club_contacts {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 2;
}
.club_about_wrap .club_contacts.mobile {display: none;}
.club_about_wrap .club_contacts a {
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
    color: var(--text_color);
    text-decoration: none;
    transition: 0.2s linear;
}
.club_about_wrap .club_contacts a:hover {color: var(--color_green2);}
.club_about_wrap .club_contacts a:first-child {margin-bottom: 6px;}

.form .line {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 36px;
}
.form .field {
    width: 100%;
    max-width: 470px;
    height: 45px;
}
.form .field:first-child {margin-right: 31px;}
.form .field input {
    width: 100%;
    height: 100%;
    padding: 0 14px;
    border: 1px solid #C6CDD5;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: var(--font_family2);
    font-size: 16px;
    line-height: 21px;
}

.select_hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select_wrapper, .form select {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 48px 0 14px;
  background: #fff;
  border: 1px solid #C6CDD5;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: var(--font_family2);
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
}
.select_current {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.select_options {
    max-height: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 2px solid var(--color_green2);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
    overflow-y: scroll;
}
.select_wrapper.active > .select_options {
    visibility: visible;
    opacity: 1;
}
.select_options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid var(--color_green2);
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select_options li:hover, .select_options li.is_selected {
  color: #fff;
  background: var(--color_green2);
}
.form .select_wrapper::before {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 11px;
  right: 33px;
  background-color: #C6CDD5;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.form .select_wrapper::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  right: 33px;
  bottom: 10px;
  background-color: #C6CDD5;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
::placeholder {
    color: #C6CDD5;
}
.form .submit_btn {margin-bottom: 15px;}
.form .form_submit_note {
    font-family: var(--font_family2);
    font-size: 14px;
    line-height: 18px;
}
.form .form_submit_note a {
    color: var(--text_color);
    text-decoration: none;
    transition: 0.2s linear;
}
.form .form_submit_note a:hover {
    color: var(--color_green2);
}
.club_advants_inner .form .form_submit_note {margin: -15px 0 30px;color: #fff;}
.club_advants_inner .form .form_submit_note a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}
.club_advants_inner .form .form_submit_note a:hover {
    color: var(--color_green2);
}
.err_text {
    font-family: var(--font_family2);
    font-size: 12px;
    line-height: 16px;
    color: var(--form_error_color);
}
.field.error .err_text {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 14px;
}
.form font.errortext {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.form_sent {margin-top: 30px;}
.select_wrapper.error, .field.error input {border: 1px solid var(--form_error_color);}
.grecaptcha-badge {display: none !important;}
/* club page */
.header_club_page {margin-bottom: 0;}
.club_anons_wrap {
    background: var(--text_color);
    padding: 63px 0 100px;
}
.club_anons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.club_anons_left {
    width: 100%;
    max-width: 620px;
}
.club_anons_inner .club_name {margin: -12px  0 34px;}
.club_anons_inner .club_name h1 {
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.club_anons_inner .club_contacts {
    margin-bottom: 31px;
    font-family: var(--font_family2);
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.club_anons_inner .club_contacts p + p {margin-top: 8px;}
.club_anons_inner .club_contacts a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}
.club_anons_inner .club_contacts p:first-child span {
    border-bottom: 1px solid var(--color_green2);
}
.club_anons_inner .club_contacts a:hover {
    color: var(--color_green2);
}
.club_anons_inner .club_contacts p:first-child a:hover span {
    border-bottom: 1px solid var(--color_green2);
}
.club_anons .club_work {
    margin-bottom: 45px;
    font-family: var(--font_family2);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}
.club_anons .club_work span {
    display: inline-block;
    width: 65px;
    margin-right: 37px;
    font-family: var(--font_family);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.club_anons_inner .club_specs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--color_green2);
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.club_anons_inner .club_specs li {
    position: relative;
    width: 45%;
    margin-bottom: 30px;
    padding-left: 24px;
}
.club_anons_inner .club_specs li:nth-of-type(2n) {width: 55%;}
.club_anons_inner .club_specs li::before {
    width: 19px;
    height: 1.4px;
    position: absolute;
    left: 0;
    top: 11px;
    background: var(--color_green2);
    content: '';
}
.club_specs.mobile {display: none;}

.club_anons_wrap .photos {
    width: 100%;
    max-width: 470px;
}
.club_anons_wrap .photos_inner {
    width: 100%;
    height: 409px;
    margin-bottom: 8px;
    overflow: hidden;
}
.club_anons_wrap .photo,
.club_anons_wrap .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.club_anons_wrap .photo img {object-fit: cover;}

.club_descr {
    width: 100%;
    margin-top: 78px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E2FB3E 1.37%, #990AF7 97.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.photos_slider {
    height: 680px;
    margin-top: 50px;
}
.photos_slider .photos_inner {height: 680px;}

.club_auction {margin: 100px 0 107px;}
.club_advants {
    background: var(--text_color);
    margin-bottom: -100px;
    padding: 100px 0;
}

.club_auction_inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.club_auction_inner .auction_photo {
    width: 100%;
    max-width: 470px;
    max-height: 409px;
    margin-right: 130px;
}
.club_auction_inner .auction_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.club_auction_inner .auction_descr .name {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.club_auction_inner .auction_descr h3 {
    /*margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;*/
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.club_auction_inner .auction_descr p {
    margin-bottom: 30px;
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
}
.club_auction_inner .auction_descr ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.club_auction_inner .auction_descr ul li {
    position: relative;
    padding-left: 15px;
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
}
.club_auction_inner .auction_descr ul li::before {
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--color_green2);
    content: '';
}
.club_auction_inner .auction_descr p > a {color: var(--color_green2);}
.club_auction_inner .auction_descr .auction_date {
    margin-bottom: 30px;
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}
.club_auction_inner .auction_descr .btn {margin-top: 30px;}

.user_advants {margin-bottom: 61px;}
.user_advants h2 {
    max-width: 636px;
    margin-bottom: 48px;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.user_advants ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.user_advants ul li {
    width: 25%;
    position: relative;
    margin-right: 24px;
    margin-bottom: 39px;
    padding-left: 33px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.user_advants ul li:first-child,
.user_advants ul li:nth-of-type(4n) {width: 42%;}
.user_advants ul li:nth-of-type(3n) {margin-right: 0;}
.user_advants ul li::before {
    width: 19px;
    height: 1.4px;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--color_green2);
    content: '';
}

.club_advants .form_block .submit_btn:hover {color: #fff;}

.club_map_block {margin-top: 133px;}
.club_map_block h3 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color_green2);
}
.club_map_block ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.club_map_block ul li {
    font-family: var(--font_family2);
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.club_map_block ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s linear;
}
.club_map_block ul li a:hover {color: var(--color_green2);}
.club_map_block .club_map {
    width: 100%;
    height: 410px;
    margin-top: 40px;
}

.timer_wrap {
    display: block;
    position: absolute;
    top: -260px;
    left: 0;
    color: #fff;
    font-size: 16px;
}
.timer_label {
    margin-bottom: 10px;
    font-size: 18px;
}

.fake_page{
    background: #000;
    padding-top: 150px;
    padding-bottom: 155px;
}
.fake_page .status{
    margin-bottom: -15px;
    font-size: 100px;
    font-weight: 500;
    color: #7ae000;
    text-transform: uppercase;
}
.fake_page .title{
    color: #000;
    font-size: 100px;
    font-weight: 500;
    line-height: 125px;
    display: inline-block;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 #7ae000, 0 -2px 0 #7ae000, 0 2px 0 #7ae000, 0 2px 0 #7ae000, -2px 0 0 #7ae000, 2px 0 0 #7ae000, -2px 0 0 #7ae000, 2px 0 0 #7ae000, -1px -2px 0 #7ae000, 1px -2px 0 #7ae000, -1px 2px 0 #7ae000, 1px 2px 0 #7ae000, -2px -1px 0 #7ae000, 2px -1px 0 #7ae000, -2px 1px 0 #7ae000, 2px 1px 0 #7ae000, -2px -2px 0 #7ae000, 2px -2px 0 #7ae000, -2px 2px 0 #7ae000, 2px 2px 0 #7ae000, -2px -2px 0 #7ae000, 2px -2px 0 #7ae000, -2px 2px 0 #7ae000, 2px 2px 0 #7ae000;
}
.goto_home{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 5%;
    transition: .1s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, #96ff00 0%, #deff00 45%, #9600ff 100%);
    background: -webkit-linear-gradient(left, #96ff00 0%,#deff00 45%,#9600ff 100%);
    background: linear-gradient(to right, #96ff00 0%,#deff00 45%,#9600ff 100%);
    overflow: hidden;
}
.goto_home:hover
{
    line-height: 70px;
    height: 70px;
    margin: -5px 0;
}
.goto_home a{
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-decoration: none;
    justify-content: space-between;
}
.goto_home a span{
    display: block;
    position: relative;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    transform: rotate(-2deg);
}
.goto_home a span:nth-of-type(5), .goto_home a span:nth-of-type(6),
.goto_home a span:nth-of-type(7), .goto_home a span:nth-of-type(8){
    left: 20px;
}
.goto_home a span:nth-of-type(2), .goto_home a span:nth-of-type(6){
    top: -7px;
}
.goto_home a span:nth-of-type(3), .goto_home a span:nth-of-type(7),
.goto_home a span:nth-of-type(11){
    top: -18px;
}
.goto_home a span:nth-of-type(9), .goto_home a span:nth-of-type(10),
.goto_home a span:nth-of-type(11), .goto_home a span:nth-of-type(12){
    left: 35px;
}
.goto_home a span:nth-of-type(10){
    top: -5px;
}

.nca-cookiesaccept-line {
    font-size: 12px;
    line-height: normal;
}
.nca-cookiesaccept-line > div { justify-content: center;}
.nca-cookiesaccept-line .nca-cookiesaccept-line-text {
    padding-right: 0 !important;
    font-family: var(--font_family2);
    font-size: 14px;
}
.nca-cookiesaccept-line .nca-cookiesaccept-line-text + div {padding-left: 3%;}
.nca-cookiesaccept-line #nca-cookiesaccept-line-accept-btn {
    padding: 2px 10px;
    border: none;
    background: var(--color_green2);
    font-family: var(--font_family2);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
/* End */
/* /local/templates/city/template_styles.css?177997749428451 */
