/* Start 'Технические стили' */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --new-green: #81C241;
    --new-green-hover: #55a802;
    --new-white: #fff;
    --new-black: #000;
    --new-grey: #FBFBFB;
    --new-grey-blue: #F9F9FF;
    --grey: #F9F9FF;
    --grey-hover: #dfdfe6;
    --form-grey: #F7F7F7;
    --subtext-grey: #AFAFAF;
    --green: #81C241;
    --green-hover: #6ca136;
    --black: #000;
    --white: #fff;
    --link-grey: #C7C7C7;
}

html,
body {
  height: 100%;
  overflow-x: none!important;
}

#cube-loader {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
}
#cube-loader .caption {
    margin: 0 auto;
}
.cube-loader {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
}
.cube-loader .cube {
    position: relative;
    transform: rotateZ(45deg);
    width: 50%;
    height: 50%;
    float: left;
    transform: scale(1.1);
    }
.cube-loader .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--new-green);
    animation: cube-loader 2.76s infinite linear both;
    transform-origin: 100% 100%;
}
.cube-loader .loader-2 {
    transform: scale(1.1) rotateZ(90deg);
}
.cube-loader .loader-3 {
      transform: scale(1.1) rotateZ(180deg);
}
.cube-loader .loader-4 {
      transform: scale(1.1) rotateZ(270deg);
}
.cube-loader .loader-2:before {
      animation-delay: 0.35s;
}
.cube-loader .loader-3:before {
    animation-delay: 0.69s;
}
.cube-loader .loader-4:before {
    animation-delay: 1.04s;
}

@keyframes cube-loader {
  0%,
  10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.wrapper {
    display: none;
}   
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}

/* Start 'Стили для контента' */

.header {
    height: 700px;
    background-image: url('images/header-background-desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    color: var(--new-white);
    position: relative;
}
.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
.logo-header {
    width: 180px;
    height: 80px;
    background-image: url('images/header-logo-desktop.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: -16px;
}
.menu-header {
    list-style-type: none;
}
.menu-header li {
    display: inline-block;
    margin: 0px;
}
.menu-header li:last-child {
    margin-right: -15px;
}
.menu-header li a {
    color: var(--new-white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 15px;
}
.menu-header li a:hover {
    border-bottom: 2px solid var(--new-green);
}
.header-button {
    background: #F9F9FF;
    padding: 13px 28px!important;
    color: var(--new-black)!important;
    border-radius: 3px;
    margin-left: 14px;
}
.header-button:hover {
    color: var(--new-white)!important;
    border-bottom: none!important;
    background-color: var(--new-green);
    transition: 0.2s ease-in-out;
}
.burger-button {
    display: none;
}
.webinar {
    font-size: 18px;
    color: var(--new-white);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-weight: 300;
}
.webinar__title {
    color: var(--new-white);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 25px;
}
.webinar__info {
    margin-bottom: 32px;
}
.webinar__info_element {
    width: 148px;
    display: inline-block;
}
.webinar__info_element_title, .webinar__info_element_text {
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.webinar__info_element_title {
    color: var(--new-grey);
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
}
.webinar__info_element_text {
    font-weight: 500;
    font-size: 18px;
}
.header__button_green {
    color: var(--new-white);
    background-color: var(--new-green);
    border-radius: 6px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 13px 0;
    width: 190px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}
.header__button_green:hover {
    color: var(--new-white);
    background-color: var(--new-green-hover);
}
.header-partner {
    max-width: 420px;
    position: absolute;
    bottom: 26px;
}
.header-partner p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0px;
}
.section-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 40px;
    color: var(--new-black);
}
.speaker__element {
    padding: 13px 20px;
}
.speaker__info {
    width: 100%;
    padding: 30px 26px;
    box-sizing: border-box;
    background-color: var(--new-green);
    color: var(--new-white);
    min-height: 302px;
}
.speaker__name {
    font-weight: 500;
    font-size: 18px;
    min-height: 55px;
}
.speaker__text {
    font-size: 16px;
    font-weight: 300;
}
.speaker__subtext {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
}
.speakers {
    padding-bottom: 110px;
}
.themes {
    background-color: var(--new-grey-blue);
}
.themes li {
    list-style-type: none; 
   }
.themes li:before {
    color: var(--new-green); 
    content: "•"; 
    padding-right: 10px; 
   }
.themes__speaker_name {
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 0px;
}

/* Start 'Стили из старых шаблонов' */
.mobile-menu {
    background-color: #070707;
    color: var(--white);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    display: none;
}
.mobile-menu a {
    margin-bottom: 34px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}
.call {
    box-shadow: 5px 20px 50px rgba(56, 56, 56, 0.15);
    width: 100%;
    max-width: 540px;
    padding: 37px 15px;
    color: var(--black);
    position: fixed;
    z-index: 999;
    top: 30%;
    margin: auto;
    background: var(--white);
    left: calc(50% - 270px);
}
.close {
    width: 16px;
    height: 16px;
    background-image: url('images/close.svg');
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#info, #call, #call-info {
    display: none;
}


.datetime-start {
    margin-top: 20px;
    margin-bottom: 25px;
}
.datetime-start__date, .datetime-start__time {
display: inline-block;
margin-right: 50px;
}
.datetime-start__subtext {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: var(--subtext-grey);
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.datetime-start__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    text-transform: uppercase;
}
.footer-form {
    background-color: var(--white);
}
.footer-form__cnt {
    max-width: 1100px;
    padding-top: 100px;
    padding-bottom: 88px;
}
.footer-form__name {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
}
.form-main input {
    display: block;
    width: 100%;
    background: var(--form-grey);
    border-radius: 6px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    border: none;
    color: var(--black);
    margin-bottom: 20px;
}
.form-main input:focus {
    box-shadow: none;
    outline: none;
}
.form-main .btn-green {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.form-main__text {
    display: block;
    text-align: right;
    color: var(--black);
    font-size: 12px;
    line-height: 120%;
}
.form-main__text a {
    color: var(--black);
}
.footer {
    background-color: var(--black);
    padding: 30px 0;
}
.footer-cnt {
    height: 67px;
    line-height: 67px;
}
.footer__logo {
    border-right: 1px solid #444444;
    padding-right: 25px;
    display: inline-block;
    margin-right: 25px;
}
.footer__link {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--link-grey);
    text-decoration: none;
}
.footer__link:hover {
    text-decoration: underline;
    color: var(--link-grey);
}
.btn-footer {
    background: var(--white);
    border-radius: 6px;
    text-align: center;
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 29px;
    cursor: pointer;
    color: var(--black);
    font-size: 13px;
}
.btn-footer:hover {
    opacity: 0.9;
}
.footer-phone {
    display: inline-block;
    margin-right: 30px;
}
.footer-phone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    text-decoration: none;
}
.mobile-menu {
    background-color: #070707;
    color: var(--white);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    display: none;
}
.mobile-menu a {
    margin-bottom: 34px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}
.call {
    box-shadow: 5px 20px 50px rgba(56, 56, 56, 0.15);
    width: 100%;
    max-width: 540px;
    padding: 37px 15px;
    color: var(--black);
    position: fixed;
    z-index: 999;
    top: 30%;
    margin: auto;
    background: var(--white);
    left: calc(50% - 270px);
}
.close {
    width: 16px;
    height: 16px;
    background-image: url('images/close.svg');
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#info, #call, #call-info {
    display: none;
}
.form-name {
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: var(--black);
    margin-bottom: 32px;
}
.speak-img {
    height: 330px;
    background-repeat: no-repeat;
    background-size: 100%;
} 
.speak-name {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 5px 15px;
}

.speak-desc {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px 15px;
}
.btn-green {
    background: var(--green);
    border: 1.5px solid var(--green);
    border-radius: 6px;
    text-align: center;
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 29px;
    cursor: pointer;
    color: var(--white);
    font-size: 13px;
}
.btn-green:hover {
    background: var(--green-hover)
}
.form-main__text {
    text-align: left;
}
/* End 'Стили из старых шаблонов' */
.themes__list {
    padding-left: 0rem;
    padding-top: 20px;
}
.themes__list li {
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    /**/
    .form-name {
        font-size: 24px;
        margin-top: 15px;
    }
    .call {
        max-width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    .footer-phone {
        margin-right: 0;
        display: block;
    }
    .footer-cnt {
        height: auto;
    }
    .footer__logo {
        border: none;
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer__link {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .form-main__text {
        text-align: left;
    }
    .form-main {
        margin-top: 37px;
    }
    .form-main input {
        margin-bottom: 16px;
    }
    .btn-green {
        height: 42px;
        line-height: 41px;
        padding: 0 50px;
        width: 100%;
    }
    /**/
    .themes__speaker_name {
        font-size: 24px;
    }
    .speaker__info {
        padding: 23px 26px;
        min-height: auto;
    }
    .speakers {
        padding-bottom: 60px;
    }
    .speaker__name {
        font-size: 24px;
    }
    .section-title {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 34px;
    }
    .header-partner {
        text-align: center;
        max-width: calc(100% - 30px);
        width: 100%;
    }
    .header-partner p {
        font-size: 12px;
    }
    .header__button_green {
        width: 100%;
        font-size: 12px;
        padding: 9px 0;
    }
    .webinar__info_element {
        padding-bottom: 6px;
    }
    .webinar__info_element_title {
        color: var(--new-white);
        padding-bottom: 0;
    }
    .webinar__info_element_text {
        font-size: 14px;
    }
    .webinar__info_element_title, .webinar__info_element_text {
        display: inline-block;
    }
    .webinar__info_element_title {
        width: 64px;
    }
    .webinar__info_element_text {
        width: calc(100% - 100px);
    }
    .webinar__info_element {
        width: 100%;
        display: block;
    }
    .webinar__title {
        font-size: 24px;
        padding-bottom: 24px;
    }
    .webinar {
        padding-bottom: 11px;
    }
    .burger-button {
        display: block;
        width: 30px;
        height: 21px;
        background-image: url('images/burger-button.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        position: relative;
        top: -13px;
    }
    .header {
        height: 568px;
        background-image: url('images/header-background-mobile.png');
    } 
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-header {
        width: 129px;
        height: 57px;
        background-image: url('images/header-logo-desktop.svg');
    }
    .menu-header {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 830px) {
    .header-button {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .webinar__title {
        font-size: 28px;
    }
    .webinar__info_element {
        margin-bottom: 5px;
    }
}