@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Manrope:wght@400;700;800&display=swap');

:root {
    --wd-red: rgba(238, 35, 35, 1);
    --wd-red-opacity: rgba(238, 35, 35, 0.5);
    --wd-grey: rgba(106, 98, 98, 1);
    --wd-white: #ffffff;
    --wd-mobile-padding: 20px;
}


/*
font-family: 'Dela Gothic One', cursive;
font-family: 'Manrope', sans-serif;
*/

a,
span,
p,
b,
u,
div {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--wd-white);
    text-decoration: none;
    line-height: 1;
}

.container {
    max-width: 1180px;
}

.section {
    margin: 100px 0;
    background-color: var(--wd-red);
}

img {
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.section.section-1 {
    margin: 0;
}

.section-1 .section-inner--header {
    position: relative;
}

.section-1 .header-logo {
    position: absolute;
}

.section-1 .header-links {
    margin-left: 250px;
    z-index: 2;
}

.section-1 .header-links .header-links--icons .link-icon {
    height: 60px;
    width: auto;
}

.section-1 .header-links .header-links--icons .link-icon--prof-press {
    height: 20px;
}

.section-1 .header-links .header-links--icons .link-icon--miland {
    height: 40px;
}

.section-1 .header-links .header-links--links .link-text--container .link-text {
    text-transform: uppercase;
}

.section-2 {
    margin: 125px 0;
    background-color: var(--wd-white);
    padding: 0 var(--wd-mobile-padding);
}

.section-2 .advantages-item {
    text-align: center;
}

.section-2 .advantages-item .advantage-number {
    font-size: 50px;
    font-weight: 800;
    color: var(--wd-red);
}

.section-2 .advantages-item .advantage-icon {
    width: 50px;
    height: auto;
}

.section-2 .advantages-item:nth-child(1) .advantage-icon {
    width: 65px;
}

.section-2 .advantages-item .advantage-text span {
    font-size: 20px;
    color: var(--wd-red);
    text-transform: uppercase;
}

.section-3 {
    background-color: var(--wd-white);
    padding: 0 var(--wd-mobile-padding);
}

.section-3 .section-inner--map {
    padding: 40px 20px;

    max-width: 1280px;
    margin: 0 auto;

    border: 2px solid var(--wd-red);
    border-radius: 20px;
}

.section-3 .map-text {
    max-width: 400px;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--wd-grey);
}

.section-3 .map-map {
    max-width: 600px;
    width: 100%;
}

.section-3 .map-text .red {
    max-width: 40%;
    font-size: 20px;
    color: var(--wd-red);
}

.section-4 {
    position: relative;
    background-color: var(--wd-white);
}

.section-4 .speakers .speakers-body {
    margin: 50px 0;
}

.section-4 .speaker-image {
    position: relative;
}

.section-4 .speakers-item .speaker-image .speaker-image--main {
    border-radius: 50%;
}

.section-4 .speakers-item .speaker-image .speaker-image--logo {
    position: absolute;
    padding: 5px;
    background-color: var(--wd-white);
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
}

.section-4 .speakers-item:first-child .speaker-image .speaker-image--logo img {
    width: 100px;
    height: 100px;
}

.section-4 .speakers-item:nth-child(2) .speaker-image .speaker-image--logo {
    border-radius: 0;
    bottom: -5px;
    right: -100px;
    padding: 10px;
}

.section-4 .speakers-item:nth-child(2) .speaker-image .speaker-image--logo img {
    width: 150px;
    height: auto;
}

.section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo {
    height: 100px;
    width: auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    bottom: -35px;
    right: -140px;
}

.section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo div {
    width: 110px;
    height: 110px;
    padding: 5px;
    flex-shrink: 0;
    background-color: var(--wd-white);
    border-radius: 50%;
}

.section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo>img {
    width: 125px;
    height: auto;
}

.section-4 .speaker-info .speaker-info--name,
.section-4 .speaker-info .speaker-info--post,
.section-4 .speaker-info .speaker-info--date {
    color: var(--wd-red);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-4 .speaker-info .speaker-info--name {
    font-size: 30px;
    font-weight: 800;
}

.section-4 .speaker-info .speaker-info--post {
    font-size: 12px;
}

.section-4 .speaker-info .speaker-info--date {
    font-size: 18px;
    color: var(--wd-grey);
    font-weight: bold;
}

.section-4 .speakers .speakers-h1,
.section-4 .speakers .speakers-h3,
.section-5 .events-header .events-h1,
.section-5 .events-header .events-h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--wd-red);
    font-weight: bold;
    text-align: center;
}

.section-4 .speakers .speakers-h3,
.section-5 .events-header .events-h3 {
    font-size: 20px;
    color: var(--wd-grey);
}

.section-5 {
    background-color: var(--wd-white);
}

.section-5 .events-header {
    padding: 0 var(--wd-mobile-padding);
    margin-bottom: 50px;
}

.section-5 .events-header .events-header--h1 {
    margin-bottom: 20px;
}

.section-5 .events-body {
    padding: 75px var(--wd-mobile-padding);
    background: linear-gradient(90deg, rgba(238, 35, 35, 0.23) 0%, rgba(238, 35, 35, 1) 20%, rgba(238, 35, 35, 1) 80%, rgba(238, 35, 35, 0.23) 100%);
}

.section-5 .event {
    margin: 20px 0;
}

.section-5 .event-icon {
    width: 50px;
    height: auto;
}

.section-5 .event-name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-6 {
    background-color: var(--wd-white);
}

.section-6 .banners a {
    display: inline-block;
}

.section-6 .banners .banner {
    transform: scale(0.99);
    transition: transform .2s ease-in-out;
}

.section-6 .banners:hover .banner {
    transform: scale(1);
}

.section-6 .how-header {
    margin-bottom: 25px;
}

.section-6 .how-header .how-header--h1 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--wd-red);
    text-align: center;
}

.section-6 .how-container {
    background-color: var(--wd-red);
    padding: calc(var(--wd-mobile-padding) * 2) var(--wd-mobile-padding);
}

.section-7 {
    position: relative;
    background-color: var(--wd-white);
}

.section-7 .videos-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-7 .videos-header .videos-header--h1 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--wd-red);
}

.section-7 .video-item--container .video-item {
    position: relative;
    width: 100%;
    padding-top: 50%;
    border: 5px solid var(--wd-red);
    overflow: hidden;
    border-radius: 20px;
}

.section-7 .video-item--container .video-item iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.section-8 {
    background-color: var(--wd-white);
}

.section-8 .prof-press--header {
    margin-bottom: 50px;
    text-align: center;
}

.section-8 .prof-press--header .header--h1 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--wd-red);
}

.section-8 .pp-item {
    padding-top: var(--wd-mobile-padding);
    padding-bottom: var(--wd-mobile-padding);
}

.section-8 .pp-item .pp-icon img {
    height: 100%;
}

.section-8 .pp-item .pp-icon {
    height: 75px;
    width: auto;
}

.section-8 .pp-item .pp-number {
    font-size: 35px;
    color: var(--wd-red);
    font-weight: bold;
}

.section-8 .pp-item .pp-text {
    font-size: 20px;
    font-weight: bold;
    color: var(--wd-grey);
    text-transform: uppercase;
    text-align: center;
}

.section-9 {
    background-color: var(--wd-white);
}

.section-9 .contact-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-9 .contact-header .contact-header--h1 {
    font-size: 50px;
    color: var(--wd-red);
    font-weight: bold;
    text-transform: uppercase;
}

.section-9 .contact-body {
    margin-bottom: 50px;
}

.section-9 .contact-body .contact-item {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-9 .contact-body .contact-item img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.section-9 .contact-body .contact-item {
    height: 50px;
}

.section-9 .contact-body .contact-item--2,
.section-9 .contact-body .contact-item--4 {
    height: 100px;
}

.section-9 .contact-body .contact-item--3 {
    height: 200px;
}

.section-9 .contact-footer {
    margin-top: 75px;
}

.section-9 .contact-footer .contact-item {
    max-width: 75px;
}

.section-9 .contact-footer .contact-item.tg,
.section-9 .contact-footer .contact-item.ok {
    max-width: 50px;
}

.section-9 .contact-footer .contact-item img {
    width: 100%;
    height: 100%;
}

/* burger menu */
.triangle {
    position: absolute;
    height: 100%;
    /* width: 10%; */
    left: 0;
    top: 0;

    background: transparent url('/prof-press-day/images/tr/left-tr.svg') left center no-repeat;
    background-size: contain;
    padding-right: 26%;
}

.triangle.right-triangle {
    background: transparent url('/prof-press-day/images/tr/left-tr.svg') left center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    left: auto;
    right: 0;
    padding-right: 0;
    padding-left: 26%;
}

.burger-container {
    display: none !important;
}

.burger-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

    width: 30px;
    height: 20px;
    cursor: pointer;
}

.burger-menu .burger-item {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--wd-white);
}

.navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--wd-red);

    opacity: 0;
    visibility: hidden;

    transition: opacity .2s, visibility .2s ease-in-out;
}

.navigation.active {
    opacity: 1;
    visibility: visible;
}

.navigation .burger-container {
    position: absolute;
    right: 20px;
    top: 60px;
}

.navigation .burger-container .burger-item {
    position: absolute;
}

.navigation .burger-container .burger-item:nth-child(2) {
    display: none;
}

.navigation .burger-container .burger-item:first-child {
    transform: rotate(45deg);
}

.navigation .burger-container .burger-item:last-child {
    transform: rotate(135deg);
}

.navigation .navigation-item--link {
    text-transform: uppercase;
}

.navigation .navigation-item--link a {
    font-size: 24px;
}

@media screen and (max-width: 1660px) {
    .section-1 .header-logo {
        width: 250px;
    }

    .section-1 .header-links {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1180px) {
    .section-1 .header-logo {
        width: 200px;
    }

    .section-1 .header-links {
        margin-left: 150px;
    }

    .section-1 .header-links .header-links--icons .link-icon {
        height: 50px;
    }

    .section-1 .header-links .header-links--icons .link-icon--prof-press {
        height: 15px;
    }

    .section-1 .header-links .header-links--icons .link-icon--miland {
        height: 30px;
    }

    .burger-container {
        display: flex !important;
    }

    .section-1 .header-links .header-links--links {
        display: none !important;
    }

    .section-1 .header-links {
        justify-content: center !important;
    }

    /* .section .header-h1 {
        font-size: 44px !important;
    }

    .section .header-h2 {
        font-size: 44px !important;
    }

    .section .header-h3 {
        font-size: 44px !important;
    }

    .section .header-h4 {
        font-size: 24 !important;
    }

    .section .header-h5 {
        font-size: 14px !important;
    }

    .section .header-h6 {
        font-size: 12px !important;
    } */

    .section-4 .triangle,
    .section-7 .triangle {
        display: none;
    }

    .section-4 .speakers .speakers-h1,
    .section-5 .events-header .events-header--h1,
    .section-6 .how-header .how-header--h1,
    .section-7 .videos-header .videos-header--h1,
    .section-8 .prof-press--header .header--h1,
    .section-9 .contact-header .contact-header--h1 {
        font-size: 44px;
    }

    .section-4 .speaker-info .speaker-info--name {
        font-size: 14px !important;
    }

    .section-4 .speaker-info .speaker-info--post {
        font-size: 14px !important;
    }

    .section-4 .speaker-info .speaker-info--date {
        font-size: 12px !important;
    }

    .section-4 .speaker-image {
        width: 100px;
        height: 100px;
    }

    .section-4 .speakers-item .speaker-image .speaker-image--logo {
        bottom: -15px;
        right: -15px;
    }

    .section-4 .speakers-item:first-child .speaker-image .speaker-image--logo img {
        width: 50px;
        height: 50px;
    }

    .section-4 .speakers-item:nth-child(2) .speaker-image .speaker-image--logo {
        right: -50px;
    }

    .section-4 .speakers-item:nth-child(2) .speaker-image .speaker-image--logo img {
        width: 75px;
    }

    .section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo {
        right: -85px;
    }

    .section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo div {
        width: 55px;
        height: 55px;
    }

    .section-4 .speakers-item:nth-child(3) .speaker-image .speaker-image--logo>img {
        width: 62px;
    }
}

@media screen and (max-width: 880px) {

    .section-6 .banners .banner {
        transform: scale(1);
    }

    .section-4 .speakers,
    .section-5 .events-header {
        text-align: center;
    }

    .section-1 .header-logo {
        width: 150px;
    }

    .section-1 .header-links {
        margin-left: 100px;
    }

    .section-1 .header-links .header-links--icons .link-icon {
        height: 40px;
    }

    .section-1 .header-links .header-links--icons .link-icon--prof-press {
        height: 10px;
    }

    .section-1 .header-links .header-links--icons .link-icon--miland {
        height: 20px;
    }

    .section-4 .speakers .speakers-h1,
    .section-5 .events-header .events-header--h1,
    .section-6 .how-header .how-header--h1,
    .section-7 .videos-header .videos-header--h1,
    .section-8 .prof-press--header .header--h1,
    .section-9 .contact-header .contact-header--h1 {
        font-size: 34px;
    }

    .section-4 .speakers .speakers-body {
        align-items: center !important;
    }

    .section-4 .speakers .speakers-body .speakers-item {
        max-width: 500px;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .section-4 .speaker-image {
        width: 125px;
        height: 125px;
    }

    .section-5 .event-icon {
        width: 35px;
    }

    .section-5 .event-name {
        font-size: 16px;
    }

    .section-5 .events-body {
        padding: 25px var(--wd-mobile-padding);
    }

    .section-7 .videos-header {
        margin-bottom: 25px;
    }

    .section-7 .video-item--container .video-item {
        padding-top: 75%;
    }
}

@media screen and (max-width: 580px) {

    .section-4 .speakers .speakers-h1,
    .section-5 .events-header .events-header--h1,
    .section-6 .how-header .how-header--h1,
    .section-7 .videos-header .videos-header--h1,
    .section-8 .prof-press--header .header--h1,
    .section-9 .contact-header .contact-header--h1 {
        font-size: 24px;
    }

    .section-4 .speakers .speakers-h3,
    .section-5 .events-header .events-h3 {
        font-size: 18px;
    }

    .section-8 .pp-item .pp-number {
        font-size: 24px;
    }

    .section-8 .pp-item .pp-text {
        font-size: 14px;
    }

    .section-5 .event-icon {
        width: 25px;
    }

    .section-5 .event-name {
        font-size: 14px;
    }

    .section-9 .contact-footer .contact-item {
        max-width: 50px;
    }

    .section-9 .contact-footer .contact-item.tg,
    .section-9 .contact-footer .contact-item.ok,
    .section-9 .contact-footer .contact-item.dz {
        max-width: 25px;
    }
}


/* bootstrap breakpoints */

@media screen and (max-width: 991px) {
    .section {
        margin: 75px 0;
    }

    .section-2 .advantages .advantages-item:not(:last-child) {
        margin-bottom: 50px;
    }

    .section-2 .advantages .advantages-item .advantages-icon {
        min-width: 50px;
    }

    .section-3 .section-inner--map {
        flex-direction: column-reverse !important;
        padding: 20px 5px;
    }

    .section-3 .section-inner--map .map-map {
        margin-bottom: 25px;
    }

    .section-3 .map-text,
    .section-3 .map-text .red {
        font-size: 14px;
        text-align: justify;
    }

    .section-9 .contact-body .contact-item {
        height: 15px;
    }

    .section-9 .contact-body .contact-item--2,
    .section-9 .contact-body .contact-item--4 {
        height: 65px;
    }

    .section-9 .contact-body .contact-item--3 {
        height: 115px;
    }

    .section-9 .contact-body .contact-item--5 {
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section-9 .contact-body div:not(:last-child) {
        margin-bottom: 25px;
    }
}