* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: .04em;
}

img {
    max-width: 100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

a.lnk {
    word-break: break-all;
    transition: .2s;
}

a.lnk:hover {
    text-decoration: underline;
    color: #00AAEF;
}

b,
strong {
    font-weight: 700;
    font-size: inherit
}

p,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.clear {
    clear: both;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
    background: rgba(255, 255, 255, 0.95);
}
#cookieGuardMsg {
    background: rgb(0, 159, 227, .9)
}
#authoriseCookies {
    background: #FFF;
    color: #000;
}
/* html:not(.artist-detail-page) main {
    padding-top: 175px;
} */

header .fair-header-logo img {
    width: 280px;
    transition: .2s;
}
nav .menu{
    display: none;
    padding-right: 10px;
}
.sticky-menu header .fair-header-logo img {
    width: 115px;
}
.important-txt{
    width:600px;
    max-width:95%;
    margin: 0 auto;
    text-align: center;
}
.important-txt span{
    color: #C0392B;
}
header .fair-header-date {
    padding-left: 15px;
}
nav>ul>li.mobile{
    display:none
}
.purchase-ticket-page .thank-purchase{
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.purchase-ticket-page .thank-purchase h2{
    font-size: 35px;
    line-height: 1.2em;
    margin:20px 0;
}
.purchase-ticket-page .thank-purchase p{
    color: blue;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.purchase-ticket-page .thank-purchase hr{
    width: 57px;
    height: 3px;
    background-color: #0f58fb;
    margin: 10px auto 14px;
    }

header .fair-header-date img {
    width: 272px;
    transition: .2s;
}

.sticky-menu header .fair-header-date img {
    width: 0;
    opacity: 0;
}
.squadup-user-banner div.text-center,
.su-nav-switcher-container,
.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box .description-container .description-inner .start-at,
#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.event-checkout-detail > div.text-center > button,
.general-vip-tickets #squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > p > a > span,
.general-vip-tickets #squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.row.form-group > div > form > div,
.general-vip-tickets #squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.event-checkout-detail > form > div > div > div.row > div > div.text-left > div{
    display: none!important;
}

.squadup-checkout-app .squadup-row-centered > .squadup-navigation-view-container .squadup-embed-view{
    min-height: auto!important;
    margin-bottom: 40px!important;
}

/* #region covid19 popup */
.mailing-list-popup-outer{    
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(255,255,255, 0.7);
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.mailing-list-popup-outer.open{
    display: flex;
}
.mailing-list-popup-outer .popup-title{
    letter-spacing: .4px;
    padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
    color: #00AAEF;
}
.mailing-list-popup-outer .popup-txt{
    color: #333;
    text-align: center;
}
.mailing-list-popup-outer .close-popup{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #00AAEF!important;
    cursor: pointer;
}
.mailing-list-popup-outer .close-popup:hover{
    opacity: .5;
}
.mailing-list-popup-outer .mailing-list-popup{
    width: 80%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid #00AAEF;
    background: #fff;
    padding: 38px 40px;
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    transform: scale(0);
    transition: all .3s;
}
.mailing-list-popup-outer .mailing-list-popup.open{
     transform: scale(1);
}

/* #endregion */

header .fair-header-date div {
    border-top: 1px solid #00AAEF;
    border-bottom: 1px solid #00AAEF;
    margin-top: 5px;
    transition: .2s;
}

.sticky-menu header .fair-header-date div {
    border-color: transparent;
}

header .logo-area {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
header .logo-area>a{
    max-width: 576px;
}
header .logo-area a.date-logo{
    margin-top: 12px;
}

nav>ul {
    display: flex;
    margin: 0 auto;
    width: 1260px;
    max-width: 100%;
}

nav ul ul {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
}

nav ul ul li a {
    padding: 4px 10px;
    color: #7F7F7F;
}

nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

nav>ul>li {
    padding: 0 10px;
    margin-right: 40px;
    position: relative;
}

nav>ul>li:first-child {
    padding-left: 0;
}

nav ul li a {
    display: inline-block;
    color: #7F7F7F;
    white-space: nowrap;
    transition: .2s;
}

.squadup-checkout-app .start-at *,
.squadup-even-titlebar.flexxy-centered .time *,
.squadup-even-titlebar.flexxy-centered .location-name {
    color: #000;
}

nav>ul>li>a {
    line-height: 48px;
}

.sticky-menu nav>ul>li a {
    line-height: 24px;
}

nav ul li a:hover,
.active-menu-visitors .active-menu-visitors>a,
.active-menu-exhibitors .active-menu-exhibitors>a,
.active-menu-vip .active-menu-vip>a,
.active-menu-press .active-menu-press>a,
.active-menu-sponsors .active-menu-sponsors>a,
.active-menu-contact .active-menu-contact>a {
    color: #00AAEF
}

.header-main {
    margin: 0 auto;
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: .2s;
}

.sticky-menu .header-main {
    padding-bottom: 8px;
}

.error-page .content{
    width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 100%;
}

.header-social {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}
.text-page .content{
    width: 1280px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.text-page .content p{
    margin-bottom: 10px;
}
.text-page .page-title p{
    text-transform: none;
}
.squadup-checkout-app{
    padding-top: 380px;
}
.text-page .content ol{
    list-style-position: inside;
}
.text-page .content ol li{
    margin: 5px 0;
}
.ui-icon {
    width: 22px;
    height: 22px;
    padding: 4px;
    background-size: 260px;
    display: inline-block;
    vertical-align: top;
    background-image: url('../images/ui-icons.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 20px;
    box-sizing: content-box;
    transition: .2s;
}

.ui-icon.sz-1 {
    width: 25px;
    height: 25px;
    background-size: 320px;
}

.header-social a:hover {
    opacity: .8;
}

.header-social input {
    font-size: 12px;
    padding: 4px;
    width: 0;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.header-social input.open {
    border: 1px solid #000;
    width: 160px;
}

.ico-search {
    background-position: -167px -89px;
}

.ico-facebook {
    background-position: -63px -11px;
}

.ico-twitter {
    background-position: -114px -11px;
}

a.ico-instagram {
    background-position: -167px -11px;
    padding-right: 0;
}
a.ico-as{
   margin-left: 20px;
   margin-bottom: 4px;
}
.header-right .menu {
    margin-top: 25px;
    transition: .2s;
}

.sticky-menu .header-right .menu {
    margin-top: 0;
}

.header-right .menu ul {
    display: flex;
}
.menu-btn{
    margin-left: 10px;
    width: 40px;
    cursor: pointer;
    height: 47px;
    display: none;
    align-items: center;
}
.menu-btn a{
    display: inline-block;
    height: 2px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    background: #000;
    transition: background-color 125ms 175ms ease-in;
}
.menu-btn a::before{
    border-radius: 4px;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #000;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in
}
.menu-btn.active a::before{
    left: -80px;
    top: -80px;
    transform: translate3d(80px,80px,0) rotate(45deg);
    transition: left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}
.menu-btn a::after{
    border-radius: 4px;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    transition: transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in
}
.menu-btn.active a{
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}
.menu-btn.active a::after{
    right: -80px;
    top: -80px;
    transform: translate3d(-80px,80px,0) rotate(-45deg);
    transition: right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);
}
.header-right .menu li a {
    letter-spacing: .04em;
    line-height: 20px;
}
.header-right .menu li a:hover{
    color: #00AAEF;
    text-decoration: underline
}

.header-right .menu li {
    padding-left: 10px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-right .menu li:not(:last-child):after {
    content: "\007C";
    display: inline-block;
    width: 1px;
    padding-left: 10px;
}

.home-slideshow .img,
.artcity-slideshow .img  {
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-slideshow .img-area,
.artcity-slideshow .img-area{
    position: relative;
}
.home-slideshow .img-area a,
.artcity-slideshow .img-area a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.home-slideshow .slick-prev,
.home-slideshow .slick-next,
.artcity-slideshow .slick-prev,
.artcity-slideshow .slick-next,
.pg-slideshow-area .slick-prev,
.pg-slideshow-area .slick-next,
.dealers-artworks .slick-prev,
.dealers-artworks .slick-next {
    width: 50px;
    height: 50px;
    background-color: #D8D8D8;
    opacity: 1;
}

.dealers-artworks .slick-prev,
.dealers-artworks .slick-next {
    transform: translate(0, -100%)
}

.home-slideshow .slick-prev,
.artcity-slideshow .slick-prev,
.pg-slideshow-area .slick-prev,
.dealers-artworks .slick-prev {
    left: 0;
}

.home-slideshow .slick-next,
.artcity-slideshow .slick-next,
.pg-slideshow-area .slick-next,
.dealers-artworks .slick-next {
    right: 0;
}

.home-slideshow .slick-next::before,
.artcity-slideshow .slick-next::before,
.pg-slideshow-area .slick-next::before,
.dealers-artworks .slick-next::before {
    content: "\003E";
    color: #000;
    opacity: 1;
    font-size: 10px;
}

.home-slideshow .slick-prev::before,
.artcity-slideshow .slick-prev::before,
.pg-slideshow-area .slick-prev::before,
.dealers-artworks .slick-prev::before {
    content: "\003C";
    color: #000;
    opacity: 1;
    font-size: 10px;
}

.home-content .home-about {
    max-width: 1140px;
    margin: 120px auto;
    padding: 0 10px;
    text-align: center;
}

.home-about .txt,
.home-about .txt * {
    font-family: 'Palatino Linotype W01';
    font-size: 27px;
    line-height: 140%;
    font-weight: 300;
    letter-spacing: .04em;
}

.home-about .txt b {
    font-weight: 700;
}

.home-about .home-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-about .home-video{
    position: relative;
    margin-top: 50px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 56.25%;
}

.static-blocs {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
    justify-content: space-between;
}

.static-blocs .item {
    max-width: 480px;
    width: 46%;
}

.static-blocs .item .txt-area .item-title {
    font-family: 'DINNextW01-CondensedReg';
    line-height: 120%;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 700;
}

.static-blocs .item .txt-area {
    padding-top: 40px;
    text-align: left;
}

.static-blocs .item .txt-area .description {
    font-size: 16px;
}

a.lnk-plus {
    font-size: 14px;
    line-height: 120%;
    transition: .2s;
}

a.lnk-plus::before {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    content: '\002B';
}

a.lnk-plus:hover {
    color: #00AAEF
}

.news-letter {
    background-color: #EBEBEB;
    padding: 60px 0;
    margin-bottom: 80px;
}

.news-letter-inner {
    width: 1140px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    align-items: center;
}

.news-letter-inner .txt {
    font-family: 'Palatino Linotype W01';
    max-width: 540px;
    line-height: 180%;
    font-size: 38px;
    text-align: center
}

.news-letter-inner form {
    padding-left: 30px;
}

.news-letter-inner form label {
    margin-bottom: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    color: #323232;
    display: block;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.news-letter-inner form input {
    width: 100%;
    margin-bottom: 24px;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    display: inline-block;
}

.news-letter-inner form input:focus {
    outline: 1px solid #5dacd6 !important;
}

.news-letter-inner form button {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding: 16px;
    line-height: 1;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.news-letter-inner form button:hover {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.home-page-title {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #CCC;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-top: 50px;
}

.home-page-title p {
    padding: 0 10px;
}

.home-page-title p,
.home-page-title p span {
    font-size: 50px;
    font-family: 'DINNextW01-CondensedReg';
    line-height: 120%;
    letter-spacing: .04em;
}

.home-page-title p span {
    color: #7F7F7F;
}

footer .related-fairs {
    background-color: #CCC;
    padding: 40px 0;
    margin-top: 90px;
}

footer .related-fairs .row {
    width: 1280px;
    max-width: 100%;
    padding: 0 10px;
    margin-left: auto;
    align-items: center;
    margin-right: auto;
}

footer .related-fairs .item {
    padding: 10px;
}

footer .related-fairs .line-1 {
    justify-content: space-between;
    margin-bottom: 30px;
}

footer .related-fairs .line-2 {
    justify-content: space-around;
}

.footer-main .item-title {
    font-family: 'Palatino Linotype W01';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 120%;
}

.footer-main .inner {
    width: 800px;
    max-width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.footer-main {
    padding: 15px 0;
}

.footer-main .inner .txt {
    margin-top: 20px;
}

.footer-main .inner .item.middle .txt {
    display: flex;
}

.footer-main .inner .item.middle .txt>div:first-child {
    margin-right: 20px;
}

.footer-copyright {
    background-color: #00AAEF;
}

.footer-copyright p {
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 30px;
    color: #fff;
}

.footer-social a {
    margin-left: 0;
    display: inline-block;
    margin-top: 20px;
}

.footer-social a:hover {
    opacity: .8;
}

.footer-social .ico-facebook {
    width: 13px;
    background-position: -86px -15px;
}

.footer-social .ico-instagram {
    background-position: -207px -15px;
}

.footer-social .ico-twitter {
    width: 24px;
    background-position: -141px -15px;
}

.page-title {
    margin-top: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #CCC;
}

.page-title p {
    text-transform: uppercase;
    font-size: 35px;
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    font-family: 'DINNextW01-CondensedReg';
}

.scroll-up {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 1;
    bottom: 50px;
    right: 10px;
    background: url('../images/ui-gotop.png') 0 0 no-repeat transparent;
    background-size: 100%;
    transition: .3s;
}

.sticky-menu .scroll-up {
    width: 50px;
    height: 50px;
}

.squadup-checkout-app img {
    display: none;
}

#squadup-checkout .su-nav-switcher-container {
    display: none;
}

.squadup-checkout-app .squadup-navigation-view-container .squadup-checkout-event-box div.date {
    display: none;
}

/*#region Sponsors*/
.about-sponsors {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.about-sponsors .txt,
.about-sponsors .txt * {
    font-size: 16px;
    line-height: 160%;
}

.about-sponsors .txt a {
    color: #00AAEF
}

.about-sponsors>div:first-child {
    padding-right: 10px;
}

.about-sponsors>div:last-child {
    padding-left: 4.5%;
}
#squadup-checkout span {
    font-size: inherit;
}
.partners {
    width: 1280px;
    max-width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #CCC;
    padding-top: 50px;
    margin-top: 50px;
}
p.text-blue {
    color: #0099ff;
    font-size: 16px;
    font-weight: 700;
}
.partners:last-child{
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.partners .list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.partners .list .item {
    width: 10%;
    margin: 0 6.25%;
    margin-bottom: 20px;
    position: relative;
    padding-top: 10%;
    border: 1px solid #ccc;
}

.partners .item-title {
    font-family: 'DINNextW01-CondensedReg';
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 120%;
}

.partners .list .item a {
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
    transition: .2s;
}

.partners .list .item a:hover {
    opacity: 1;
}

.partners .list .item img {
    max-width: 100%;
    max-height: 100%;
}



/*#endregion*/

/*#region Practical Info*/
.practical-info-main {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.btn-urchase-tickets{
    display: inline-block;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}
.practical-info-main iframe{
    max-width: 100%;
}

.practical-info-page .label {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 120%;
}
.practical-info-page .practical-info-main .title{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 120%;
}
.practical-info-page .practical-info-main .label{
    line-height: 140%;
}

.practical-info-main .label.blue {
    color: #00ccff;
}

.practical-info-main .left-right-text {
    display: flex;
    justify-content: space-between;
}

.practical-info-main .left-right-text * {
    font-size: 16px;
}

.practical-info-main .txt.small {
    font-size: 13px;
    line-height: 26px;
}

.practical-info-page .txt,
.practical-info-main .txt * {
    font-size: 16px;
}

.practical-info-page .row>div:first-child {
    padding-right: 6%;
    line-height: 160%;
}

.practical-info-page .row>div:last-child {
    padding-left: 6%;
}

.practical-info-page img {
    margin: 40px 0;
}

.practical-info-page .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.practical-info-page .content .inner {
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

/*#endregion*/
/*#region Logos*/
.logos-page {
    margin-top: 60px;
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.logos-page-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #28AFED;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.logos-page .list{
    margin-top: 40px;
}

.logos-page .list {
    display: flex;
}

.logos-page .list .item:not(:last-child) {
    margin-right: 25px;
}

.logos-page .list .txt-area {
    padding-top: 15px;
}

.logos-page .list .txt-area .format {
    margin-top: 10px;
    letter-spacing: .04em;
    line-height: 1.5em;
    font-weight: bold;
}

.logos-page .list .txt-area .format a {
    color: #3a383a;
    text-decoration: none;
    display: inline-block;
    margin: 0 3px;
    font-weight: bold;
}

.logos-page .list .item-title {
    font-size: 14px;
    color: #28AFED;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 120%;
}

.logos-page .img-area {
    border: 1px solid #ddd;
    display: inline-block;
}

/*#endregion*/

/*#region Catalog*/
.catalog-page .latest {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.catalog-page .item-title {
    font-weight: 700;
}

.catalog-page iframe {
    border: none;
    max-width: 100%;
}

.catalog-page .latest,
.catalog-page .previous-catalogs {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.catalog-page .previous-catalogs {
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #CCC;
}

.catalog-page .previous-catalogs .item {
    margin-top: 40px;
}

.catalog-page .previous-catalogs .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 50px;
    padding: 0 10px;
}

/*#endregion*/
/*#region Dealers*/
.dealers-list-page .list {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.dealers-list-page .list .item {
    width: 20%;
    margin: 0 3.3%;
    margin-bottom: 30px;
}

.dealers-list-page .list .item img {
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.dealers-list-page .list .item:hover img {
    opacity: .6;
}

.dealers-list-page .list .item .txt-area {
    padding-top: 40px;
}

.dealers-list-page .list .item .txt-area a span {
    font-weight: 700;
    font-size: 12px;
}

.dealers-page-header .title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    line-height: 120%;
}

.dealers-page-header {
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    margin-bottom: 60px;
}

.dealers-page-header .sub-title {
    line-height: 120%;
    margin-top: 15px;
    font-size: 16px;
}

.dealers-page-header .inner {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dealers-page-header input,
.dealers-page-header select {
    border: 1px solid #fff;
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

.dealers-page-header select {
    color: #C4C4C4;
    -webkit-appearance: none;
    background-image: url(../images/ico-form-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.dealers-page-header select:hover,
.dealers-page-header select.active {
    color: #333;
    border: 1px solid #000;
    background-color: #fff;
}

.dealers-page-header input::placeholder {
    color: #C4C4C4
}

.dealers-page-header input:hover,
.dealers-page-header input:focus {
    border: 1px solid #000;
    background-color: #fff;
}

.dealers-page-header .search-area .label {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 5px;
}

.dealers-page-header .search {
    width: 200px;
}

.dealers-page-header .categories {
    width: 140px;
    margin-left: 24%;
}

.dealers-page-header .search-area {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

/*#endregion*/

/*#region Contact US*/
.contact-page .section-title {
    font-family: 'DINNextW01-CondensedReg';
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 120%;
    font-size: 35px;
    color: #333;
}

.contact-page [disabled] {
    cursor: not-allowed;
}

.contact-page .forms input,
.contact-page .forms textarea {
    border: 1px solid #fff;
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

.contact-page .forms input::placeholder,
.contact-page .forms textarea::placeholder {
    color: #C4C4C4
}

.contact-page .forms input:hover,
.contact-page .forms input:focus {
    border: 1px solid #000;
    background-color: #fff;
}

.contact-page .forms {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.contact-page .forms .get-in-touch,
.contact-page .forms .subscribe {
    width: 580px;
    max-width: 50%;
    padding: 0 10px;
    max-width: 50%;
}

.contact-page .forms .subscribe .txt {
    color: #323232;
    font: 16px "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 24px;
}

.contact-page .forms .subscribe form p {
    line-height: 1.5;
    font: 11px "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    margin-bottom: 24px;
}

.contact-page .forms .subscribe form p a {
    text-decoration: underline;
    line-height: 1.5;
    font: 11px "Helvetica Neue", Arial, sans-serif;
    color: #323232;
}

.contact-page .forms .get-in-touch .input-field {
    margin-bottom: 20px;
}

.contact-members {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.contact-members * {
    font-size: 16px;
}

.contact-members .list {
    -webkit-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.contact-members a,
.contact-careers a {
    color: #00AAEF;
}

.contact-members .item {
    padding-top: 20px;
}

.contact-members a:hover,
.contact-careers a {
    text-decoration: underline;
}

.contact-members .item-title,
.contact-careers .item-title {
    text-transform: uppercase;
    font-family: 'DINNextW01-CondensedReg';
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 120%;
    color: #333;
}

.contact-careers .txt {
    font-size: 16px;
}

.contact-page .forms label:not(.validate-msg) {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 5px;
}

.contact-careers {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.contact-page .forms form button {
    display: inline-block;
    border: 1px solid #000;
    background-color: #000;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.contact-page .forms form button:hover {
    color: #000;
    background-color: #fff;
}

.contact-map {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    border-top: 1px solid #ccc;
    margin-top: 80px;
    padding-top: 50px;
}

.contact-map .map-area {
    padding-left: 5%;
}

.contact-map .txt-area .item-title {
    font-family: 'DINNextW01-CondensedReg';
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 120%;
    color: #333;
}

.contact-map .address,
.contact-map .phone,
.contact-map .email {
    position: relative;
    padding-left: 40px;
    min-height: 33px;
    margin-bottom: 20px;
}

.contact-map .address:before,
.contact-map .phone:before,
.contact-map .email:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 4px;
    background-image: url('../images/ui-icons.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 320px;
}

.contact-map .address:before {
    background-position: -80px -111px;
}

.contact-map .phone:before {
    background-position: -143px -111px;
}

.contact-map .email:before {
    background-position: -15px -111px;
}

/*#endregion*/

/*#region Artists*/
.artists-header input,
.artists-header select {
    border: 1px solid #fff;
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

.artists-header select {
    color: #C4C4C4;
    -webkit-appearance: none;
    background-image: url(../images/ico-form-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.artists-header {
    margin-top: 40px;
    margin-bottom: 60px;
}

.artists-header .inner {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.artists-header .search-area {
    display: flex;
    padding-bottom: 10px;
}

.artists-header .search {
    width: 145px;
}

.artists-header .letters {
    width: 115px;
    margin-left: 100px;
}

.artists-header .title-area p {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    line-height: 120%;
}

.artists-header select:hover,
.artists-header select.active {
    color: #333;
    border: 1px solid #000;
    background-color: #fff;
}

.artists-header input::placeholder {
    color: #C4C4C4
}

.artists-header {
    border-bottom: 1px solid #ccc;
}

.artists-header .search-area .label {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 5px;
}

.izimodal.artist-details-modal iframe {
    height: 80vh;
    width: 100%;
    border: 0;
}

.artists-header input:hover,
.artists-header input:focus {
    border: 1px solid #000;
    background-color: #fff;
}

.artists {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 50px 10px;
    border-bottom: 1px solid #ccc;
}

.artists .item {
    display: none;
}

.artists .item.active {
    display: block;
}

.artists .item a {
    display: inline-block;
    font-size: 16px;
    margin: 12px 0;
}

.artists .big-letter {
    text-transform: uppercase;
    line-height: 120%;
    font-size: 35px;
    font-family: 'DINNextW01-CondensedReg';
}

.artist-details {
    padding: 30px;
}

.artist-details-page-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.artist-details-page-header p {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 35px;
    line-height: 120%;
    font-family: 'DINNextW01-CondensedReg';
}

.artist-content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
}

.artist-content .section-title {
    margin-bottom: 10px;
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 120%;
}

.artist-content .about-artist,
.artist-content .artist-dealers,
.artist-content .artist-artworks {
    margin-bottom: 30px;
}

.artist-content .artist-artworks .list .item {
    margin-right: 20px;
    width: 220px;
}

.artist-content .artist-artworks .list {
    display: flex;
    flex-wrap: wrap;
}

.artist-content .artist-artworks .list .item-title {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 8px;
    font-weight: 300;
    font-style: italic;
}

/*#endregion*/

/*#region Press Info*/
.press-info-page .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vip-info-page .content {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vip-info-page .content .txt *,
.vip-info-page .content .txt {
    font-size: 16px;
    line-height: 160%;
}

.vip-info-page .content .txt .lnk-plus {
    font-size: 14px;
}

.vip-info-page .lnk-plus~.lnk-plus {
    margin-left: 20px;
}

.vip-info-page .content .txt {
    padding: 10px;
}

.press-info-page .content .txt {
    text-align: justify;
}

.press-info-page .content .list {
    width: 50%;
    display: flex;
    justify-content: space-between
}

.press-info-page .content .list .item a {
    color: #00AAEF;
    font-size: 14px;
}

.vip-info-page .txt-secondary * {
    font-size: 16px;
}

.vip-info-page .txt-secondary a {
    color: #00AAEF
}

.vip-info-page .txt-secondary {
    padding: 0 10px;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

/*#endregion*/

/*#region Press Releases*/
.press-releases-page .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.press-releases-page .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    letter-spacing: 1px;
    color: #7F7F7F;
    line-height: 120%;
}

.press-releases-page .list .item a {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    overflow: hidden;
}

.press-releases-page .list {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.press-releases-page .list .item {
    padding: 14px 0;
}

.press-releases-page .list .item a span {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.press-releases-page .list .item a img {
    margin-right: 10px;
}

/*#endregion*/

/*#region Press Clipping*/
.press-clippings-page .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.press-clippings-page .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    letter-spacing: 1px;
    color: #7F7F7F;
    line-height: 120%;
}

.press-clippings-page .list {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.press-clippings-page .list .item {
    padding: 20px 0;
}

.press-clippings-page .list .item .item-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.press-clippings-page .list .item a {
    display: flex;
    justify-content: space-between;
}

.press-clippings-page .list .item * {
    font-size: 16px;
}

/*#endregion*/

/*#region Photo Gallery*/
.photo-gallery-page .page-title {
    margin-bottom: 0;
}

.pg-slideshow-area.no-preview .header-area {
    display: none;
}

.pg-slideshow-area {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    padding-top: 40px;
    margin-top: 20px;
    padding-bottom: 70px;
}

.pg-slideshow-area .header-area p {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
}

.pg-slideshow-area .img {
    padding-top: 70%;
    background-size: cover;
}

.pg-slideshow-area .list {
    width: 680px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pg-slideshow-area:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.pg-slideshow-area.no-preview {
    border-top: 0;
    margin-top: -20px;
    padding-top: 0;
}
.pg-slideshow-area .slideshow-video{
    position: relative;
    padding-top: 56.25%;
}
.pg-slideshow-area .slideshow-video iframe {
    border: 1px solid #CCC;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

/*#endregion*/

/*#region Dealer Details*/
.dealer-details-page .dealer-name p,
.dealer-details-page .dealer-name p * {
    text-align: center;
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    line-height: 120%;
}

.dealer-details-header {
    position: fixed;
    top: 211px;
    left: 0;
    text-align: center;
    width: 100%;
    padding-top: 40px;
    z-index: 996;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    transition: .2s;
}

.sticky-menu .dealer-details-header {
    top: 97px;
    padding-top: 5px;
}

.page-menu {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 10px;
    display: inline-flex;
    justify-content: space-between;
    transition: .2s;
}
.page-menu-outer{
    width: 1260px;
    max-width: 100%;
    margin: auto;
}

.sticky-menu .page-menu {
    padding-top: 0;
    padding-bottom: 5px;
}

.page-menu .item {
    text-transform: uppercase;
    margin: 0 15px;
}

.page-menu .item.active {
    color: #00AAEF;
}

.dealers-artworks {
    padding: 0 10px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 50px;
    width: 1260px;
    max-width: 100%;
}

.dealer-artists {
    width: 1260px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 100px;
}

.artist-modal {
    display: none;
    position: absolute;
    overflow: auto;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

.artist-modal iframe {
    border: 0;
    border: 1px solid #CCC;
    width: 100%;
    min-height: 350px;
    height: 100%;
}

.from-dealer body {
    background-color: rgb(250, 250, 250);
}

.from-dealer .artist-content .section-title {
    font-size: 22px;
    font-weight: 700;
}

.artist-modal .list {
    display: block;
    -webkit-columns: 180px 3;
    columns: 180px 3;
    width: 80%;
    min-width: 600px;
    text-align: center;
}

.dealer-artists .section-title {
    color: #000;
    font-family: 'DINNextW01-CondensedReg';
    letter-spacing: 1px;
    line-height: 120%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.dealer-artists .list .item {
    text-align: center;
}

.dealer-artists .list .item a {
    font-size: 18px;
    font-weight: 300;
}

.dealer-artists .list {
    max-width: 80%;
    /* width: 600px; */
    margin: 0 auto;
    margin-top: 40px;
}

.dealers-artworks .list .item {
    height: calc(50vh - 50px);
    min-height: 310px;
    display: flex;
    flex-direction: column;
}

.dealers-artworks .list .item .img-area {
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dealers-artworks .list .item .txt-area {
    padding: 15px 0;
}

.dealers-artworks .list .item .txt-area p,
.dealers-artworks .list .item .txt-area p * {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    letter-spacing: 1px;
}

.dealers-artworks .list .item .img-area img {
    max-width: 100%;
    max-height: 100%;
}

.dealer-details-page .content {
    padding-top: 135px;
    transition: .2s;
}

.dealers-artworks .slick-list {
    height: 100%;
}

.dealers-artworks .list {
    width: 100%;
    max-width: 680px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.about-dealers-area {
    width: 1260px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
}

.about-dealers-area .txt {
    margin-bottom: 40px;
}

.about-dealers-area * {
    font-size: 16px;
}

.about-dealer {
    width: 70%;
    padding-right: 50px;
}

.dealer-contact {
    width: 100%;
    text-align: center;
}

.about-dealer+.dealer-contact {
    width: 30%;
    text-align: left;
}

.about-dealers-area .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

/*#endregion*/

/*#region Events*/
.vip-previews {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #9A9A9A;
}

.events-exhibitions-page .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 120%;
}

.vip-previews .txt {
    font-size: 13.3px;
}

.vip-previews .txt strong,
.vip-previews .txt span {
    font-size: 16px;
}

.special-exhibitions {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 40px;
}

.special-exhibitions .list {
    margin-top: 40px;
}

.special-exhibitions .item {
    display: flex;
    margin-bottom: 40px;
}

.special-exhibitions .item .txt-area * {
    font-size: 16px;
    line-height: 160%;
}

.special-exhibitions .item .img-area {
    width: 220px;
    padding: 10px;
    text-align: center;
}

.special-exhibitions .item .txt-area {
    flex: 1;
}

.event-schedule {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #9A9A9A;
}

.event-schedule .item {
    margin-top: 40px;
}

.event-schedule .item * {
    font-size: 16px;
    line-height: 160%;
    margin-top: 3px;
}
.event-schedule .item .img-area{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.event-schedule .item .txt-area {
    padding-top: 8px;
}

/*#endregion*/

/*#region Hotels*/
.hotels-page .list {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
}
.hotels-page .page-title p, .events-exhibitions-page .page-title p{
    width: 100%;
    padding: 0;
    margin: 0;
}
.hotels-page .page-title .inner, .events-exhibitions-page .page-title .inner{
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hotels-page .page-title .inner .img-area{
    display: flex;
}
.hotels-page .page-title .inner .img-area img{
    margin: 5px;
}
.hotels-page .list .item {
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.hotels-page .list .item:last-child {
    border-bottom: 0;
}

.hotels-page {
    padding-bottom: 50px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 140px;
}

.hotels-page .list .item-title {
    font-weight: 700;
    margin-bottom: 40px;
}

.hotels-page .list .item {
    display: flex;
}

.hotels-page .list .item .img-area {
    width: 370px;
    padding-right: 40px;
}

.hotels-page .list .item .txt-area {
    flex: 1;
}

.hotels-page .list .item .txt-area .desc * {
    font-size: 16px;
    line-height: 140%;
}

.hotels-page .list .item .txt-area {
    display: flex;
}

.hotels-page .list .item .txt-area .desc {
    flex: .7;
    padding-right: 10px;
}

.hotels-page .list .item .txt-area .desc .txt {
    text-align: justify;
}

.hotels-page .list .item .txt-area .address {
    flex: .3;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.hotels-page .list .item .txt-area .address p {
    position: relative;
    min-height: 33px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.hotels-page .list .item .txt-area .lnk-plus * {
    font-size: 14px;
}

.hotels-page .list .item .txt-area .address p::before {
    position: absolute;
    background-position: -80px -111px;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 4px;
    background-image: url(../images/ui-icons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 320px;
}

/*#endregion*/

/*#region App Form*/
.application-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
}

.app-form-page .page-title {
    margin-bottom: 0;
}

.app-header {
    padding-top: 20px;
}

.app-form-page .content {
    width: 1280px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.app-form-page .login-submit {
    display: flex;
    flex-wrap: wrap;
}

.app-form-page .login-submit .application-area,
.application-form-credit-card-success,
.application-form-check-bank-success {
    width: 70%;
    padding-right: 5.5%;
}

.app-form-page .formApplicationLogin-area {
    margin-top: 20px;
    width: 30%;
}

.app-form-page .login-submit .inputs-area,
#applicationFormManageUserData .inputs-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.app-form-page .login-submit .inputs-area .input-field,
#applicationFormManageUserData .inputs-area .input-field {
    width: 48%;
}

.app-form-page input:not([type='checkbox']):not([type='radio']),
.app-form-page select,
.app-form-page textarea {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    min-height: 30px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

.app-form-page select {
    color: #C4C4C4;
    -webkit-appearance: none;
    background-image: url(../images/ico-form-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.app-form-page .input-field label {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    margin-bottom: 5px;
}

.app-form-page .input-field label span {
    font-size: 10px;
}

.app-form-page .input-field {
    margin-top: 20px;
}

.app-form-page select:hover {
    color: #333;
    border: 1px solid #000;
    background-color: #fff;
}

.app-form-page input:not([type='checkbox'])::placeholder {
    color: #C4C4C4
}

.app-form-page input:not([type='checkbox']):not([type='radio']):hover,
.app-form-page input:not([type='checkbox']):not([type='radio']):focus,
.app-form-page textarea:hover {
    border: 1px solid #000;
    background-color: #fff;
}

.app-form-page label.validate-msg[for],
#formApplicationDocumentUpload .validate-msg:not(input) {
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
    background-color: #D80000;
}

.app-user-page .doc-upload-area .app-btn {
    margin-top: 0;
}

.app-form-page textarea {
    min-height: 200px;
}

#application-form-other-category {
    display: none;
}

#application-form-other-category.active {
    display: block;
}

.app-form-page input[type='checkbox'],
.app-form-page input[type='radio'] {
    -webkit-appearance: none;
    margin-right: 10px;
    width: 1em;
    height: 1em;
    position: relative;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: none;
    border-radius: 0;
    outline: none;
    vertical-align: middle;
    background-color: transparent;
    background-size: contain;
    font-size: 16px;
    cursor: pointer;
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0Ppum6adNsybO3JNvCSTDGSSY13+zirtS03TRpt4RZ24It5iCIYwQRG2/2cVf/9D0PpupaaNNswby3BFvCCDNGCCI12+1irtS1LTTpt4BeW5Jt5gAJoySTG232sVf/9H/2Q==');
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.chb-list label {
    display: flex;
    font-size: 14px;
    color: #6B6B6B;
    margin-bottom: 20px;
    font-weight: 300;
    align-items: center;
    flex-direction: row-reverse;
}

.app-form-page .txt {
    margin: 20px 0;
}

.chb-list input:checked,
.app-form-page input[type='radio']:checked {
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0ToCeWru3FnFFay3tjFAl7D6aF42kiV15AivxKahtwd6GoNFUl8wXEF3q02i6NZ2yx6fC9xr976KMI0aJjFapsP382zk1/dRLyIJdRir/AP/Q7fqOm2d3Y6dq2i6rbab5mtLWOKG7d0aOWMoKwXMYNZIq/Ev7UbgOhHxBlUdYWug6H5VurCDUIri4kinmvLp5UMtxcyqTJK5ruzt0H7KhUGygYq//0f/Z')
}

.chb-list {
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.app-btn {
    display: inline-block;
    height: 30px;
    margin: 30px 0;
    padding: 0 50px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: all linear .2s;
}

.app-form-page .section-title {
    font-family: 'DINNextW01-CondensedReg';
    letter-spacing: 1px;
    line-height: 120%;
    font-size: 35px;
    color: #7F7F7F;
}

.app-btn:hover {
    color: #333;
    background-color: #FFF;
    border: 1px solid #000;
    text-decoration: none;
}

.chb-list label.validate-msg {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
}

.forgot-area {
    display: none;
}

#formApplicationForgotPassword {
    margin-top: 20px;
}

#formApplicationForgotPassword .app-btn {
    margin: 10px 0;
}

#formApplicationForgotPassword .txt {
    margin-bottom: 5px;
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    margin-top: 20px;
}

.app-form-page ol li {
    margin: 5px 0;
}

.app-form-page ol {
    list-style-position: inside;
}

#application-stand-size label {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#application-stand-size label .label {
    display: flex;
    width: 100%;
}

 #application-stand-size .label span:first-child {
    width: 33.3%
}
#application-stand-size .label span:nth-child(2) {
    width: 29.6%
}
.artcityapplication #application-stand-size .label span:first-child {
    flex:1;
}

.artcityapplication #application-stand-size .label span:nth-child(2) {
    width: 60px;
}
.artcityapplication #application-stand-size label{
    margin-top: 20px;
}

#application-stand-size .label span:nth-child(3) {
    width: 13.8%
}

#application-stand-size .label span:nth-child(4) {
    width: 23.3%
}

.agreement-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agreement-area .input-field {
    width: 48%;
}

.card-params {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-params .input-field {
    width: 32%
}

.app-user-page {
    display: flex;
}

.app-user-page #applicationFormManageUser {
    width: 70%;
    padding-right: 5.5%;
}

.app-user-page .app-menu {
    width: 30%;
}

.documents-upload {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.documents-upload .doc-upload-area {
    width: 100%;
}

.documents-upload .doc-upload-area label,
.documents-upload .doc-upload-area .input-field {
    margin-bottom: 0;
}

.documents-upload .docs-area {
    width: 100%;
}

.documents-upload .docs-area table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.documents-upload .docs-area td,
.documents-upload .docs-area th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: 400;
}
.documents-upload .docs-area td{
    word-break: break-all;
}
#formApplicationDocumentUpload .form-inner {
    display: flex;
}

#formApplicationDocumentUpload .form-inner>.input-field {
    flex: 1;
    padding-right: 15px;
}

#formApplicationDocumentUpload .form-inner .app-btn {
    margin: 0;
}

.documents-upload .docs-area th:last-child {
    width: 55px;
}

.documents-upload .docs-area td:last-child {
    text-align: center;
    /* display: flex;
    justify-content: space-between */
}

#form-user-password-change .app-btn {
    margin-top: 10px;
}

#form-user-password-change {
    display: none;
}

#applicationTotalPriceCheck,
.payment-area,
#applicationTotalPriceBankWire,
#applicarionFormCardArea {
    display: none;
}

.application-page .iziModal,
.application-page .iziModal .iziModal-wrap {
    background: #F5F4F4;
}

.application-page .iziModal#modalApplicationFormTermConditions {
    max-height: calc(80vh + 20px) !important;
}

.application-page .iziModal#modalApplicationFormTermConditions .scroll-box {
    max-height: 80vh;
    overflow-y: scroll;
    padding: 20px 30px 80px 30px !important;
    border: 10px solid rgba(0, 0, 0, .8);
}

.application-page .iziModal:not(#modalApplicationFormTermConditions) .iziModal-content {
    padding: 20px 30px !important;
}

.application-page .iziModal:not(#modalApplicationFormTermConditions) .iziModal-content {
    border: 10px solid rgba(0, 0, 0, .8);
}

.application-page .iziModal .modal-footer-area {
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    width: 100%;
    left: 0;
    background: #F5F4F4;
    border: 10px solid rgba(0, 0, 0, .8);
    border-top: 0;
}

.application-page .iziModal .app-btn {
    margin: 0 5px;
}

.application-page .iziModal:not(#modalApplicationFormTermConditions) .app-btn {
    margin-top: 20px;
}

.application-page .iziModal .modal-footer-area .app-btn {
    margin: 0;
}

.application-page .app-form-page [disabled],
.application-page [disabled],
#uploadFile[disabled]+label {
    cursor: not-allowed;
}

#formApplicationDocumentUpload #mediaIsRequired {
    display: none;
}

/*#endregion*/

/*#region Vip Login*/
.vip-login-page .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.vip-login-page .content .txt-area {
    width: 70%;
    padding-left: 10px;
    padding-right: 70px;
}

.vip-login-page .content .vip-login-content {
    width: 30%;
}

.vip-login-page .input-field label {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
}

.vip-login-page .input-field input {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

.vip-login-page .input-field {
    margin-bottom: 20px;
}

.vip-login-page .input-field label.error {
    background-color: #D80000;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

.vip-login-page .input-field input:hover {
    border: 1px solid #000;
    background-color: #fff;
}

.vip-events-list .content {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
}

.vip-events-list input[type='radio'] {
    -webkit-appearance: none;
    margin-right: 10px;
    width: 1em;
    height: 1em;
    position: relative;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: none;
    border-radius: 0;
    outline: none;
    vertical-align: middle;
    background-color: transparent;
    background-size: contain;
    font-size: 16px;
    cursor: pointer;
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0Ppum6adNsybO3JNvCSTDGSSY13+zirtS03TRpt4RZ24It5iCIYwQRG2/2cVf/9D0PpupaaNNswby3BFvCCDNGCCI12+1irtS1LTTpt4BeW5Jt5gAJoySTG232sVf/9H/2Q==');
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.vip-events-list input[type='radio']:checked {
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0ToCeWru3FnFFay3tjFAl7D6aF42kiV15AivxKahtwd6GoNFUl8wXEF3q02i6NZ2yx6fC9xr976KMI0aJjFapsP382zk1/dRLyIJdRir/AP/Q7fqOm2d3Y6dq2i6rbab5mtLWOKG7d0aOWMoKwXMYNZIq/Ev7UbgOhHxBlUdYWug6H5VurCDUIri4kinmvLp5UMtxcyqTJK5ruzt0H7KhUGygYq//0f/Z')
}

.vip-events-list input[type='radio'][disabled] {
    cursor: not-allowed
}

.vip-events-list .section-title {
    font-family: 'DINNextW01-CondensedReg';
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 120%;
    color: #333;
}

#attendee-vip-events {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: 40px auto;
}

/*#endregion*/

/*#region VIP App*/
.vip-registor-page .content {
    width: 1280px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.vip-registor-page .page-title {
    margin-bottom: 20px;
}

#formVipApplication input,
#formVipApplication select,
#formVipApplication textarea {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}

#formVipApplication select {
    padding: 6px 4px;
}

#formVipApplication .form-inputs {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#formVipApplication .input-field {
    width: 48%;
    margin-bottom: 20px;
}

#formVipApplication .input-field label {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
}

#formVipApplication input:hover,
#formVipApplication select:hover,
#formVipApplication textarea:hover {
    border: 1px solid #000;
    background-color: #fff;
}
#application-stand-size{
    position: relative;
}
#formVipApplication label.validate-msg,
input+label.validate-msg,
textarea+label.validate-msg {
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
    background-color: #D80000;
}

.contact-page #dvConfirmation {
    text-align: center;
    margin: auto;
}

/*#endregion*/
#application-stand-size #standSize-error{
    position: absolute;
    display: inline-block;
    width: auto;
    top: 0;
    transform: translateY(-100%);
}

[data-qe-id="form-description"], 
#gdpr_text,
div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before{
    display: none!important
}
.ctct-form-embed.form_0 .ctct-form-defaults{
    background: transparent!important;
    padding: 0!important;
}
.news-letter-inner div.ctct-form-embed form.ctct-form-custom div.ctct-form-field{
    margin-bottom: 0!important;
}
.news-letter-inner div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage{
    color: #fff!important;
    background: #f5463b !important;
    font-size: 14px;
    padding: 3px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 6px;
}
#formAccreditation{
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#formAccreditation .inputs-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#formAccreditation .input-field {
    margin-bottom: 20px;
    width: 48%;
}
#formAccreditation .input-field label {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0;
}
#formAccreditation .input-field select{
    height: 30px;
}
#formAccreditation .input-field textarea{
    min-height: 200px;
}
#formAccreditation .input-field input,
#formAccreditation .input-field select,
#formAccreditation .input-field textarea{
    margin-top: 5px;
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(238, 238, 238);
    color: #333;
    font-size: 12px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}
#formAccreditation input[type="radio"]{
    -webkit-appearance: none;
    margin-right: 10px;
    width: 1em;
    height: 1em;
    position: relative;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: none;
    border-radius: 0;
    outline: none;
    vertical-align: middle;
    background-color: transparent;
    background-size: contain;
    font-size: 16px;
    cursor: pointer;
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0Ppum6adNsybO3JNvCSTDGSSY13+zirtS03TRpt4RZ24It5iCIYwQRG2/2cVf/9D0PpupaaNNswby3BFvCCDNGCCI12+1irtS1LTTpt4BeW5Jt5gAJoySTG232sVf/9H/2Q==');
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
#formAccreditation input[type="radio"]:checked {
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0ToCeWru3FnFFay3tjFAl7D6aF42kiV15AivxKahtwd6GoNFUl8wXEF3q02i6NZ2yx6fC9xr976KMI0aJjFapsP382zk1/dRLyIJdRir/AP/Q7fqOm2d3Y6dq2i6rbab5mtLWOKG7d0aOWMoKwXMYNZIq/Ev7UbgOhHxBlUdYWug6H5VurCDUIri4kinmvLp5UMtxcyqTJK5ruzt0H7KhUGygYq//0f/Z')
}
#formAccreditation label.validate-msg{
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
    background-color: #D80000;
}
.contact-page div.ctct-form-embed form.ctct-form-custom label.ctct-form-label{
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 5px;
}
.contact-page div.ctct-form-embed form.ctct-form-custom div.ctct-form-field{
    margin-bottom: 0;
}
.contact-page div.ctct-form-embed form.ctct-form-custom button.ctct-form-button{
    padding: 7px;
    transition: .2s;
}
.contact-page #gdpr_text{
    display: block!important
}
.contact-page div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
    color: #000;
    background-color: #fff;
}
.dealer-artists .list+.section-title {
    margin-top: 30px;
}
.contact-page div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
    border: 1px solid #fff;
    background-color: rgb(238, 238, 238);
    color: #333;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    padding: 3px 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    width: 100%;
}
.contact-page div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus,
.contact-page div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus{
    border: 1px solid #000;
    background-color: #fff;
}
.app-form-page input[type='checkbox']:checked {
    background-image: url('data:image/jpeg;base64,/9j/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/dAAQAAv/uAA5BZG9iZQBkwAAAAAH/wAARCAAQABADABEAAREBAhEB/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoLAQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUhEjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMFBQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJjssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVGVmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMAAAERAhEAPwD0ToCeWru3FnFFay3tjFAl7D6aF42kiV15AivxKahtwd6GoNFUl8wXEF3q02i6NZ2yx6fC9xr976KMI0aJjFapsP382zk1/dRLyIJdRir/AP/Q7fqOm2d3Y6dq2i6rbab5mtLWOKG7d0aOWMoKwXMYNZIq/Ev7UbgOhHxBlUdYWug6H5VurCDUIri4kinmvLp5UMtxcyqTJK5ruzt0H7KhUGygYq//0f/Z')
}

/* #region Art City */
.artcity-section .artcity-content{
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
    margin: 15px auto;
}
.artcity-section .artcity-content .txt{
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 55px;
    line-height: 25px;
}
.artcity-section .artcity-content .form-section{
    display: flex;
    justify-content: space-between;
}
.artcity-section .artcity-content .form-section .txt-area {
    width: 42%;
}
.artcity-section .artcity-content .form-section .form-area {
    width: 43%;
}
.artcity-section .artcity-content .form-section .txt-area p {
    padding-top: 18px;
    line-height: 25px;
    letter-spacing: 0.9px;
}
.artcity-section .artcity-content .form-section .txt-area p a{
    font-weight: 600;
}
.artcity-section div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
    border: 0;
    background: #eee;
    border-radius: 0;
    height: 30px;
    padding: 5px 10px;
    box-shadow: none;
}
.artcity-section div.ctct-form-embed form.ctct-form-custom button.ctct-form-button{
    padding: 10px;
}
.artcity-section div.ctct-form-embed form.ctct-form-custom label.ctct-form-label{
    font-weight: 500;
    font-size: 16px;
}
/* #region */

/*#region Media*/
@media only screen and (max-width: 1280px){
    .catalog-page .previous-catalogs .section-title{
        padding: 0;
    }
    header .fair-header-logo img{
        width: 186px;
    }
    header .fair-header-date img{
        width: 220px;
    }
    header .fair-header-date{
        padding-left: 10px;
    }
    .header-main{
        padding-bottom: 10px;;
    }
    .header-right .menu{
        margin-top: 8px;
    }
    /* html:not(.artist-detail-page) main
    {
        padding-top: 140px;
    }  
    html.artcity-page main {
        padding-top: 200px;
    } */
    .dealer-details-header{
        top: 157px;
    }
    .contact-page .forms{
        flex-wrap: wrap;
    }
    .purchase-ticket-page .thank-purchase{
        max-width: 1100px;
    }
}
@media only screen and (max-width: 1000px){
    .izimodal.artist-details-modal{
        max-width: unset!important;
    }
    .artcity-section .artcity-content .form-section{
        flex-direction: column;
    }
    .artcity-section .artcity-content .form-section .txt-area,
    .artcity-section .artcity-content .form-section .form-area{
        width: 100%;
    }
    .artcity-section .artcity-content .form-section .txt-area{
        margin-bottom: 30px;
    }
    .purchase-ticket-page .thank-purchase{
        width: 768px;
    }
}
@media only screen and (min-width: 980px){
    
    .dealers-list-page .list .item:nth-child(4n+1){
        margin-left: 0;
    }
    .dealers-list-page .list .item:nth-child(4n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 979px){
    .application-area,
    .formApplicationLogin-area,
    .app-user-page #applicationFormManageUser,
    .app-user-page .app-menu{
        width: 100%!important;
        padding-right: 0!important;
    }
    
    .app-user-page{
        flex-wrap: wrap
    }
    .dealers-list-page .list .item{
        width: 30%;
        margin: 0 2.5% 30px;
    }
    .home-content .home-about{
        margin: 90px 0;
    }
    .hotels-page .list .item .img-area{
        width: 100%;
        height: 230px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .hotels-page .list .item .img-area img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .hotels-page .list .item{
        flex-wrap: wrap;
    }
    .press-info-page .content .list{
        width: 100%;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 968px){
    .home-content .home-about{
        margin: 60px 0;
    }
    .contact-page .forms .get-in-touch, 
    .contact-page .forms .subscribe{
        width: 100%;
    }
}
@media only screen and (max-width: 900px){
    
    .home-slideshow .item .img-area .img,
    .artcity-slideshow .item .img-area .img{
        height: 200px;
    }
    .sticky-menu .dealer-details-header{
        top :120px;
    }
    .dealers-page-header .inner{
        align-items: center;
    }
    .sticky-menu nav>ul>li>a{
        line-height: 260%;
    }
    header{
        background: rgba(255, 255, 255, 1);
    }
    nav{
        padding: 0;
    }
    nav ul ul{
        position: relative;
        padding-left: 15px;
        border-top: 1px solid #eee;
    }
    nav>ul{
        border-top: 1px solid #ccc;
    }
    nav>ul>li:not(:last-child){
          border-bottom: 1px solid #EEE;
    }
    nav>ul>li{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    nav>ul>li>a, 
    nav>ul>li>a:hover, 
    nav>ul>li>a.active{
        font-size: 20px;
        line-height: 260%;
        border-bottom: 1px solid #EEE;
        padding: 0 10px;
        color: #7F7F7F;
    }
    nav>ul>li>a:hover,
    nav>ul>li>a.active{
        color: #29ABE2
    }
    .menu-btn{
        display: flex;
        overflow: hidden;
    }
    .header-right .menu{
        display: none;
    }
    nav{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    nav>ul>li.mobile{
        display: inline-block;
    }
    nav .menu{
        display: block
    }
    nav .menu ul {
        /* display: flex; */
        display: none;
    }
    nav .menu li {
        padding: 0 10px;
    }
    nav .menu li:last-child{
        padding-right: 0;
    }
    nav ul{
        display: none;
        overflow-y: scroll;
        max-height: calc(100vh - 207px);
    }
    nav .menu li:after{
        content: ""!important;
    }
    nav .menu li a{
        font-size: 12px;
        letter-spacing: 0;
        padding: 4px;
        padding-right: 0;
    }
    .contact-page .forms{
        flex-direction: column-reverse;
    }
    .contact-page .forms .get-in-touch, .contact-page .forms .subscribe{
        max-width: 100%;
    }
    .get-in-touch{
        margin-top: 30px;
    }
    .contact-members{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 979px) and (min-width: 768px){
    .dealers-list-page .list .item:nth-child(3n+1){
        margin-left: 0;
    }
    .dealers-list-page .list .item:nth-child(3n) {
        margin-right: 0;
    }
 
}
@media only screen and (max-width: 840px){
    .practical-info-page .row>div:first-child{
        padding-right: 30px;
    }
    .practical-info-page .row>div:last-child{
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px){
    .partners .list .item:nth-child(5n+1) {
        margin-left: 0;
    }
    
    .partners .list .item:nth-child(5n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .artcity-section .banner-area{
        height: 250px;
    }  
     .purchase-ticket-page .thank-purchase{
        width: 600px;
    }
    .artcity-section .banner-area img{
        height: 90%;
        object-fit: cover;
    }
    #formAccreditation .input-field{
        width: 100%
    }
    .app-form-page .login-submit .inputs-area .input-field,
    #applicationFormManageUserData .inputs-area .input-field{
        width: 98%
    }
    .news-letter .form-area{
        margin-top: 30px;
    }
    .about-dealers-area{
        flex-wrap: wrap
    }
    .about-dealer{
        width: 100%;
        padding-right: 0;
    }
    .about-dealer+.dealer-contact{
        margin-top: 20px;
        width: 100%;
    }
    .page-menu{
        width: 100%;
    }
    footer .related-fairs{
        display: flex;
        flex-wrap: wrap;
    }
    footer .related-fairs>.row{
        width: 50%;
        flex-direction: column;
        justify-content: flex-start;
    }
    footer .related-fairs .item{
        margin: 20px;
    }
    .footer-main .inner {
        flex-wrap: wrap;
    }
    .footer-main .inner .item:first-child{
        width: 30%;
        margin: 30px;
        margin-left: auto;
        text-align: center;
    }
    .footer-main .inner .item.middle .txt>div{
        width: 50%;
        text-align: center;
    }
    .footer-main .inner .item.middle{
        order: 3;
        margin: 30px 0;
        width: 100%;
        text-align: center;
    }
    .footer-main .inner .item:last-child{
        width: 30%;
        margin: 30px 0;
        margin-right: auto;
        text-align: center;
    }
    header .fair-header-date img, 
    header .fair-header-date img{
        width: 128px;
    }
    header .fair-header-date div{
        border: 0;
    }
    header .fair-header-date div a{
        border-top: 1px solid #00AAEF;
        border-bottom: 1px solid #00AAEF;
    }
    .logos-page .list{
        flex-wrap: wrap;
    }
    .logos-page .list .item{
        width: 50%;
        padding: 0 10px;
        margin: 0 0 20px 0!important
    }
    .practical-info-page .row>div:first-child{
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #CCC;
    }
    .practical-info-main .left-right-text{
        margin: 20px 0;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        flex-direction: column;
        background-color: #EEE;
        padding: 10px;
    }
    .practical-info-page .row>div:first-child{
        padding-right: 0;
    }
    .practical-info-page .row>div:last-child{
        padding-left: 0;
    }
    .practical-info-main .left-right-group{
        margin: 20px 0;
    }
    .practical-info-main .left-right-group .left-right-text{
        margin: 0;
    }
    .practical-info-main .left-right-group .left-right-text:not(:last-child){
        border-bottom: 0;
    }
    .practical-info-main .left-right-group .left-right-text:nth-child(even){
        background-color: #fff;
    }
    .dealers-list-page .list .item{
        width: 49%;
        margin: 0 1% 30px;
    }
    .hotels-page .list .item .txt-area{
        flex-wrap: wrap;
    }
    .dealers-page-header .categories{
        margin-left: 0;
    }
    .dealers-page-header .search-area{
        justify-content: space-between;
    }
    .hotels-page .list .item .txt-area .address{
        margin-top: 20px;
        flex: none;
        width: 100%;
    }
    .hotels-page .list .item .txt-area .address{
        padding-left: 0;
    }
    .hotels-page .list .item .txt-area .desc{
        width: 100%;
        padding-right: 0;
        flex: none;
    }
    .special-exhibitions .item .img-area{
        margin: 20px 0;
    }
    .page-title{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .special-exhibitions .item{
        flex-direction: column;
        align-items: center;
    }
    .news-letter-inner form{
        padding-left: 0;
    }
    .news-letter-inner .txt-area{
        text-align: center;
    }
    .news-letter-inner .txt{
        max-width: unset;
    }
    .news-letter-inner .txt{
        width: 90%;
        max-width: 540px;
        line-height: 130%;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .artists-header{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .vip-login-page .content .txt-area{
        width: 100%;
        padding-right: 0;
    }
    .vip-login-page .content{
        flex-wrap: wrap;
    }
    .vip-login-page .content .vip-login-content{
        width: 100%;
        padding-top: 20px;
    }
    #formVipApplication .input-field{
        width: 100%;
    }
    .about-sponsors>div:last-child{
        padding-left: 0;
        padding-top: 40px;
    }
    .partners .list .item{
        padding-top: 0;
    }
    .partners .list .item{
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .partners .list .item a{
        position: relative;
    }
    .partners .list .item img{
        width: 100px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 580px){
   
    .dealers-list-page .list .item:nth-child(odd){
        margin-left: 0;
    }
    .dealers-list-page .list .item:nth-child(even) {
        margin-right: 0;
    }
    .partners .list .item:nth-child(3n+1) {
        margin-left: 0;
    }
    .partners .list .item:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px){
    .artists-header .search-area{
        flex-direction: column;
        width: 250px;
        max-width: 100%;
    }
    .purchase-ticket-page .thank-purchase{
        width: 550px;
    }
    .artists-header .inner{
        align-items: center;
    }
    .artists-header .search{
        width: 100%;
    }
    .artists-header .letters{
        margin-left: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 579px){
    .sticky-menu .dealer-details-header {
        top: 112px;
    }
    #squadup-checkout .squadup-checkout-app .h1, 
    #squadup-checkout .squadup-checkout-app h1{
        font-size: 22px;
    }
    footer .related-fairs .line-1{
        margin-bottom: 0;
    }
    footer .related-fairs .item{
        margin: 10px;
    }
    footer .related-fairs>.row{
        width: 100%;
    }
    footer .related-fairs .row .item img{
        width: auto;
        height: auto;
        max-height: 40px;
     }
    /* html:not(.artist-detail-page) main{
        padding-top: 150px;
    }
    html.artcity-page main {
        padding-top: 250px;
    } */
    .dealer-details-header{
        top: 153px;
    }
    header .fair-header-logo img{
        width: 130px;
    }
    /* .header-main{
        flex-direction: column;
        align-items: inherit;
        padding-top: 0;
    } */
    .sticky-menu .header-main{
        flex-direction: row;
        align-items: center;
    }
    .sticky-menu .header-social{
        padding-top: 8px;
    }
    /* nav .menu li:nth-child(2),
    nav .menu li:nth-child(4){
        display: none;
    } */
    nav{
        flex-direction: column;
        align-items: flex-start;
    }
    nav .menu{
        width: 100%;
        padding: 0 10px;
    }
    nav .menu ul{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    nav .menu li:last-child{
        padding-right: 10px;
    }
    .partners .list .item:nth-child(odd) {
        margin-left: 0;
    }
    .partners .list .item:nth-child(even) {
        margin-right: 0;
    }
    .partners .list .item{
        width: 49%;
        margin-left:1%;
        margin-right:1%;
    }
    .static-blocs .item{
        width: 100%;
        margin: 20px auto!important;
    }
    .static-blocs{
        justify-content: center;
    }
    .static-blocs .item:not(:last-child){
        margin-bottom: 40px;
    }
    .dealers-list-page .list .item{
        margin: 20px auto;
        width: 100%;
    }
    .dealers-page-header .search-area{
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .dealers-page-header .search-area{
        margin-top: 15px;
        flex-direction: column;
    }
    .dealers-page-header .search,
    .dealers-page-header .categories{
        margin-bottom: 10px;
        width: 100%;
    }
    .dealers-page-header .inner{
        flex-direction: column;
        align-items: flex-start
    }
    .dealers-page-header{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    a.ico-instagram {
        background-position: -170px -11px;
    }
}
@media only screen and (max-width: 500px){
    .mailing-list-popup-outer .popup-txt{
        text-align: justify;
    }
    .mailing-list-popup-outer .mailing-list-popup{
        width: 95%;
        padding: 10px 20px;
    }
    .purchase-ticket-page .thank-purchase{
        width: 400px;
    }
    .logos-page .list .item{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .logos-page-title{
        text-align: center;
    }
    .squadup-checkout-app{
        padding-top: 260px;
    } 
}
@media only screen and (max-width: 360px){
    .page-menu .item:last-child{
        display: none;
    }
    a.ico-instagram{
        background-position: -171px -11px;
    }
    .purchase-ticket-page .thank-purchase{
        width: 300px;
    }
    .squadup-checkout-app{
        padding-top: 170px;
    }
}
/*#endregion*/