

/* Start:/bitrix/templates/xiv-forum/css/styles.css?175413306319872*/
@font-face {
    font-family: 'Akrobat';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.ttf') format('truetype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBlack.svg#Akrobat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.ttf') format('truetype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatBold.svg#Akrobat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.ttf') format('truetype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatRegular.svg#Akrobat-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.ttf') format('truetype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/AkrobatThin.svg#Akrobat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueRegular.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueRegular.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueRegular.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBold.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBold.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBold.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBook.eot');
    src: url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBook.woff2') format('woff2'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBook.woff') format('woff'),
    url('/bitrix/templates/xiv-forum/css/../fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --dpr-color-primary: #cd4f0b;
    --dpr-color-secondary: #d8a380;
}

body {
    font-family: 'Akrobat', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-light {
    color: rgba(0,0,0,0.5);
}

.dpr-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .dpr-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.dpr-bg-primary {
    background-color: var(--dpr-color-primary);
}

.dpr-bg-secondary {
    background-color: var(--dpr-color-secondary);
}

.dpr-bg-light {
    background-color: #fff8f3;
}

.dpr-text-primary {
    color: var(--dpr-color-primary);
}

.dpr-section.dpr-bg-primary *,
.dpr-section.dpr-bg-secondary * {
    color: #ffffff;
}

.dpr-section.dpr-bg-primary .dpr-section-desc span a {text-decoration: underline !important;}
.dpr-section.dpr-bg-primary .dpr-section-desc span i {font-size: 24px; margin-right: 10px;}

.btn {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    color: #ffffff;
    border: 0;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-large {
    font-size: 30px;
    padding: 0 50px;
    min-width: 500px;
    color: #ffffff;
    height: 70px;
    border-radius: 35px;
}

@media (max-width: 1024px) {
    .btn-large {
        font-size: 30px;
        padding: 0 20px;
        min-width: 100%;
    }
}

.btn:hover,
.btn-large:hover {
    filter: brightness(1.15);
}

.dpr-gap, .dpr-gap\:small, .dpr-gap\:tiny {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.dpr-gap\:small {
    gap: 25px;
}

.dpr-gap\:tiny {
    gap: 15px;
}

.dpr-section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.dpr-section-title\:large {
    font-size: 68px;
}

.dpr-section-desc {
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}

.dpr-section-desc\:italic {
    font-family: 'Bebas Neue Book', sans-serif;
    font-size: 30px;
}

.dpr-text-h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .dpr-section-title {
        font-size: 30px;
    }

    .dpr-section-title\:large {
        font-size: 38px;
    }

    .dpr-section-desc {
        font-size: 22px;
    }

    .dpr-section-desc\:italic {
        font-size: 20px;
    }

    .dpr-text-h3 {
        font-size: 14px;
    }
}

.container {
    max-width: 1172px;
    margin: 0 auto;
}

@media(max-width: 1100px) {
    .container {
        max-width: 100vw;
        margin: 0 30px;
    }
}

header {
    background: rgb(59,23,3);
    background: linear-gradient(270deg, rgba(59,23,3,1) 0%, rgba(76,57,45,1) 100%);
    position: sticky;
top: 0;
z-index: 100;
}

header > .container {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header > .container .logo {
    flex: 0 0 80px;
    width: auto;
    height: 80px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#primary-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin: 0;
    padding: 0;
}

#primary-nav a {
    color: #ffffff;
    font-family: 'Bebas Neue Book', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

#primary-nav a:hover {
    opacity: 0.8;
}

#toggle-menu {
    position: relative;
    padding: 11px;
    border: 1px solid #ffffff;
    display: inline-block;
}

#toggle-menu .icon-bar {
    background: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

#toggle-menu .icon-bar + .icon-bar {
    margin-top: 4px;
}

#toggle-menu {
    display: none;
}

@media (max-width: 1024px) {
    header > .container {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        min-height: auto;
        flex-wrap: wrap;
    }

    header > .container .logo {
        flex: 0 0 60px;
        width: auto;
        height: 60px;
    }

    #primary-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    #toggle-menu {
        display: block;
    }
}

#primary-nav.show {
  display: flex !important;
}


/*
Section 1
*/

.dpr-banner {
    background: rgb(231,117,31);
    background: linear-gradient(0deg, rgba(231,117,31,1) 0%, rgba(164,85,26,1) 100%);
    position: relative;
    height: 490px;
}

@media (max-width: 1023px) {
    .dpr-banner {
        height: auto;
    }
}

.dpr-banner,
.dpr-banner a {
    color: #ffffff;
}

.dpr-banner .container {
    position: relative;
    height: 100%;
}


.dpr-banner--cover {
    background-image: linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url(/bitrix/templates/xiv-forum/css/../img/city.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
}

/*@media (max-width: 1023px) {
    .dpr-banner--cover {
        display: none;
    }
}*/

.dpr-banner .container::before,
.dpr-banner .container::after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.dpr-banner .container::before {
    background: url("/bitrix/templates/xiv-forum/css/../img/banner_container.png") no-repeat left top;
    background-size: contain;
    left: -94px;
}

.dpr-banner--body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif !important;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
    gap: 20px;
    text-align: center;
}

.dpr-banner--line1 {
    font-size: 60px;
    line-height: 1;
}

.dpr-banner--line2 {
    font-size: 115px;
    line-height: 1;
}

.dpr-banner--line3 {
    font-size: 43px;
    line-height: 1;
}

.dpr-banner--line4 {
    font-size: 55px;
    line-height: 1;
}


@media (max-width: 1024px) {
    .dpr-banner .container::before {
        background-position: right top;
        background-size: cover;
        left: -30px;
    }

    .dpr-banner--body {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .dpr-banner .container::before {
        background-position: right top;
        background-size: cover;
        left: -30px;
    }

    .dpr-banner--body {
        padding: 20px 0;
    }

    .dpr-banner--line1 {
        font-size: 30px;
    }

    .dpr-banner--line2 {
        font-size: 35px;
    }

    .dpr-banner--line3 {
        font-size: 18px;
    }

    .dpr-banner--line4 {
        font-size: 25px;
    }
}


/*
Section 2
*/

.dpr-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

@media (max-width: 767px) {
    .dpr-images-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

}

/*
Section 3
*/

#topic {
    background-image: linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url("/bitrix/templates/xiv-forum/css/../img/section_topic.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

/*
Section 4
*/

#registration-cta {
    background: rgb(241,164,122);
    background: linear-gradient(90deg, rgba(241,164,122,1) 0%, rgba(255,186,112,1) 100%);
    position: relative;
}

#registration-cta::before {
    background-image: url("/bitrix/templates/xiv-forum/css/../img/section_texture.jpg");
    background-color: var(--dpr-color-secondary);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.3;
    z-index: 0;
}

#registration-cta .container {
    position: relative;
    z-index: 1;
}

#registration-cta .btn-register {
    background: var(--dpr-color-primary);
}

/*
Section 5
*/

#speakers {
    color: var(--dpr-color-secondary);
}

.dpr-speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.dpr-speaker {
    flex: 1 0 calc(100% / 3 - 50px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.dpr-speaker\:auto {
    flex-grow: 0;
    width: auto;
}

.dpr-speaker--photo {
    background-position: top center;
    background-size: cover;
    width: 200px;
    border-radius: 50%;
    height: 200px;
}

.dpr-speaker--name {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 32px;
    line-height: 1;
}

.dpr-speaker--desc {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

/*
Section 6
*/

.dpr-table {
    font-size: 26px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
}

.dpr-table--row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0;
    gap: 30px;
}

.dpr-table--col1 {
    flex: 0 0 40%;
}

.dpr-table--col2 {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
}

.dpr-table--col2 .dpr-text-h3:not(:last-child) {
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .dpr-table {
        font-size: 14px;
    }

    .dpr-table--row {
        flex-direction: column;
    }

    .dpr-table--col2 .dpr-text-h3 {
        font-size: 18px;
    }

    .dpr-table--col2 .dpr-text-h3:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*
Section 7
*/

#dpr-gallery, #dpr-partners {
    position: relative;
    overflow: hidden;
}

#dpr-gallery .swiper-slide .container {
    overflow: hidden;
    height: 700px;
}

@media (max-width: 1024px) {
    #dpr-gallery .swiper-slide .container {
        height: 200px;
        padding: 0 30px;
    }
}

/*
Section 8
*/


.dpr-reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

form {
    font-variation-settings: "wdth" 75;
    color: rgba(0,0,0,0.7);
}

.input-row + .input-row {
    margin-top: 30px;
}

.input-sub-row + .input-sub-row {
    margin-top: 10px;
}

input[type="text"], input[type="email"] {
    background: transparent;
    padding: 3px 10px;
    border: 0;
    border-bottom: 1px solid #b2aeac;
    font-weight: 400;
    font-size: 24px;
}

input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="radio"] + label {
    display: flex;
    align-items: start;
    user-select: none;
    line-height: 18px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 22px;
}

input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #4e4e4e;
    border-radius: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 0;
}

input[type="radio"] + label::before {
    border-radius: 50%;
}

input[type="radio"]:not(:disabled):active + label::before {
    background-color: var(--dpr-color-secondary);
    border-color: var(--dpr-color-secondary);
}

input[type="radio"]:checked + label::before {
    border-color: var(--dpr-color-primary);
    background-color: var(--dpr-color-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2188 0.445312C10.3438 0.320313 10.4766 0.320313 10.6172 0.445312L11.2734 1.125C11.4141 1.25 11.4141 1.38281 11.2734 1.52344L4.24219 8.55469C4.11719 8.67969 3.98438 8.67969 3.84375 8.55469L0.726562 5.41406C0.585938 5.28906 0.585938 5.15625 0.726562 5.01562L1.38281 4.35938C1.52344 4.21875 1.65625 4.21875 1.78125 4.35938L4.05469 6.63281L10.2188 0.445312Z' fill='%23E5E5E5'/%3E%3C/svg%3E ");
}

.input-row-title {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 15px;
}


/*
Section 9
*/

#partners .dpr-section-desc\:italic {
    font-size: 24px;
}

#dpr-partners .swiper-slide {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
}

#dpr-partners img {
    max-height: 60px;

}

@media (max-width: 767px) {
    #dpr-partners img {
        max-width: 80vw;
    }
}

/*
Footer
*/

footer {
    background-color: #292325;
    font-variation-settings: "wdth" 75;
    font-size: 24px;
}

@media (max-width: 767px) {
    footer {
        font-size: 18px;
    }
}

footer, footer a {
    color: #ffffff;
}

footer a:hover {
    opacity: 0.7;
}

footer .logo img {
    height: 96px;
}

.dpr-map iframe, .dpr-reg-grid video {
    width: 100%;
}

@media (max-width: 767px) {
    .dpr-map iframe {
        width: calc(100vw - 60px);
    }
}

.dpr-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.dpr-info-partners--list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.dpr-info-partners--list img {
    width: auto;
    max-height: 70px;
    max-width: 200px;
    flex: 0 0 auto;
}

.dpr-info-partners--list img:nth-child(4), .dpr-info-partners--list img:nth-child(5) {
    width: auto;
    max-height: unset;
    max-width: 200px;
}

.dpr-orgkom {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.dpr-org-photo {
    background-size: cover;
    background-position: center center;
    width: 160px;
}

.dpr-social {
    display: flex;
    gap: 20px;
    align-items: center;
}

.dpr-social img {
    height: 24px;
}


@media (max-width: 1024px) {
    .dpr-footer-grid, .dpr-reg-grid {
        grid-template-columns: 1fr;
    }

    .dpr-footer-grid > * {
        order: 1;
    }

    .dpr-footer-grid > *:last-child {
        order: 0;
    }
}

.copyright {
    border-top: 1px solid #797979;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-weight: 300;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 512' style='enable-background:new 0 0 192 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%656565;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4.2,247.5L151,99.5c4.7-4.7,12.3-4.7,17,0l19.8,19.8c4.7,4.7,4.7,12.3,0,17L69.3,256l118.5,119.7 c4.7,4.7,4.7,12.3,0,17L168,412.5c-4.7,4.7-12.3,4.7-17,0L4.2,264.5C-0.5,259.8-0.5,252.2,4.2,247.5z'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 192 512' style='enable-background:new 0 0 192 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%656565;%7D%0A%3C/style%3E%3Cpath class='st0' d='M187.8,264.5L41,412.5c-4.7,4.7-12.3,4.7-17,0L4.2,392.7c-4.7-4.7-4.7-12.3,0-17L122.7,256L4.2,136.3 c-4.7-4.7-4.7-12.3,0-17L24,99.5c4.7-4.7,12.3-4.7,17,0l146.8,148C192.5,252.2,192.5,259.8,187.8,264.5z'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}

/* End */
/* /bitrix/templates/xiv-forum/css/styles.css?175413306319872 */
