@font-face {
    font-family: Gilmer_Outline;
    src: url("../fonts/Gilmer/Gilmer_Outline.otf") format("opentype");
}
@font-face {
    font-family: Gilmer_Light;
    src: url("../fonts/Gilmer/Gilmer_Light.otf") format("opentype");
}
@font-face {
    font-family: Gilmer_Regular;
    src: url("../fonts/Gilmer/Gilmer_Regular.otf") format("opentype");
}
@font-face {
    font-family: Gilmer_Medium;
    src: url("../fonts/Gilmer/Gilmer_Medium.otf") format("opentype");
}
@font-face {
    font-family: Gilmer_Bold;
    src: url("../fonts/Gilmer/Gilmer_Bold.otf") format("opentype");
}
@font-face {
    font-family: Gilmer_Heavy;
    src: url("../fonts/Gilmer/Gilmer_Heavy.otf") format("opentype");
}
body, html{
    overflow-x: hidden;
}
.compensate-for-scrollbar {
    margin:0 !important;
}
body {
    margin:0px;
    padding:0px;
    background: #202122;
    color:#E6E4E1;
    font-family: Gilmer_Regular;
    font-size:18px;
    line-height: 27px;
}
* {
    text-decoration: none;
    box-sizing: border-box;
    touch-action: pan-x pan-y;
}
img {
    max-width: 100%;
}
.container {
    padding:0 60px;
}
.header_wrapper {
    z-index: 2;
    position: relative;
}
.header_wrapper.fixed {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
}
.header {
    height:140px;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
.logo {
    
}
.logo img {
    height:58px;
    line-height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}
.menu {
    position: fixed;
    top:46px;
    right: 60px;
    z-index: 2;
}
.menu_open {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_open:hover {
    opacity: 0.5;
}
.menu_open svg  {
    fill:#fff;
    width:45px;
    height:45px;
}
.welcome_wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}
.welcome_a {
    position: absolute;
    z-index: 1;
    bottom:-220px;
    left:0;
    line-height: 0;
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.welcome_a.new {
    left: -20px;
}
.welcome_a img {
    height:400px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.welcome_a.new img {
    height: 400px !important;
}
.welcome_a.welcome_a_100 {
    transform: rotate(120deg);
    left:10%;
}
.welcome_a.welcome_a_100 img {
    height:500px;
}
.welcome_a.welcome_a_200 {
    transform: rotate(150deg);
    left:20%;
}
.welcome_a.welcome_a_200 img {
    height:600px;
}
.welcome_a.welcome_a_300 {
    transform: rotate(180deg);
    left:30%;
}
.welcome_a.welcome_a_300 img {
    height:550px;
}
.welcome_a.welcome_a_400 {
    transform: rotate(210deg);
    left:40%;
}
.welcome_a.welcome_a_400 img {
    height:500px;
}
.welcome_a.welcome_a_500 {
    transform: rotate(240deg);
    left:50%;
}
.welcome_a.welcome_a_500 img {
    height:450px;
}
.welcome_a.welcome_a_600 {
    transform: rotate(270deg);
    left:60%;
}
.welcome_a.welcome_a_600 img {
    height:400px;
}
.welcome_a.welcome_a_700 {
    transform: rotate(296deg);
    left:70%;
    bottom:-350px;
}
.welcome_a.welcome_a_700 img {
    height:400px;
}
.welcome {
    height:calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    margin:0 auto;
    position: relative;
}
.welcome_headline {
    z-index: 1;
    position: absolute;
    right:0;
    margin-top: 100%;
    transform: rotate(90deg);
    font-family: Gilmer_Heavy;
    font-size:70px;
    width:84px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.welcome_headline.loaded {
    margin-top: -35%;
}
.welcome_headline.welcome_headline_100 {
    margin-top: -40%;
}
.welcome_headline.welcome_headline_200 {
    margin-top: -45%;
}
.welcome_headline.welcome_headline_300 {
    margin-top: -50%;
}
.welcome_headline.welcome_headline_400 {
    margin-top: -55%;
}
.welcome_headline.welcome_headline_500 {
    margin-top: -60%;
}
.welcome_headline.welcome_headline_600 {
    margin-top: -65%;
}
.welcome_headline.welcome_headline_700 {
    margin-top: -70%;
}
.welcome_headline.welcome_headline_800 {
    margin-top: -75%;
}
.welcome_headline.welcome_headline_900 {
    margin-top: -80%;
}
.welcome_headline span {
    font-family: Gilmer_Outline;
}
.welcome_info {
    width:calc(100% - 84px);
    padding:0 50px 0 0;
}
.welcome_title {
    font-family: Gilmer_Heavy;
    font-size:30px;
}
.welcome_desc {
    margin:50px 0 0 0;
    font-size:20px;
    line-height: 30px;
}
.what_we_do_wrapper {
    background: #868F85;
    padding:100px 0;
}
.what_we_do {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin:0 auto;
}
.what_we_do_info {
    width:60%;
    padding:0 50px 0 0;
}
.what_we_do_title {
    font-family: Gilmer_Heavy;
    font-size:30px;
    text-transform: uppercase;
}
.what_we_do_desc {
    margin:50px 0 0 0;
    font-size:20px;
    line-height: 30px;
}
.what_we_do_photo {
    width:40%;
    line-height: 0;
}
.clients_wrapper {
    padding:140px 0 120px 0;
}
.clients_wrapper.inside {
    padding:0px;
}
.clients {
    width:80%;
    margin:0 auto;
}
.clients_title {
    text-transform: uppercase;
    text-align: center;
    font-size:40px;
    font-family: Gilmer_Bold;
}
.clients_title span {
    font-family: Gilmer_Outline;
}
.all_partners {
    margin:60px 0 0 0;
    font-family: Gilmer_Heavy;
    font-size:22px;
    width:100%;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#E6E4E1;
}
.all_partners:hover {
    opacity: 0.8;
}
.all_partners svg {
    width:30px;
    height:30px;
    fill:#E6E4E1;
    color:#E6E4E1;
    margin:3px 0 0 30px;
}
.clients_list {
    margin:70px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.client {
    width:calc(33% - 10px);
    margin:16px 0 0 0;
    position: relative;
}
.client span {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gilmer_Medium;
    font-size:25px;
}


.service_wrapper {
    background: #282929;
    position: relative;
}
.service_headline {
    z-index: 1;
    position: absolute;
    bottom:250px;
    left:46px;
    transform: rotate(90deg);
    font-family: Gilmer_Heavy;
    font-size:70px;
    width:84px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service_headline span {
    font-family: Gilmer_Outline;
}
.service_slider {
    display: block;
    position: relative;
}
.service_slider_item {
    width:100%;
    display: block;
}
.service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin:0 auto;
    padding:120px 0;
    position: relative;
}
.service_info {
    width:60%;
    padding:0 50px 0 0;
}
.service_title {
    font-family: Gilmer_Heavy;
    font-size:35px;
}
.service_desc {
    margin:50px 0 0 0;
    font-size:22px;
    line-height: 33px;
    font-family: Gilmer_Light;
}
.service_arrows {
    margin:80px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.service_arrow_left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:45px;
    height:45px;
    border-radius: 100%;
    background: #202122;
    margin:0 15px 0 0;
    font-size:14px;
}
.service_arrow_left:hover {
    cursor: pointer;
    background: #868F85;
    color:#282929;
}
.service_arrow_right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:45px;
    height:45px;
    border-radius: 100%;
    background: #202122;
    font-size:14px;
}
.service_arrow_right:hover {
    cursor: pointer;
    background: #868F85;
    color:#282929;
}
.service_photo {
    width:40%;
    line-height: 0;
}
.video {
    line-height: 0;
}


.message_wrapper {
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    background: rgba(32,33,34,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
}
.message_wrapper.active {
    opacity: 1;
    pointer-events: all;
}
.message {
    width:500px;
    padding:60px 50px;
    color:#868F85;
    background: #282929;
}
.message_close {
    margin:50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message_close_button {
    font-family: "Gilmer_Heavy";
    font-size:18px;
    cursor: pointer;
}
.message_close_button:hover {
    opacity: 0.8;
}
.message_close_button i {
    margin:0 6px 0 0;
}
.message_title {
    font-size:22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.message_title i {
    margin:0 0 30px 0;
    font-size:40px;
}
.contact_wrapper {
    height:100vh;
    position: relative;
    overflow:hidden;
}
.contact_a {
    line-height: 0;
    position: absolute;
    top:0;
    left:0%;
    transform: rotate(0deg);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.contact_a img {
    height:0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.contact_a.full {
    line-height: 0;
    position: absolute;
    top:-10vh;
    left:-13%;
    transform: rotate(90deg);
}
.contact_a.full img {
    height:120vh;
}
.contact {
    height: 100vh;
    display: flex;
    align-items: center;
}
.contact_info {
    position: absolute;
    width:100%;
    margin:0 auto;
}
.contact_data {
    padding:0 40px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.touch {
    width:50%;
}
.touch_title {
    font-family: Gilmer_Heavy;
    font-size:30px;
/*    text-transform: uppercase;*/
}
.touch_form {
    margin:20px 0 0 0;
}
.touch_form_item {

}
.touch_form_item input {
    background: transparent;
    border:none;
    outline:none;
    border-bottom: 1px solid #E6E4E1;
    width:45%;
    font-family: Gilmer_Light;
    color:#E6E4E1;
    height:55px;
    font-size:16px;
    margin:15px 0;
}
.touch_form_item input::placeholder {
    font-family: Gilmer_Light;
    color:#E6E4E1;
    font-size:16px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input:hover::placeholder {
  color: transparent;
}
.touch_send {
    margin:30px 0 0 0;
    font-family: Gilmer_Heavy;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.touch_send span {
    margin:5px 15px 0 0;
}
.touch_send span svg {
    fill:#fff;
    width:16px;
    height:16px;
}
.connect {
    width:50%;
    padding:0 0 0 10%;
}
.connect_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:20px;
    margin:0 0 30px 0;
}
.connect_item a {
    color:#E6E4E1;
}
.connect_item span {
    margin:0 25px 0 0;
    width:60px;
    height:60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background: #868F85;*/
border:1px solid #868F85;
color:#E6E4E1;
}
.connect_item span svg {
    width:22px;
    height:22px;
    fill:#fff;
}
.social {
    margin:82px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.social a {
    margin:0 17px 0 0;
}
.social a svg {
    width:20px;
    height:20px;
    fill:#868F85;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social a:hover svg {
    fill:#E6E4E1;
}

.projects_welcome {
    position: relative;
    line-height: 0;
    height:600px;
}
.projects_welcome img {
    object-fit: cover;
    width:100%;
    height: 100%;
}
.projects_welcome div {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-family: Gilmer_Heavy;
    padding:80px 60px;
    font-size:50px;
    background: rgba(32,33,34,0.5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.projects_welcome div span {
    font-family: Gilmer_Outline;
    margin:0 20px 0 0;
}
.project_wrapper {
    background: #E6E4E1;
}
.project_wrapper.highlight {
    background: #868F85;
}
.project {
    padding:100px 0;
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
    max-width: 1200px;
    margin:0 auto;
}
.project_info {
    width:50%;
    padding:0 100px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.project_info.news {
    padding:0 0 0 80px;
}
.project_title {
    font-family: Gilmer_Heavy;
    color:#202122;
    font-size:45px;
    line-height: 52.5px;
}
.project_title.news_title_temp {
    font-family: "BPG LE Studio 04", sans-serif;
    font-size:32px;
    line-height: 48px;
    font-weight: bold;
}
.project_title.use_geo_font {
    font-family: Noto Sans Georgian;
    font-weight: 800;
    font-size:35px;
}
.project_title.use_geo_font span {
    font-family: Noto Sans Georgian;
    font-weight: 400;
}
.project_title span {
    display: block;
    font-family: Gilmer_Regular;
    font-size:19px;
    line-height: 19px;
    margin:0 0 20px 0;
    color:#868F85;
}
.project_params {
    color:#868F85;
    font-size:19px;
    font-family: Gilmer_Light;
}
.project_params div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:8px 0;
}
.project_params div span {
    width:110px;
    color:#202122;
}
.project_wrapper.highlight .project_title span {
    color:#E6E4E1;
}
.project_wrapper.highlight .project_params {
    color:#fff;
}
.project_wrapper.highlight .project_params div span {
    color:#E6E4E1;
}
.project_more {
    color:#202122;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Gilmer_Medium;
    font-size:16px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project_more.use_geo_font {
    font-family: Noto Sans Georgian;
    font-weight: 500;
}
.project_more:hover {
    opacity: 0.7;
}
.project_more span {
    margin:0 0 0 12px;
    animation-name: project_more;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size:18px;
}
@keyframes project_more {
  0%   {margin:0 0 0 12px;}
  50%  {margin:0 0 0 22px;}
  100% {margin:0 0 0 12px;}
}
.project_wrapper.highlight .project_title {
    color:#E6E4E1;
}
.project_wrapper.highlight .project_more {
    color:#E6E4E1;
}
.project_photo {
    width:50%;
    line-height: 0;
}

.artists_wrapper {
    
}
.artists {

}
.artists_title {
    text-align: center;
    font-size:50px;
    font-family: Gilmer_Heavy;
    text-transform: uppercase;
}
.artists_title span {
    font-family: Gilmer_Outline;
}
.artists_filter {
    margin:80px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.artists_filter_title {
/*    width:103px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:21px;
/*    text-transform: uppercase;*/
    font-family: Gilmer_Bold;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artists_filter_title.hidden {
    display: none;
}
.artists_filter_title:hover {
    color:#868F85;
}
.artists_filter_title:hover svg {
    fill:#868F85;
}
.artists_filter_title svg {
    fill:#E6E4E1;
    width:30px;
    height: 30px;
    margin:0 15px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artists_filter_close {
/*    width:103px;*/
    display: none;
    align-items: center;
    justify-content: flex-start;
    font-size:21px;
/*    text-transform: uppercase;*/
    font-family: Gilmer_Bold;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#868F85;
}
.artists_filter_close.active {
    display: flex;
}
.artists_filter_close:hover {
    color:#E6E4E1;
}
.artists_filter_close:hover svg {
    fill:#E6E4E1;
}
.artists_filter_close svg {
    fill:#868F85;
    width:30px;
    height: 30px;
    margin:0 15px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artists_filter_items {
    margin:0 0 0 30px;
    padding:0 0 0 30px;
    border-left: 2px solid #868F85;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    pointer-events: none;
}
.artists_filter_items a {
    color:#868F85;
    font-size:19px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 1px transparent #fff;
    padding:12px 10px;
}
.artists_filter_items a.active {
    border-bottom: 2px solid #fff;
    font-family: Gilmer_Bold;
    color:#E6E4E1
}
.artists_filter_items a:hover {
    color:#E6E4E1;
}
.artists_filter_items span {
    margin:0 14px;
    color:#868F85;
}
.artists_filter_items.active {
    opacity: 1;
    pointer-events: all;
}


.artists_list {
    margin:150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.artists_list.with_filter {
    margin-top: 0px;
}
.artist {
    width:25%;
    line-height: 0;
    position: relative;
}
.artist img {
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artist span {
    position: absolute;
    z-index: 1;
    bottom:0;
    left:0;
    width:100%;
    height:65px;
    background: rgba(32,33,35,0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artist_bio_title {
    position: absolute;
    bottom:32px;
    left:0;
    width:100%;
    z-index: 2;
    text-align: center;
    font-family: "Gilmer_Medium";
    font-size:19px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artist_bio_contact {
    position: absolute;
    bottom:calc(50% - 10px);
    left:0;
    width:100%;
    z-index: 2;
    text-align: center;
    font-family: "Gilmer_Heavy";
    text-transform: uppercase;
    font-size:22px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artist:hover .artist_bio_contact:hover {
    opacity: 0.7;
    pointer-events: all;
}
.artist_bio_social {
    position: absolute;
    bottom:22px;
    left:0;
    width:100%;
    z-index: 2;
    text-align: center;
    font-family: "Gilmer_Heavy";
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.artist_bio_social a {
    margin:0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size:19px;
    color:#fff;
}
.artist_bio_social a:hover {
    cursor: pointer;
    opacity: 0.6;
}
.artist:hover img {
    filter:none;
}
.artist:hover span {
    filter:none;
    height: 100%;
    background: rgba(32,33,35,0.6);
}
.artist:hover .artist_bio_title {
    opacity: 1;
    bottom:75px;
}
.artist:hover .artist_bio_contact {
    opacity: 1;
}
.artist:hover .artist_bio_social {
    opacity: 1;
}

.srv_list {
    max-width: 1200px;
    margin:150px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.srv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin:0 auto;
    margin-bottom: 100px;
}
.srv_photo {
    width:50%;
    line-height: 0;
}
.srv_photo img {
    filter: grayscale(100%);
}
.srv_info {
    width:50%;
    padding:0 100px 0 0;
}
.srv_info.right {
    padding:0 0 0 80px;
}
.srv_title {
    font-family: Gilmer_Heavy;
    font-size:35px;
}
.srv_desc {
    margin:50px 0 0 0;
    font-size:22px;
    line-height: 33px;
    font-family: Gilmer_Light;
}

.srv_sub {
    margin:40px 0 0 0;
}

.accordion {
  background-color: transparent;
  color: #E6E4E1;
  cursor: pointer;
  padding:0px;
  margin:8px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-family: Gilmer_Bold;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.active, .accordion:hover {
   color:#868F85;
}
.panel {
  display: none;
  overflow: hidden;
  border-left: 1px solid #868F85;
  padding:0 0 0 30px;
  margin:10px 0;
}
.panel p {
    margin:0px;
}
.about_list {
    margin:150px 0 0 0;
}
.about_cover {
    line-height: 0;
    height:500px;
}
.about_cover.second {
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: 40px;
}
.about_cover img {
    object-fit: cover;
    width:100%;
    height: 100%;
}
.about_text {
    max-width: 1200px;
    padding:100px 0;
    margin:0 auto;
    font-size: 22px;
    line-height: 33px;
    font-family: Gilmer_Light;
}
.about_gallery {
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_gallery div {
    width:calc(50% - 20px);
    height: 350px;
}
.about_gallery img {
    object-fit: cover;
    width:100%;
    height: 100%;
}
.menu_bg {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #202122;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
    opacity: 0;
}
.menu_bg.active {
    opacity: 1;
}
.menu_content {
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_content.active {
    opacity: 1;

}
.menu_a {
    line-height: 0;
    position: absolute;
    top:0;
    left:0%;
    transform: rotate(0deg);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 10;
}
.menu_a img {
    height:0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.menu_a.full {
    line-height: 0;
    position: absolute;
    top:-10vh;
    left:-13%;
    transform: rotate(90deg);
}
.menu_a.full img {
    height:120vh;
}
.menu_split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    position: relative;
    z-index: 11;
    width:100%;
}
.menu_left {
    width:50%;
    padding:0 0 0 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.menu_left.active {
    opacity: 1;
    padding:0 0 0 80px;
}
.menu_left a {
    display: block;
    margin: 26px 0;
    font-family: "Gilmer_Heavy";
    text-transform: uppercase;
    font-size: 30px;
    cursor: pointer;
    color:#E6E4E1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.menu_left a.lang {
    border-top: 1px solid #fff;
    width:100px;
    padding:20px 0 0 0;
}
.menu_left.active a {
    pointer-events: all;
}
.menu_left a.active {
    color:#202122;
}
.menu_left a:hover {
    color:#202122;
}
.menu_close {
    position: fixed;
    right:60px;
    top:40px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_close:hover {
    opacity: 0.5;
}
.menu_close.active {
    pointer-events: all;
}
.menu_close svg  {
    fill:#fff;
    width:42px;
    height:42px;
}
.menu_lang {
    position: absolute;
    right:80px;
    top:calc(50% - 20px);
}
.menu_lang a {
    color:#E6E4E1;
    font-family: "Gilmer_Heavy";
    font-size: 25px;
    text-transform: uppercase;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_lang a img {
    height:30px;
    border-radius: 100%;
    margin:0 15px 0 0;
}
.menu_lang a:hover {
    opacity: 0.8;
}
.menu_right {
    width:50%;
    text-align: right;
    padding:0 0 0 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    position: relative;
    height:100vh;
}
.menu_right.active {
    padding:0 60px 0 0;
    opacity: 1;
}
.slogan {
    position: absolute;
    right:80px;
    bottom:80px;
    font-size:24px;
    color:#E6E4E1;
    font-family: "Gilmer_Light";
}
.slogan span {
    margin:14px 0 0 0;
    display: block;
    font-family: "Gilmer_Heavy";
}

.project_det_wrapper {
    background: #E6E4E1;
    padding:80px 0;
    min-height: 1000px;
}
.project_det {
    max-width: 1200px;
    margin:0 auto;
}
.project_det_params {
    color:#202122;
    font-size:22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ADADAD;
    padding:0 0 35px 0;
}
.project_det_params div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:8px 0;
}
.project_det_params div span {
    color:#868F85;
    margin:0 10px 0 0;
}
.project_det_desc {
    margin:80px 0 0 0;
    color:#202122;
    font-size:22px;
    line-height: 33px;
}

.news_det_wrapper {
    background: #E6E4E1;
    padding:70px 0 150px 0;
    min-height: 1000px;
}
.news_det {
    max-width: 1200px;
    margin:0 auto;
}
.news_det_date {
    color:#868F85;
    font-family: Noto Sans Georgian;
    font-size:17px;
}
.news_det_title {
    margin:30px 0 0 0;
    color:#202122;
    font-weight: 900;
    font-size:32px;
    font-family: "BPG LE Studio 04", sans-serif;
    line-height: 48px;
    font-weight: bold;
}
.news_det_desc {
    padding:80px 0 0 0;
    color:#202122;
    font-size:18px;
    line-height: 27px;
    font-family: "BPG LE Studio 04", sans-serif;
}
.news_det_photo {
    margin:80px 0 0 0;
}
.news_det_photo_split {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_det_photo_split div {
    margin:40px 0 0 0;
    width:calc(50% - 20px);
    height:350px;
}
.news_det_photo_split div img {
    object-fit: cover;
    width:100%;
    height: 100%;
}

.gallery {
    max-width: 1200px;
    margin:0 auto;
/*    background: #282929;*/
    margin-top: 100px;
    margin-bottom: 100px;

}
.gallery-show {

}
.gallery-thumbs {
    margin:50px 0 0 0;
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-slide {
        
}
.gallery-slide img {
    max-height: calc(100vh - 184px);
    margin-left: auto;
    margin-right: auto;
}
.gallery-thumb {
    width:20%;
    line-height: 0;
/*    height:104px !important;*/
    margin:0 10px;
    opacity: 0.4;
    border:2px solid transparent;
/*    background: #282929;*/
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.gallery-thumb:hover {
    opacity: 0.8;
}
.gallery-thumb.slick-current {
    opacity: 1;
/*    background: #fff;*/
/*    border:2px solid #868F85;*/
}
.gallery-thumb img {
/*    width:100%;*/
    object-fit: cover;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.slick-track {
    margin:auto;
}
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

/* RESPONSIVE */

@media only screen and (max-width : 600px) {

    .all_partners {
        font-size:19px;
        margin-top: 35px;
    }
    .all_partners svg {
        margin:2px 0 0 15px;
    }
    .menu_lang {
        top:26px;
        left:20px;
        right:unset;
    }
    .menu_lang a {
        font-size:19px;
    }
    .menu_lang a img {
        height:26px;
    }

    .container {
        padding:0 20px;
    }
    .logo img {
        height:35px;
    }
    .menu_open svg {
        width:32px;
        height:32px;
    }
    .header {
        height:90px;
    }
    .menu {
        position: static;
        top: 46px;
        right: 60px;
        z-index: 2;
        margin:2px 0 0 0;
    }
    .welcome {
        align-items: flex-start;
    }
    .welcome_title {
        font-size:24px;
        line-height: 36px;
    }
    .welcome_desc {
        margin:40px 0 0 0;
        font-size:16px;
        line-height: 24px;
    }
    .welcome_headline {
        font-size:40px;
        top:195px;
        width:40px;
    }
    .welcome_info {
        width: calc(100% - 40px);
        padding: 70px 30px 0 0;
    }
    .what_we_do_wrapper {
        padding:70px 0 30px 0;
    }
    .what_we_do {
        display: block;
    }
    .what_we_do_info {
        width:100%;
        padding:0px;
    }
    .what_we_do_title  {
        font-size:22px;
    }
    .what_we_do_photo {
        width:100%;
    }
    .what_we_do_desc {
        margin:30px 0 0 0;
        font-size:17px;
        line-height: 24px;
    }
    .what_we_do_photo {
        margin:45px 0 0 0;
    }


    .contact_a {

    }
    .contact_a.full {
        line-height: 0;
        position: absolute;
        top:48vh;
        left:-20%;
        transform: rotate(90deg);
    }
    .contact_a.full img {
        height:120vh;
    }

    .menu_a.full {
        line-height: 0;
        position: absolute;
        top:40vh;
        left:-20%;
        transform: rotate(90deg);
    }
    .menu_a.full img {
        height:120vh;
    }

    .social {
        justify-content: flex-end;
        margin:80px 40px 0 0;
    }
    .contact_data {
        padding:0px;
    }
    .touch_form_item input {
        width: calc(100% - 40px);
    }
    .contact_wrapper {
       height: auto;
       min-height: 100vh;
    }
    .contact {
        height: auto;
       min-height: 100vh;
    }
    .touch_form_item input {
        margin:10px 0;
        height: 40px;
        font-size:13px;
    }
    .connect_item {
        font-size:16px;
        margin:0 0 15px 0;
    }
    .connect_item span {
        width:32px;
        height:32px;
    }
    .connect_item span svg {
        width:15px;
        height: 15px;
    }
    .contact_data {
        display: block;
    }
    .touch {
        width:100%;
    }
    .connect {
        width:100%;
        padding:0px;
        margin:50px 0 0 0;
    }
    .touch_send {
        margin:15px 0 0 0;
    }

    .menu_close {
        position: fixed;
        right:24px;
        top:26px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu_close svg {
        width:28px;
        height:28px;
    }
    .menu_split {
        height:100vh;
    }
    .menu_left {
        padding-bottom: 120px;
    }
    .menu_left.active {
        width:100%;
        padding:0 20px 120px 20px;
    }
    .menu_left a.active {
        color:#868F85;
    }
    .menu_right {
        width:100%;
        height: auto;
        padding:0px;
        position: absolute;
        bottom:0;
        right:0;
    }
    .menu_right.active {
        padding:0px;
    }

    .menu_left a {
        font-size:19px;
        margin:10px 0;
    }

    .slogan {
        bottom:150px;
        right:0;
        text-align: right;
        padding:0 20px 0 20px;
        margin: 0px;
        font-size: 16px;
    }
    .menu_right.active {
        bottom:0;
        right:0;
    }
    .slogan span {
        margin:0 0 0 0;
    }

}


@media only screen and (max-width : 800px) {

    .slick-track .slick-slide {
      display: block !important;
    }

    .gallery {
        margin:40px 0 0 0;
    }
    .service {
        flex-wrap: wrap;
        padding:30px 0 20px 0;
    }
    .service_info {
        width:100%;
        order:2;
        margin:35px 0 0 0;
        padding:0px;
    }
    .service_photo {
        order:1;
        width:100%;
    }
    .service_headline {
        display: none;
    }
    .service_title {
        font-size:24px;
        text-align: center;
    }
    .service_desc {
        margin:25px 0 70px 0;
        font-size:17px;
        line-height: 24px;
        text-align: center;
    }
    .service_arrows {
        display: none;
    }
    .artists_title {
        font-size:32px;
        margin:35px 0 0 0;
    }
    .about_list {
        margin:80px 0 0 0;
    }
    .about_text {
        padding:40px 0;
        font-size:17px;
        line-height: 25px;
    }
    .about_gallery {
        display: block;
    }
    .about_gallery div {
        width:100%;
        margin:0 0 34px 0;
    }
    .about_cover {
        height: 240px;
    }
    .artists_list.with_filter {
        margin:50px 0 0 0;
    }
    .artist {
        width:50%;
    }
    .artist_bio_title {
        font-size:15px;
        line-height: 22px;
        bottom:0;
        height:45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .artist span {
        height: 45px;
    }
    .artist:hover .artist_bio_title {
        bottom:unset;
        top:0;
    }
    .artist_bio_contact {
        top: 52%;
        left: 0;
        font-size: 18px;
    }
    .artist_bio_social {
        bottom:10px;
    }

    .srv_list {
        display: block;
        margin:80px 0 0 0;
    }
    .srv {
        flex-wrap: wrap;
    }
    .srv_info {
        width:100%;
        padding:0px;
        order:2;
        padding:25px 0 0 0;
    }
    .srv_photo {
        margin:0 0 0 0;
        width:100%;
        order:1;
    }
    .srv_title {
        font-size:26px;
    }
    .srv_desc {
        margin:30px 0 0 0;
        font-size:17px;
        line-height: 25px;
    }
    .accordion-faq .link {
        font-size:18px !important;
    }
    .srv_info.right{
        padding:25px 0 0 0;
    }

    .projects_welcome {
        height:300px;
    }
    .projects_welcome div {
        font-size:28px;
        padding:0 20px 40px 20px;
    }
    .project {
        display: block;
        padding:60px 0;
    }
    .project_info {
        width:100%;
        padding:0px;
    }
    .project_photo {
        margin:20px 0 0 0;
        width:100%;
    }
    .project_title {
        font-size:30px;
    }
    .project_title.news_title_temp {
        font-size:24px;
        line-height: 36px;
    }
    .project_params {
        margin:30px 0 0 0;
    }
    .project_more {
        margin:20px 0;
    }
    .project_info.news {
        padding:40px 0 0 0;
    }
    .project_title.use_geo_font {
        font-size:26px;
        line-height: 32px;
    }
    .news_det_title {
        font-size:30px;
        line-height: 40px;
    }
    .news_det_wrapper {
        padding:40px 0 100px 0;
    }
    .news_det_desc {
        padding:30px 0 0 0;
        font-size:17px;
        line-height: 25px;
    }
    .news_det_photo_split {
        display: block;
    }
    .news_det_photo_split div {
        width:100%;
        height:240px;
    }
    .clients_wrapper.inside {
        margin:40px 0 0 0;
    }

    .artists_filter {
        flex-direction: column;
        align-items: flex-start;
        margin:40px 0 30px 0;
    }
    .artists_filter_title {
        margin:0 auto;
        font-size:19px;
    }
    .artists_filter_title svg {
        margin-top: -3px;
        width:24px;
        height: 24px;
    }
    .artists_filter_close {
        margin:0 auto;
        font-size:19px;
    }
    .artists_filter_close svg {
        margin-top: -3px;
        width:24px;
        height: 24px;
    }
    .artists_filter_items {
        padding:0px;
        border-left: none;
        margin:0 auto;
        margin-top: 10px;
    }
    .artists_filter_items span {
        margin:0 6px;
    }
    .artists_filter_items a {
        font-size:16px;
        padding:0px;
    }
    .artists_filter_items a.active {
        border:none;
    }

}


@media only screen and (max-width : 1000px) {
    .clients {
         width:100%;
    }
    .clients_list {
       margin:50px 0 0 0;
    }
    .client {
        width:calc(50% - 10px);
    }
    .client span {
        text-align: center;
        font-size:17px;
    }
    .clients_title {
        font-size:30px;
    }
    .clients_wrapper {
        padding:80px 0 60px 0;
    }




}


@media only screen and (max-width : 700px) {
    .gallery-thumbs {
        margin:30px 0 0 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .gallery-thumb {
        margin:0 5px;
    }
    .gallery-thumb img {
        height: 50px;
        
    }
}


@media only screen and (max-width : 1000px) {

    .project_det_wrapper {
        padding:30px 0;
    }
    .project_det_params {
        display: block;
        font-size:17px;
        padding:0 0 20px 0;
        line-height: 25.5px;
    }
    .project_det_params div {
        align-items: flex-start;
        margin:6px 0;
    }
    .project_det_params div span {
        width:80px;
    }
    .project_det_desc {
        margin:30px 0 0 0;
        font-size:17px;
        line-height: 25.5px;
    }
    

}


/* UPDATE - NOV 2024 */

.fancybox-close-small {
    display: none !important;
}
.popup_banner {
    display: none;
    width: 30%;
    background: #282929 !important;
    padding:0 !important;
    line-height: 0;
}
.popup_banner img {
    width: 100%;
    max-width: 100%;
}
.popup_banner span {
    position: absolute;
    top:40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size:22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popup_banner span:hover {
    background: #868F85;
}

.hero_wrapper {
    width: 100%;
    height: 100vh;
    margin-top: -140px;
    position: relative;
}
.hero_slider {

}
.hero_slider div.hero_item {
    width: 100%;
    height: 100vh !important;
}
.hero_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero_info {
    width: 100%;
    height: 100vh;
    padding:60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
/*    z-index: 1;*/
    flex-direction: column;
    pointer-events: none;
}
.hero_count {
    position: absolute;
    z-index: 3;
    bottom: 64px;
    left: 28px;
    font-family: Gilmer_Outline;
    font-size: 60px;
    color: #000;
}
.hero_title {
    font-family: Gilmer_Heavy;
    font-size: 40px;
    opacity: 0.8;
}
.hero_data {
    margin:30px 0 0 0;
}
.hero_data div {
    margin:5px 0 0 0;
}
.hero_more {
    margin:50px 0 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero_more a {
    pointer-events: all;
    font-family: Gilmer_Heavy;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #E6E4E1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero_more a:hover {
    opacity: 0.8;
}
.hero_more a svg {
    margin:0 0 0 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero_more a:hover svg {
    margin:0 0 0 18px;
    opacity: 0.8;
}
.hero_arrows {
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 1;
    padding:45px 60px;
    font-size:40px;
    pointer-events: none;
}
.hero_arrows div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    pointer-events: all;
}
.hero_arrows div:hover {
    color: #868F85;
}
.hero_arrows span {
    display: block;
    margin:-20px 22px 0 22px;
    font-family: Gilmer_Light;
    opacity: 0.3;
    height: 34px;
}

.success_ticket_popup {
    display: none;
    width: 500px;
    background: #282929 !important;
    padding:50px !important;
}
.ticket_success_icon {
    font-size:70px;
    color: #868F85;
    width: 100%;
    text-align: center;
}
.ticket_success_title {
    margin:35px 0 0 0;
    text-align:center;
    font-family: Gilmer_Heavy;
}
.ticket_success_desc {
    text-align:center;
    margin:20px 0 0 0;
    font-size:15px;
}
.ticket_popup {
    display: none;
    width: 500px;
    background: #282929 !important;
    padding:50px !important;
}
.ticket_popup_title {
    font-family: Gilmer_Heavy;
    font-size: 32px;
    text-transform: uppercase;
}
.ticket_popup_error {
    color:#cf4141;
    margin:25px 0 0 0;
    font-family: Gilmer_Medium;
    font-size: 19px;
}
.ticket_popup_form {
    margin:40px 0 0 0;
}
.ticket_popup_form_item {
    margin:15px 0;
}
.ticket_popup_form_item span {
    display: block;
    font-size:17px;
    opacity: 0.7;
}
.ticket_popup_form_item div {
    margin:8px 0 0 0;
}
.ticket_popup_form_item div input {
    width: 100%;
    height: 50px;
    padding:0 20px;
    background: #fff;
    border:none;
    outline: none;
    background: #202122;
    font-family: Gilmer_Bold;
    font-size:16px;
    color: #E6E4E1;
}
.ticket_popup_form_submit {
    margin:30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background: #ADADAD;
    height: 50px;
    background: #2E4337;
    text-transform: uppercase;
    font-family: Gilmer_Bold;
    cursor: pointer;
    color: #E6E4E1;
}
.ticket_popup_form_submit:hover {
    background: #868F85;
}

.experiences_promo_wrapper {
    background: #282929;
    padding:100px 0;
}
.experiences_promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.experiences_promo_photo {
    width: 40%;
    line-height: 0;
}
.experiences_promo_info {
    width: 60%;
    text-align: right;
    padding:0 0 0 50px;
}
.experiences_promo_info_title {
    width: 100%;
    font-family: Gilmer_Heavy;
    font-size: 32px;
}
.experiences_promo_info_subtitle {
    margin:25px 0 0 0;
    width: 100%;
    font-family: 'Gilmer_Light';
    font-size: 26px;
}
.experiences_promo_info_desc {
    width: 100%;
    margin: 70px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-family: Gilmer_Light;
}
.experiences_promo_info_more {
    margin:80px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.experiences_promo_info_more a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    color: #E6E4E1;
    font-family: Gilmer_Medium;
    font-size: 19px;
    opacity: 0.7;
}
.experiences_promo_info_more a svg {
    margin:0 0 0 16px;
}
.experiences_promo_info_more a:hover {
    opacity: 1;
}
.experiences_title {
    font-family: Gilmer_Heavy;
    font-size: 42px;
    text-align: center;
}
.experiences_qr {
    margin:50px 0 0 0;
    text-align: center;
}
.experiences_qr.inside {
    margin:100px 0 0 0;
}
.experiences_qr img {
    height: 120px;
}
.experiences_qr span {
    display: block;
    text-align: center;
    font-family: Gilmer_Bold;
}

.experiences_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin:0 auto;
    margin-top: 100px;
}
.experiences_list_item {
    margin:0 0 75px 0;
    width: calc(50% - 40px);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.experiences_list_item_photo {
    line-height: 0;
    height: 400px;
}
.experiences_list_item_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
/*    border-radius: 30px;*/
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experiences_list_item_info {
    color: #E6E4E1;
    position: absolute;
    bottom:0;
    left:0;
    height: 100px;
    z-index: 1;
    width: 100%;
    background: rgba(32,33,35,0.7);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding:0 30px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experiences_list_item:hover .experiences_list_item_info {
    height: 100%;
}
.experiences_list_item:hover .experiences_list_item_photo img {
    filter:grayscale(0%);
}
.experiences_list_item_info_title {
    font-family: Gilmer_Heavy;
    font-size: 26px;
}
.experiences_list_item_info_desc {
    margin:3px 0 0 0;
    font-size: 16px;
    opacity: 0.8;
}
.experiences_list_item_info_date {
    font-size: 17px;
    text-align: right;
}
.experiences_list_item_more {
    position: absolute;
    z-index: 2;
    top:-70px;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-family: Gilmer_Heavy;
    font-size: 30px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.experiences_list_item_more svg {
    margin:0 0 0 18px;
    color: #868F85;
}
.experiences_list_item:hover .experiences_list_item_more {
    opacity: 1;
    top:0;
}
.experiences_addon {
    font-size: 19px;
    line-height: 28.5px;
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: 100px;
}
.experience_in_wrapper {
    padding:20px 0 0 0;
}
.experience_in {
    max-width: 1200px;
    margin: 0 auto;
}
.experience_in_cover {
    position: relative;
}
.experience_in_photo {
    object-fit: cover;
    width: 100%;
    height: 500px;
    line-height: 0;
}
.experience_in_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.experience_in_header {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.experience_in_left {

}
.experience_in_left div {
    font-family: Gilmer_Heavy;
    font-size: 28px;
}
.experience_in_left span {
    display: block;
    margin: 7px 0 0 0;
    font-size: 18px;
    opacity: 0.8;
}
.experience_in_right {

}
.experience_in_right div {
    font-size: 19px;
    text-align: right;
    margin:0 0 3px 0;
}
.experience_in_right div:last-child {
    margin:0px;
}
.experience_in_info {
    margin: 60px 0 0 0;
    margin-left: 50px;
}
.experience_in_info_desc {
    font-size: 19px;
    line-height: 28.5px;
    opacity: 0.7;
}
.experience_in_info_alert {
    font-size: 19px;
    line-height: 28.5px;
    font-family: Gilmer_Bold;
}
.experience_in_prices {
    margin:80px 0 0 0;
    padding:0 50px;
}
.experience_in_prices_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.experience_in_price {
    width: calc(100% / 3 - 20px);
    background: #282929;
    padding:22px 0 20px 0;
    border-radius: 15px;
}
.experience_in_price div {
    font-family: Gilmer_Medium;
    text-align: center;
    color: #868F85;
    font-size: 20px;
}
.experience_in_price_cost {
    margin:10px 0 0 0;
    display: block;
    font-family: Gilmer_Bold;
    text-align: center;
    font-size: 25px;
}
.experience_in_price_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin:0 20px;
    margin-top: 24px;
    background: #ADADAD;
    height: 46px;
    background: #2E4337;
    text-transform: uppercase;
    font-family: Gilmer_Bold;
    cursor: pointer;
    color: #E6E4E1;
}
.experience_in_price_buy:hover {
    background: #868F85;
}



@media only screen and (max-width : 600px) {

.experiences_promo_wrapper {
    padding:80px 0 40px 0;
}
.experiences_promo {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}
.experiences_promo_info {
    order:1;
    width: 100%;
    padding: 0px;
    text-align: left;
}
.experiences_promo_info_title {
    font-size: 24px;
}
.experiences_promo_info_desc {
    margin:35px 0 0 0;
    font-size: 17px;
    line-height: 25.5px;
}
.experiences_promo_info_more {
    margin:40px 0 0 0;
    justify-content: flex-start;
}
.experiences_promo_info_more a {
    font-size: 16px;
    font-family: Gilmer_Bold;
}
.experiences_promo_info_more a svg {
    margin-top: -2px;
}
.experiences_promo_photo {
    order: 2;
    width: 100%;
    margin:40px 0 0 0;
}



}