/* Настройки шаблона */
@font-face {
    font-family: Montserrat;
    src: url("/templates/rostsayt-4/fonts/Montserrat-Regular.ttf") format("opentype");
	font-style: normal;
    font-weight: 400;
}

:root, body {font-size: 10px;}
@media screen and (min-width: 576px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 768px) {
	:root, body {font-size: 12px;}
}
@media screen and (min-width: 992px) {
	:root, body {font-size: 14px;}
}
@media screen and (min-width: 1200px) {
	:root, body {font-size: 16px;}
}

/* Элементы */
html {width: calc(100% + calc(100vw - 100%)); overflow-x: hidden;}
body {display: flex; flex-direction: column; margin: 0 auto; max-width: 1920px; font-family: 'Montserrat', sans-serif; color: var(--bg-color-text); outline: 1px solid #ddd; overflow-x: hidden; background-color: #FCF1DB; line-height: normal;}
#middle main  {overflow: inherit;}
*::before {pointer-events: none;}
/* @media (min-width: 1680px) {.container {max-width: 1680px;}} */
@media (min-width: 1680px) {.container {max-width: 1295px;}}
/* @media (min-width: 1920px) {.bg-color::before {margin-left: -960px;}} */

h1, .h1 {}
h2, .h2 {font-size: 4.3rem;} /*70*/
h3, .h3 {font-size: 3.4rem;} /*55*/
h4, .h4 {font-size: 1.8rem;} /*30*/
h5, .h5 {font-size: 1.5rem;} /*24*/
h6, .h6 {font-size: 1.25rem;} /*20*/

a {text-decoration: none;}

/* Адаптация */

/* Анимации */

.delay-1 {-webkit-animation-delay:200ms;animation-delay:200ms}
.delay-2 {-webkit-animation-delay:400ms;animation-delay:400ms}
.delay-3 {-webkit-animation-delay:600ms;animation-delay:600ms}
.delay-4 {-webkit-animation-delay:800ms;animation-delay:800ms}
.delay-5 {-webkit-animation-delay:1000ms;animation-delay:1000ms}
.delay-6 {-webkit-animation-delay:1200ms;animation-delay:1200ms}
.delay-7 {-webkit-animation-delay:1400ms;animation-delay:1400ms}
.delay-8 {-webkit-animation-delay:1600ms;animation-delay:1600ms}
.delay-9 {-webkit-animation-delay:1800ms;animation-delay:1800ms}
.delay-10 {-webkit-animation-delay:2000ms;animation-delay:2000ms}

/* Общие стили */
:root {
	--bg-color-bej: #FCF1DB;
	--bg-color-red: #690108;
	--bg-color-text: #121212;
}

.modal-dialog .modal-content {margin-right: 3px;}
.modal-dialog .modal-header {justify-content: center;}

p {font-size: 1.5rem; color: var(--bg-color-text);}

.text-bej {color: var(--bg-color-bej);}
.text-red {color: var(--bg-color-red);}
.text-black {color: var(--bg-color-text);}

.btn-red {background-color: var(--bg-color-red); border: 1px solid var(--bg-color-red); color: var(--bg-color-bej); border-radius: 0; padding: 1rem 2.5rem;}
.btn-red:hover {background-color: var(--bg-color-bej); color: var(--bg-color-red);}



/* Header */
header {position: relative;}
/* header .nav-item a {color: #690108 !important; mix-blend-mode: plus-lighter;} */
header .wrapper {display: flex; align-items: center;}
header::before {content: ''; position: absolute; left: 0; right: 50%; top: 0; bottom: 0; background-color: var(--bg-color-red); z-index: -1;}
header .nav-item {font-size: 1.17rem;}
header .nav-item a {color: #fff;}
header .mod-menu {align-items: center; gap: .75rem;}
header #header_items {width: 100%; justify-content: space-between;}

header .nav-item.item-102 a,
header .nav-item.item-103 a,
header .nav-item.item-104 a {color: var(--bg-color-bej);}

header .nav-item.item-105 a,
header .nav-item.item-106 a,
header .nav-item.item-107 a {color: var(--bg-color-red);}

/* Топ слайдер */
.mod-top-slider.moduletable.fullbg {background: var(--bg-color-bej);}
.mod-top-slider .banner {display: flex; justify-content: center; margin-top: -1px;}
.mod-top-slider .icons_soc {position: absolute; bottom: 0; right: 0; width: 100%;}

/* О конференции */
.mod-about-conference .h3 {margin-top: 5.3rem;}
.mod-about-conference .mod-about-conference_img {margin-left: -3rem;}
.mod-about-conference .conf-block {position: relative;}
.mod-about-conference .conf-block .position-absolute {left: 10.4rem;}
/* .mod-about-conference .conf-block::before {content: ''; position: absolute; width: 100vw; height: 100%; border-left: 1px solid #69010833; border-bottom: 1px solid #69010833; bottom: 8.1rem; left: 10.4rem;} */

/* Почему стоит прийти */
.mod-info .h3 {margin-top: 4.25rem;}
.mod-info .mod-info_img {margin-top: -6.8rem; transform: translateX(15%);}
.mod-info .bg_line {position: relative; padding-left: 4rem;}
.mod-info .bg_line::before {content: ""; position: absolute; background-image: url('/images/icons/line.svg'); background-repeat: no-repeat; width: 100%; height: 5px; top: 50%; left: 0; transform: translateY(-50%);}

/* Для кого */
.mod-info-for-whom {background-color: var(--bg-color-red) !important; padding: 1.25rem 0; margin-bottom: 8.5rem;}
.mod-info-for-whom .wrap {margin-top: -25.7rem;}
.mod-info-for-whom .mod-info-for-whom_img {margin-top: -21.8rem;}
.mod-info-for-whom .row .text {color: var(--bg-color-bej);}
.mod-info-for-whom .text_top_r {transform: translateX(26%);}
.mod-info-for-whom .row.text_mid {margin-bottom: 5.6rem; transform: translateX(-8%);}
.mod-info-for-whom .text_bot_r {transform: translateX(15%);}
.mod-info-for-whom .text_bot_l {transform: translateX(-15%);}

.mod-info-for-whom .text_top_l .top_l {position: relative;}
.mod-info-for-whom .text_top_l .top_l::after {content: ''; position: absolute; background-color: var(--bg-color-bej); background-repeat: no-repeat; border-radius: 50%;
    width: 27px; height: 27px; right: -40px;}
.mod-info-for-whom .text_top_r .top_r {position: relative;}
.mod-info-for-whom .text_top_r .top_r::before {content: ''; position: absolute; background-color: var(--bg-color-bej); background-repeat: no-repeat; border-radius: 50%; 
    width: 27px; height: 27px; bottom: 0; left: -30px;}
.mod-info-for-whom .text_mid_l .mid_l {position: relative;}
.mod-info-for-whom .text_mid_l .mid_l::after {content: ''; position: absolute; background-color: var(--bg-color-bej); background-repeat: no-repeat; border-radius: 50%; 
    width: 27px; height: 27px; right: -40px;}
.mod-info-for-whom .text_bot_l .bot_l {position: relative;}
.mod-info-for-whom .text_bot_l .bot_l::after {content: ''; position: absolute; background-color: var(--bg-color-bej); background-repeat: no-repeat; border-radius: 50%; 
    width: 27px; height: 27px; right: -35px;}
.mod-info-for-whom .text_bot_r .bot_r {position: relative;}
.mod-info-for-whom .text_bot_r .bot_r::before {content: ''; position: absolute; background-color: var(--bg-color-bej); background-repeat: no-repeat; border-radius: 50%; 
    width: 27px; height: 27px; top: 25px; left: -38px;}

/* Программа конференции */
.mod-conference-program {margin-bottom: 17rem;}
.mod-conference-program .row {gap: 6.25rem; padding-top: 5.7rem;}
.mod-conference-program .row .num_img {width: 6.8rem;}
.mod-conference-program .mod-conference-program_img img {transform: translateX(-30%);}

/* Где будет проходить мероприятие */
.mod-where-event {margin-bottom: 8.5rem; position: relative;}
.mod-where-event .wrap-svg {top: -50px; left: 15%; z-index: -1;}
.mod-where-event .mod-where-event_title {margin-bottom: 6rem;}
.mod-where-event .where-event-full_img {transform: translateX(80%);}

/* Спикеры */
.speakers {margin-bottom: 8.5rem;}

/* Подарки и бонусы */
.mod-gifts-and-bonuses {margin-bottom: 8.5rem;}
.mod-gifts-and-bonuses::before {background-color: var(--bg-color-red);}
.mod-gifts-and-bonuses .row {padding: 9.3rem 0;}
.mod-gifts-and-bonuses .row .block_info {gap: 3.7rem;}
.mod-gifts-and-bonuses .mod-gifts-and-bonuses_img {bottom: 0; right: 0; transform: translateX(30%);}

/* Сколько стоит */
.mod-price {margin-bottom: 8.5rem;}
.mod-price .price_link .btn-price {padding: 1rem 2rem; background-color: var(--bg-color-bej); border-radius: 0; font-weight: 600;}

/* Пратнер конференции */
.mod-partner {margin-bottom: 8.5rem;}

/* О нас пишут */
.mod-o-nas-pishut {margin-bottom: 8.5rem;}
.mod-o-nas-pishut .owl-o-nas {margin-bottom: 7.1rem;}
.mod-o-nas-pishut .owl-carousel .owl-item {transform: scale(0.75);}
.mod-o-nas-pishut .owl-carousel .owl-item.center {transform: scale(1);}
.mod-o-nas-pishut .owl-carousel .owl-nav {display: block; top: 110%; width: 8.5rem;}
.mod-o-nas-pishut .owl-carousel .owl-nav span {display: none;}
.mod-o-nas-pishut .owl-carousel .owl-nav button {width: 40px; height: 40px;}
.mod-o-nas-pishut .owl-carousel .owl-nav .owl-prev::before {content: ""; position: absolute; background-image: url("/images/icons/arrow-left.svg"); width: 40px; height: 40px; bottom: 50%; right: 50%; transform: translate(50%, 50%);}
.mod-o-nas-pishut .owl-carousel .owl-nav .owl-next::before {content: ""; position: absolute; background-image: url("/images/icons/arrow-right.svg"); width: 40px; height: 40px; bottom: 50%; right: 50%; transform: translate(50%, 50%);}

/* Организаторы мероприятия */
.mod-orgonizatori {margin-bottom: 8.5rem;}
.mod-orgonizatori .row {position: relative;}
.mod-orgonizatori .wrap {border: 1px solid var(--bg-color-red);}
.mod-orgonizatori .text-mid {padding-left: 6.2rem;}
.mod-orgonizatori .text-link {position: relative; margin-top: -1.25rem;}
.mod-orgonizatori .text-link img {width: 90px;}
.mod-orgonizatori .text-link p {margin-right: 0.75em;}
.mod-orgonizatori .org-img {position: absolute; top: 7.5em; right: 0;}
.mod-orgonizatori .text-mid .text-line::before {content: ""; position: absolute; background-image: url('/images/icons/line-sm.svg'); background-repeat: no-repeat; width: 6.2rem; height: 5px; left: 0; transform: translateY(16px);}

/* Цели и задачи форума  */
.mod-celi-i-zadachi {padding: 10.6rem 0; margin-bottom: 8.5rem; position: relative;}
.mod-celi-i-zadachi::before {background-color: var(--bg-color-red);}
.mod-celi-i-zadachi .wrapper {position: relative;}
.mod-celi-i-zadachi .position-absolute {top: -17.5rem; left: 1px;}
.mod-celi-i-zadachi .celi .row {position: relative;}
.mod-celi-i-zadachi .wrapper .celi ul {margin-left: 5.5rem;}
.mod-celi-i-zadachi .wrapper .temi ul {margin-left: 5.5rem;}
.mod-celi-i-zadachi .wrapper li {font-size: 1.5rem; color: var(--bg-color-bej); margin-bottom: 2.8rem; list-style-type: none; position: relative;}
.mod-celi-i-zadachi .wrapper li::before {content: ''; position: absolute; width: 1.5rem; height: 1.5rem; background-color: var(--bg-color-bej); border-radius: 50%; left: -2rem;}
.mod-celi-i-zadachi .title {padding: 0;}
.mod-celi-i-zadachi .celi {position: relative; margin-bottom: 2.2rem;}
.mod-celi-i-zadachi .temi {position: relative;}
.mod-celi-i-zadachi p {font-size: 2.1rem;}
.mod-celi-i-zadachi .celi::before {content: ''; position: absolute; border-left: 2px solid var(--bg-color-bej); width: 2px; height: 35rem; left: 6.2rem;}
.mod-celi-i-zadachi .celi::after {content: ''; position: absolute; background-image: url('/images/celi-i-zadachi/001.svg'); width: 100%; height: 45.6rem; background-repeat: no-repeat; top: -6.5rem; left: 75%;}
.mod-celi-i-zadachi .temi::before {content: ''; position: absolute; border-left: 2px solid var(--bg-color-bej); width: 2px; height: 35rem; left: 50%; transform: translateX(.2rem);}

/* Топ контент */
.mod-custom.custom .text-center {margin-bottom: 8.5rem;}

/* Место проведения */
.mod-main-karta {margin-bottom: 8.5rem;}
.mod-main-karta .map {position: relative;}
.mod-main-karta .wrap-svg {top: 3.8rem; left: 5.3rem; z-index: -1;}
/* .mod-main-karta .map::before {content: ''; position: absolute; width: 100%; height: 100%; border: 1px solid var(--bg-color-red); top: 3.8rem; left: 5.3rem; z-index: -1;} */
.mod-main-karta .info {position: absolute; background-color: var(--bg-color-red); width: 549px; height: 252px; top: 0; left: 0;}
.mod-main-karta .info .ticket-btn {border: 1px solid var(--bg-color-bej); border-radius: 0; color: var(--bg-color-bej); padding: 15px 40px;}
.mod-main-karta .info .partner-btn {border: 1px solid var(--bg-color-red); border-radius: 0; background-color: var(--bg-color-bej); color: var(--bg-color-red); padding: 15px 40px;}
.mod-main-karta .info .city-date .date {background-color: var(--bg-color-bej); padding: 5px 15px;}

/* footer */
.footer_items .mod-menu li > a  {font-size: 20px; margin-bottom: 1.5rem; font-family: 'MontserratMedium', sans-serif !important; color: #121212;}
.footer_items .mod-menu__sub {margin-top: 1.5rem; margin-bottom: 1.5rem;}

/* Кнопки в подвале */
.mod-custom.custom .ticket-btn {border: 1px solid var(--bg-color-bej); border-radius: 0; background-color: var(--bg-color-red); color: var(--bg-color-bej);}
.mod-custom.custom .partner-btn {border: 1px solid var(--bg-color-red); border-radius: 0; color: var(--bg-color-red);}


.modal-content {background-color: var(--bg-color-bej);}
.modal-content .btn-close {position: absolute; top: 10px; right: 10px;}
.modal-title .h3 {font-size: 3.1rem;}

@media screen and (max-width: 1400px) {
    .navbar-nav .mod-custom {text-align: center; margin-top: 1rem;}
    .navbar-nav .btn-red {padding: 1rem .5rem; mix-blend-mode: normal; margin-bottom: 10px;}

    header .nav-item.item-104 a {color: #690108 !important; mix-blend-mode: plus-lighter;}

    .mod-about-conference .conf-block .position-absolute {left: 9.4rem;}

	.mod-info .mod-info_img {margin-top: -3.8rem;}
    .mod-info-for-whom .text_top_l {transform: translateX(2%);}
    .mod-info-for-whom .text_mid_l {transform: translateX(12%);}
    .mod-info-for-whom .text_bot_l {transform: translateX(-31%);}
    .mod-info-for-whom .text_bot_r {transform: translateX(31%);}
    .mod-info-for-whom .row.text_mid {margin-bottom: 3.6rem; transform: translateX(-16%);}

    .mod-celi-i-zadachi .temi::before {transform: translateX(1rem);}

    .mod-orgonizatori .h4 {font-size: 1.5rem;}
}

@media screen and (max-width: 1200px) {
    h2, .h2 {font-size: 4.3rem;} /*70*/
    h3, .h3 {font-size: 1.8rem;} /*30*/
    h4, .h4 {font-size: 1.5rem;} /*24*/
    h5, .h5 {font-size: 1.25rem;} /*20*/
    h6, .h6 {font-size: 1rem;} /*16*/

    header #header_items {width: 100%; justify-content: space-between; background-color: #FCF1DB; border: 2px solid #690108; border-radius: 50px;}
    header .mod-menu {display: flex; flex-direction: column; margin-top: 10px;}
    header .nav-item a {color: var(--bg-color-red) !important; mix-blend-mode: normal;}
    header .nav-item.item-104 a {color: var(--bg-color-red) !important; mix-blend-mode: normal;}

    .mod-about-conference .row,
    .mod-info .row {align-items: center;}
    .mod-about-conference .conf-block .position-absolute {left: 9.1rem; bottom: 0;}

    .mod-conference-program .mod-conference-program_img img {transform: translateX(-50%);}

    .mod-celi-i-zadachi .temi::before {transform: translateX(1.2rem);}
    .mod-celi-i-zadachi .celi::after {display: none;}
    .mod-celi-i-zadachi .position-absolute {display: none;}

    .mod-orgonizatori .text-line p::before {width: 5.6rem;}
    .mod-orgonizatori .h4 {font-size: 1.4rem;}

    .mod-info-for-whom {background-color: var(--bg-color-red) !important; padding: 1.25rem 0; margin-bottom: 8.5rem;}
    .mod-info-for-whom .row .text {color: var(--bg-color-bej);}
    .mod-info-for-whom .wrap {margin-top: 0;}

    .mod-info-for-whom .row.text_top,
    .mod-info-for-whom .row.text_mid,
    .mod-info-for-whom .row.text_bot {top: 0;}
    .mod-info-for-whom .mod-info-for-whom_img {margin-top: 0;}

    .mod-info-for-whom .text_top_l,
    .mod-info-for-whom .text_top_r,
    .mod-info-for-whom .text_mid_l,
    .mod-info-for-whom .text_bot_r,
    .mod-info-for-whom .text_bot_l {transform: translateX(0); margin-bottom: 3rem;}

    .mod-info-for-whom .row.text_mid {margin-bottom: 0; transform: translateX(0);}

    .mod-info-for-whom .text_top_l .top_l::after,
    .mod-info-for-whom .text_top_r .top_r::before,
    .mod-info-for-whom .text_mid_l .mid_l::after,
    .mod-info-for-whom .text_bot_l .bot_l::after,
    .mod-info-for-whom .text_bot_r .bot_r::before {display: none;}

    .mod-info-for-whom .wrap .mod-info-for-whom_img {margin-top: 0; text-align: center;}

    .moduletable.mod-top-slider.fullbg {left: 50%; margin-left: 0; transform: translateX(-50%); width: 100vw; margin-right: 0; padding-left: 0; padding-right: 0;}
}

@media screen and (max-width: 992px) {
    .mod-about-conference .conf-block .position-absolute {display: none;}
    .mod-where-event .wrap-svg {display: none;}
    .mod-main-karta .wrap-svg {display: none;}

    .mod-about-conference .h3, .mod-info .h3 {margin-top: 0;}
    .mod-info {margin-bottom: 3rem;}
	.mod-info .mod-info_img {margin-top: 0 !important;}

    .mod-conference-program {margin-bottom: 8.5rem;}

    .mod-gifts-and-bonuses .mod-gifts-and-bonuses_img {display: none;}

    .mod-celi-i-zadachi .temi::before {left: 0; transform: translateX(6.2rem);}
    .mod-celi-i-zadachi .celi::before {height: 38rem;}

    .mod-main-karta .info {width: 400px; height: 200px;}

    .footer_items .nav-item {text-align: center;}

    .mod-orgonizatori .org-img {position: relative; bottom: 0; top: 0;}
    .mod-orgonizatori .item {display: flex; flex-direction: column;}
    .mod-orgonizatori .text-link {margin: 1rem 0;}
}

@media screen and (max-width: 768px) {
    header #logo img {width: 50%;}

    .mod-o-nas-pishut .owl-carousel .owl-nav {top: 115%;}

    .mod-celi-i-zadachi .celi::before {height: 49rem;}

    .mod-orgonizatori .text-mid {margin: 4rem 0;}
    .mod-orgonizatori .text-link img {width: 50px; margin-right: 5px;}
    .mod-orgonizatori .text-link {top: -0.25rem;
    }
}

@media screen and (max-width: 576px) {
    .mod-info .bg_line {position: relative; padding-left: 5rem;}

	.mod-o-nas-pishut .owl-carousel .owl-nav {top: 105%;}

    .mod-celi-i-zadachi .celi::before {height: 70rem;}

    .mod-main-karta .info {width: 300px; height: 220px; padding: 0 5px;}
    .mod-main-karta .info .btns {display: flex; flex-direction: column;}
    .mod-main-karta .map::before {display: none;}

    .mod-top-slider .icons_soc img {width: 30px;}
}



