@font-face {
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #F5F3F5 !important;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

.form-success {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #3e940c;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    /*z-index: 999999999;*/
    animation: fadeOut 1s linear 3s forwards;
    pointer-events: none;
    z-index: 1000;
}

.form-success-contact {
    position: fixed;
    left: 50%;
    margin: 100px 0 0 -302px;
    width: 605px;
    border-radius: 20px;
    background: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 15px 15px 42px 15px;
    z-index: 1000;
}

.form-success__message {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 37px;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.wrap {
    flex-direction: column;
}

.wrapper {
    /*max-width: 1184px;*/
    margin: 0 auto;
}

.header__topnav__link {
    text-decoration: none;
    color: #D9501A;
    border-radius: 4px;
    padding: 0 10px 5px;
    transition: 0.3s all ease;
}

.header__topnav__link:hover {
    box-shadow: 0 3px 0 0 #D9501A;
}

.wrapper_header {
    align-items: center;
    margin: 20px auto 0 auto;
    max-width: 1350px;
}

.wrapper_header__logo {
    /* margin-right: -32px;*/
}

.header__topnav {
      width: 100%;
    display: flex;
    justify-content: space-between;
}

.topnav_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height */
    text-transform: uppercase;
}

.header__languages {
    align-items: center;
}

.header__languages__link {
    margin-right: 20px;
    color: #D9501A;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.header__languages__link:hover {
    color: #F17746;
}

.top-content {
    max-width: 1440px;
    margin: 83px auto 0 auto;
    position: relative;
}

.top-content-text {
    font-family: 'Yanone kaffeesatz', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 47px;
    color: #242331;
    position: absolute;
    left: 595px;
    top: -35px;

}

.top-content-text p {
    margin: 25px 0 25px 0;
}

.top-content-text__second-string {
    padding-left: 120px;
}

.top-content-text__third-string {
    padding-left: 200px;
}

.top-content-text__fourth-string {
    padding-left: 260px;
}

span {
    color: #D9501A;
    text-transform: uppercase;
}

.top-content__info {
    font-family: 'Yanone kaffeesatz', sans-serif;
    /*  font-weight: 300;*/
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 150px;
    left: 57px;
    color: #F5F3F5;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.top-content__info__data {
    align-items: center;
    margin-bottom: 45px;
}

.top-content__info__img {
    height: 50px;
}

.top-content__info__text {
    margin: 0 358px 0 0;
}

.top-content__info__city {
    align-items: center;
}

.top-content__info__location {
    margin: 0 254px 0 0;
}

.youtube-link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #F5F3F5;
    text-decoration: none;
    margin-top: 45px;
}

.button {
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #F5F3F5;
}

.form-success__button {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #F5F3F5;
    background: #F17746;
    text-transform: lowercase;
    border-radius: 40px;
    padding: 5px 20px 6px 20px;
}

.top-content__info__buttons__agree {
    max-width: 240px;
    height: 62px;
    background: #D9501A;
    border-radius: 40px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    font-weight: 800;
    margin-right: 44px;
}

.top-content__info__buttons__agree_add {
    margin: 120px auto 0 auto;
    padding: 14px 193px 12px 193px;
}

.participation-span {
    color: #F5F3F5;
}

.top-content__info__buttons__become p {
    margin-right: 20px;
}

.top-content__info__buttons__become {
    border-radius: 40px;
    padding: 0px 35px;
}

.top-content__info__buttons__become:hover {

    background: rgba(255, 255, 255, 0.3);
}

.top-content__info__buttons__agree:hover {
    background: #F17746;
}

.about-conf {
    font-family: 'Yanone kaffeesatz', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 32px;
    color: #D9501A !important;
    max-width: 1140px;
    margin: 70px auto 0 auto;
    font-size: 32px;
    text-decoration: none;
}

.organizers {
    max-width: 1440px;
    margin: 0 auto;
    justify-content: end;
}

.organizers p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    max-width: 370px;
    border-top: solid 5px;
    padding-top: 10px;
    padding-right: 170px;
    text-align: center;
}

.logos {
    max-width: 960px;
    margin: -13px auto 0 auto;
}

.logos__left-logo {
    align-items: center;
    padding-left: 14px;
    margin-left: -6%;
}

.logos__right-logo {
    align-items: center;
    padding-top: 25px;
    margin-right: 2%;
}

.logos__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    text-align: center;
}

.logos__right-logo img {
    width: 39%;
}

.members {
    max-width: 356px;
    margin: 85px auto 0 auto;
}

.members p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: solid 5px;
    text-align: center;
    padding: 0 0 20px 0;
}

.info-members {
    width: 306px;
    margin: 85px auto 60px auto;
}

.info-members p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: solid 5px;
    text-align: center;
    padding: 0 0 20px 0;
}
.info-members-mobile {
    display:none;
}

.partners {
    max-width: 865px;
    margin: 50px auto 0 auto;
}

.partners__items {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.partners__items1 {
    max-width: 175px;
}

.partners__items2 {
    max-width: 200px;
}

.partners__items4 {
    max-width: 180px;
}

.partners__items5 {
    max-width: 170px;
}

.info-partners {
    max-width: 534px;
    margin: 0 auto -5px auto;
    justify-content: space-between;
}

.info-partners__items2 {
    margin-top: -12px;
}

.partners__sponsor {
    margin: 48px 0 0 0;
}

.members-sponsors-mobile {
    display: none;
}

.partners__sponsor-mobile {
    display: none;
}

.banner {
    max-width: 1440px;
    margin: 47px auto 0 auto;
}

.goal {
    max-width: 1440px;
    margin: 100px auto 0 auto;
    justify-content: start;
}

.goal__title {
    max-width: 290px;
    border-top: solid 5px #F17746;
    padding: 20px 40px 0 147px;
}

.goal__title__img {
    margin-left: 10px;
    width: 28px;
}

.goal p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.description {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.packages {
    max-width: 950px;
    margin: 45px auto 96px auto;
}

.packages__item {
    width: 200px;
    height: 169px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.packages__item__link {
    text-decoration: none;
}

.packages__item__top {
    background: #AE8E1C;
    padding: 4px 0 41px 0;
    color: #F5F3F5;
    font-family: 'Yanone kaffeesatz', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    height: 117px;
}

.item__text {
    margin: 25px 0 -18px 0;
}

.item__text__bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    margin: 12px 0 0 0;
    text-decoration: none;
    position: relative;
}

.item__text__bottom::after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #521E0A;
    transition: width 0.3s ease-in-out;
    transform-origin: center;
}

.item__text__bottom:hover::after {
    width: 50%;
}

.modal {
    width: 890px;
    border-radius: 50px;
    padding: 0;
}

.modal__top_text {
    font-family: 'Yanone kaffeesatz', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.2em;
    color: #F5F3F5;
}

.modal__bottom_text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    /* height: 216px;*/
}

.modal__top {
    height: 84px;
    width: 100%;
    overflow: hidden;
    padding-top: 8px;
}

.modal-bronze__top {
    background: #AE8E1C;
}

.modal-bronze__top p {
    padding-left: 50px;
}

.modal__bottom {
    padding: 5px 30px 0 13px;
}

.modal__li {
    padding-bottom: 10px;
}

.ul__platinum li::marker {
    color: #650D1B;
}

.ul__gold li::marker {
    color: #D9501A;
}

.ul__silver li::marker {
    color: #CEB5B7;
}

.ul__bronze li::marker {
    color: #AE8E1C;
}

.fancybox-button {
    height: 52px;
    margin: 16px;
    width: 84px;
}

.fancybox-slide--html .fancybox-close-small {
    color: white;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.2;
}

.fancybox-container {
    color: white;
}

.fancybox-content {
    /*  background: none;*/
}

#contactForm {
    padding: 0;
    border-radius: 35px;
}

#silver_partner {
    /* height: 615px;*/
}

.packages__item__top__silver {
    background: #CEB5B7;
}

.modal-silver__top {
    background: #CEB5B7;
}

.modal-silver__top p {
    padding-left: 50px;
}

.modal-gold__top {
    background: #D9501A;
}

.packages__item__top__gold {
    background: #D9501A;
}

#gold_partner {
    /* height: 628px;*/
}

.modal-gold__top p {
    padding-left: 50px;
}

.modal-platinum__top {
    background: #650D1B;
}

#platinum_partner {
    /* height: 555px;*/
}

.packages__item__top__platinum {
    background: #650D1B;
}

.modal-platinum__top p {
    padding-left: 50px;
}

#application_for_registration {
    padding: 0;
    border-radius: 25px;
}

.modal-registration {
    width: 600px;
    background: #F5F3F5;
    border-radius: 25px;
    padding: 25px 50px 9px 47px;
}

.modal-registration__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #D9501A;
    text-align: center;
    margin-bottom: -12px;
}

.modal-registration__require {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #62616F;
    padding-left: 5px;
    padding-bottom: 20px;
    margin: 40px 0 -22px 0;
}

.modal-registration__lable {
    padding-bottom: 11px;
}

.modal-registration__text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #242331;
    margin-top: 25px;
}

.modal-registration__radio {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.radio-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    text-transform: initial;
}

.modal-registration-lable__img {
    padding-bottom: 5px;
}

.modal-registration__input {
    border: none;
    border-bottom: 1px solid #999999;
    outline: none;
    padding-bottom: 10px;
    background: #F5F3F5;
    margin-bottom: 8px;
    width: 100%;
}

.modal-registration__input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #62616F;
}

.modal-registration-lable {
    margin-bottom: 15px;
    margin-top: 25px;
}

.control-label {
    display: none;
}

.help-block {
    display: none;
}

.goals-people {
    max-width: 1440px;
    margin: 100px auto 0 auto;
    justify-content: end;
}

.goal-people__title {
    width: 562px;
    border-top: solid 5px #F17746;
    padding: 18px 35px 0 30px;
}

.goal-people__title img {
    width: 49px;
    margin: 0 18px 0 0;
}

.goal-people__title div {
    text-align: left;
    padding-right: 138px;
    margin-right: 8px;
}

.goal-people__title__top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #F17746;
    margin: 0;
    white-space: nowrap;
}

.goal-people__title__bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #F17746;
    margin: 0;
    white-space: nowrap;
}

.description-experts {
    margin: 30px auto 0 auto;
}

.topics {
    max-width: 1240px;
    margin: 100px auto 0 auto;
}

.topics__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #D9501A;
    padding-left: 160px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px 70px 15px 58px;
    width: 100%;
    text-align: left;
    border: solid #F17746 2px;
    outline: none;
    transition: 0.5s;
    border-radius: 23px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}

.accordion_without-plus::after {
    display: none;
}

.accordion_without-plus {
    pointer-events: none;
}

.active, .accordion:hover {
    /*  background-color: #ccc;*/
}

.accordion:hover {
    /*   background-color: #ccc;*/
}

/* .active:after {
     content: "\2796"; !* Unicode character for "minus" sign (-) *!
 }*/

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-radius: 20px;
    margin: -9px 0 10px 0;
}

.panel li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

::marker {
    color: #F17746;
    width: 8px;
    height: 8px;
}

.accordion:after {
    content: '+';
    font-size: 34px;
    font-weight: 500;
    color: #F17746;
    float: right;
}

.accordion div {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    align-items: center;
}

.accordion div p {
    margin: 0;
}

.accordion div img {
    padding-right: 31px;
}

/*.panel:nth-child(4) {
  background: red;
}*/
.about-conference {
    max-width: 1140px;
    margin: 40px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;;
}

.format {
    max-width: 350px;
    margin: 35px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.order {
    max-width: 350px;
    margin: 80px auto 0 auto;
    text-align: center;
    border-bottom: solid #F17746 5px;
}

.order__top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.order__bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #F17746;
    margin: 0 0 10px 0;
}

.registration {
    max-width: 1066px;
    margin: 30px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #242331;
}

.registration ul li {
    margin-bottom: 15px;
}

.registration a {
    color: #117FBD;
}

.registration ::marker {
    color: #000000;
}

.order-conf {
    max-width: 1440px;
    margin: 104px auto 0 auto;
    justify-content: start;
}

.order-conf__wrapper {
    max-width: 350px;
    border-top: solid 5px #F17746;
    justify-content: end;
    padding: 20px 30px 0 0;
}

.order-conf__text {
    text-align: end;
    padding: 0 15px 0 0;
}

.order-conf__text_top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

.order-conf__text_bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: lowercase;
    color: #F17746;
    margin: 0 0 0px 0;
}

.order-conf__watch {
    padding-top: 10px;
}

.schedule {
    max-width: 910px;
    margin: 30px auto -20px auto;
}

.schedule__item {
    justify-content: left;
    margin-bottom: 10px;
}

.schedule__time {
    font-family: 'Yanone kaffeesatz', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #242331;
    margin: 0 35px 0 0;

}

.schedule__action {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    margin: 0;
}

.location {
    max-width: 356px;
    margin: 95px auto 0 auto;
}

.location p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: solid 5px;
    text-align: center;
    padding: 0 0 15px 0;
}

.address {
    max-width: 590px;
    margin: 47px auto 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.map {
    max-width: 1440px;
    margin: 48px auto 0 auto;
    padding: 25px 19px 25px 18px;
    background: #F17746;
}

.contacts-title {
    max-width: 356px;
    margin: 99px auto 0 auto;
}

.contacts-title p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: solid 5px;
    text-align: center;
    padding: 0 0 15px 0;
}

.contacts {
    max-width: 935px;
    margin: 40px auto 0 auto;
}

.contacts__block_row {
    align-items: center;
}

.contacts__block_row img {
    height: 21px;
    margin-right: 25px;
}

.contacts__block_row p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
    margin: 0;
    padding: 2px 0;
}

.contacts__block_row div {
    margin-bottom: 17px;
}

.contacts__block_row-info {
    margin-bottom: 17px;
}

.contacts__block_row__email {
    margin-left: 1px;
}

.form-group1 {
    width: 500px;
    margin-top: -21px;
    margin-bottom: 100px;
    padding: 0 0 63px 55px;
    position: relative;
}

.form-group1 div {
    margin: 0 0 5px -3px;
}

.form-title1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #242331;
    padding: 0px 0 5px 94px;
}

.form-label1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.form-group .control-lable {
    display: none;
}

.form-group p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #242331;
}

.form-group div {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
    color: #242331;
}

.form-group__input {
    border: 1px solid #F17746;
    border-radius: 5px;
    width: 350px;
    height: 30px;
    padding-left: 10px;
}

.form-group__textarea {
    border: 1px solid #F17746;
    border-radius: 5px;
    width: 350px;
    min-height: 60px;
    padding: 10px;
}

.form__button {
    max-width: 138px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form__button button {
    font-size: 16px;
    font-weight: 600;
    color: #F5F3F5;
    line-height: 21.79px;
    background: #D9501A;
    border-radius: 40px;
    padding: 10px 20px 10px 20px;
    text-transform: lowercase;
    border: none;
    /*   margin: 10px 0 100px 320px;*/
}

.form__button button:hover {
    background: #F17746;
}

.form__button-reg {
    max-width: 138px;
    margin: 82px 0 20px 375px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F5F3F5;
    line-height: 21.79px;
    background: #D9501A;
    border-radius: 40px;
    padding: 10px 20px 10px 20px;
    text-transform: lowercase;
    border: none;
}

.form__button-reg:hover {
    background: #F17746;
}

.form-control {
    display: block;
    background: white;
    border: 1px solid #ccc;
    padding: 15px 24px;
}

.input-file__form {
    color: #000000;
}

.upload-file__img {
    padding: 0 17px 10px 0;
}

.upload-file__input {
    display: flex;
    align-items: center;
}

.modal-registration__report-requirement {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #D9501A;
}

.modal-registration__requirement__read {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #D9501A;
    padding-left: 10px;
}

.modal-registration__requirement__publ {
    color: #D9501A;
}

#additional-block {
    width: 500px;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.form-registration__button {
    margin-top: 0;
}

.publication_req {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.publication_req__list {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #242331;
    list-style: none;
}

.publication_req__list li::before {
    content: '\2022';
    color: #000000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.publication_req_bold {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242331;
}

.form-group .help-block {
    display: block;
    color: #ef1300;
    margin-bottom: 8px;
}

#custom-file-input {
    margin-bottom: 5px;
}

.wrapper-mobile-header {
    display: none;
}

.wrapper-mobile-header__blocks {
    align-items: center;
}

.burger {
    display: flex;
    justify-content: flex-end;
}

.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #F5F3F5;
}

.menu-btn span {
    width: 30px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D9501A;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 5px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 5px);
}

.menu-btn span:nth-child(1) {
    margin-top: -13px;
}

.menu-btn span:nth-child(2) {
    margin-top: 2px;
}

.menu-btn span:nth-child(3) {
    margin-top: 2px;
}

.menu {
    position: absolute;
    top: 37px;
    left: 158px;
    width: 190px;
    /*  height: 110px;*/
    padding: 0;
    /*   background: lightgreen;*/
    background: #F5F3F5;
    transform: translateX(-200%);
    transition: transform 0.3s;
    text-align: center;
    /* display: none;*/
    z-index: 1;
    border-radius: 12px;
}

.menu ul li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: lowercase;
    color: #D9501A;
    text-decoration: none;
    white-space: nowrap;
}

.menu ul {
    margin: 0;
}

.menu.active {
    transform: translateX(0);
}

.menu li {
    max-width: 140px;
    list-style-type: none;
    border-bottom: solid red 1px;
    padding: 10px 8px;
}

.menu li:last-child {
    border-bottom: none;
}


.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.accordion.active:after {
    content: "-";
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 10px;
}

.pointer-cursor {
    cursor: pointer;
}

.error-message {
    color: red;
}

.top-content-doctor_img {
    display: none;
}

.fancybox-navigation {
    display: none;
}

.link-download {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.sponsors-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sponsors-first-block {
    text-align: center;
    max-width: 408px;
    margin: 0 auto;
    justify-content: space-between;
}

.partner-abbott p {
    margin-top: 19px;
}

.mindray-images {
    margin: 0 auto 0 auto;
    padding-left: 22px;
    flex-direction: column;
}

.globmedic-img {
    margin-left: 20px;
}

.sponsors-second-block {
    align-items: end;
    justify-content: space-between;
    margin-top: 5px;
}

.sponsors-second-block__left {
    display: flex;
    align-items: center;
}

.meditec {
    margin: 0 0 0 25px;
    padding-bottom: 10px;
}

.meditec p {
    margin-top: -24px;
}

.meditec img {
    padding: 0 0 44px 0;
}

.globmed-title {
    margin-top: 25px;
}

.sponsors-third-block-mobile {
    display: none;
}

.sponsors-third-block {
    max-width: 432px;
    margin: -20px auto;
    justify-content: space-between;
}
.sapamed-mobile {
    display: none;
}

.info-members-congress {
    width: 306px;
    margin: 96px auto 60px auto;
}

.info-members-congress p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #F17746;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: solid 5px;
    text-align: center;
    padding: 0 0 20px 0;
}

.info-members-congress-mobile {
    display: none;
}

.congress-operator {
    max-width: 500px;
    margin: -10px auto 0 auto;
    text-align: center;
}
.congress-operator p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.congress-operator-mobile {
    display: none;
}

@media (max-width: 1180px) {
    .top-content-text {
        font-weight: 600;
        font-size: 36px;
        line-height: 22px;
        left: 717px;
        top: -60px;
    }

    .top-content-text__second-string {
        padding-left: 0;
    }

    .top-content-text__third-string {
        padding-left: 0;
    }

    .top-content-text__fourth-string {
        padding-left: 0;
    }

    /*  .top-content-text p {
          margin: 45px 0 25px 141px;
      }*/
}

@media (max-width: 1080px) {
    .wrapper-mobile-header {
        display: block;
        max-width: 640px;
        margin: 25px auto 0 auto;
        padding: 0 20px;
    }

    .wrapper {
        display: none;
    }

    .language-select {
        color: #D9501A;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        border: 0;
        background: #F5F3F5;
    }

    .select-option {
        font-size: 8px;
        line-height: 12px;
    }

    .language-select {
        width: 55px;
    }

    .language-select:focus {
        width: 26px;
        padding: 0 5px 0 0;
        border-radius: 20px;
    }

    .menu {
        position: fixed;
        top: -3px;
        left: -5px;
        width: 250px;
        padding: 0 !important;
        background: antiquewhite;
        transform: translateX(-200%);
        transition: transform 0.7s;
        text-align: center;
        height: 100vh;
        z-index: 1;
        border-radius: 12px;
    }

    .menu ul {
        padding: 25px 7px 0 0 !important;
    }

    .menu ul li {
        margin: 0 auto !important;
    }

    .menu li {
        max-width: 165px;
    }

    .top-content {
        margin: 32px auto 0 auto;
    }

    #top-content__img {
        display: none;
    }

    .top-content-text {
        position: static;
        text-align: center;
        font-weight: 700;
        font-size: 38px;
        line-height: 28px;
        max-width: 359px;
        margin: 0 auto;
    }

    .top-content-text p {
        padding: 0;
    }

    #top-content__img {
        display: none;
    }

    .top-content-doctor_img {
        display: block;
        background: url("/images/doctor2.png") center/cover no-repeat;
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
        font-family: 'Yanone kaffeesatz', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 57px;
        color: #F5F3F5;
        padding: 49px 42px;
        text-transform: uppercase;
    }

    .top-content__info {
        display: none;
    }

    .top-content__info__data {
        justify-content: center;
    }

    .top-content__info__location {
        margin: 0;
    }

    .top-content__info__city {
        justify-content: center;
    }

    .top-content__info__text {
        margin: 0;
    }

    .top-content__info__img {
        margin-right: 8px;
    }

    .top-content__links-adaptive {
        display: block;
        max-width: 245px;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    .top-content__info__buttons__agree {
        max-width: 180px;
        height: 46px;
        margin: 0 0 10px 30px;
    }

    .top-content__info__buttons__agree_add {
        margin: 50px auto 0 auto;
        padding: 12px 0 12px 0;
    }

    .top-content__info__buttons__become {
        max-width: 204px;
        height: 45px;
        background: #62616F;
        margin: 0 0 55px 18px;
        white-space: nowrap;
    }

    .button {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-transform: lowercase;
    }

    .youtube-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: lowercase;
        color: #62616F;
        margin: 0;
    }

    .youtube-broadcasting {
        border-bottom: 1px solid #62616F;
        padding-bottom: 3px;
        margin-bottom: 60px;
    }

    .about-conf-adaptive {
        font-family: 'Yanone kaffeesatz', sans-serif;
        font-style: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #D9501A !important;
        max-width: 1140px;
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
    }

    .about-conf {
        display: none;
    }

    .organizers p {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        max-width: 320px;
        border-top: solid 2px;
    }

    .logos__right-logo img {
        width: 30%;
    }

    .logos__left-logo img {
        width: 70%;
    }

    .sponsors-wrapper {
        max-width: 342px;
    }

    .sponsors-first-block img {
       /* width: 54%;*/
    }

    .members p {
        border-bottom: solid 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .members {
        margin: 47px auto 0 auto;
    }

    .sponsors-second-block__left {
        max-width: 100%;
        margin: 0 auto;
    }

    .mindray-images {
        flex-direction: column;
    }

    .info-members {
        display: none;
        width: 306px;
        margin: 47px auto 0 auto;
    }

    .info-members p {
        border-bottom: solid 2px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .info-members-mobile {
        display: block;
        width: 306px;
        margin: 47px auto 0 auto;
    }
    .info-members-mobile p{
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #F17746;
        font-style: normal;
        text-transform: uppercase;
        border-top: solid 2px;
        text-align: center;
        padding: 10px 0 20px 0;
        margin-top: -17px;
    }

    .partners {
        max-width: 400px;
        display: grid;
        column-gap: 20px;
        row-gap: 20px;
        justify-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: -10px;
        margin-top: 24px;
    }

    .partners__items {
        font-size: 14px;
        line-height: 16px;
        /* padding: 0 5px;*/
    }
    .partners__sponsor img {
        /*width: 78%;*/
    }
    .partner-abbott {
        margin-top: 60px;
    }
    .roche-sponsor {
        width: 75%;
    }

    .partner-abbott img {
  /*     margin-bottom: -10px;*/
        width: 63%;
    }

    .meditec {
        display: none;
    }

    .sponsors-third-block-mobile {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-top: -66px;
    }

    .sponsors-third-block {
        display: none;
    }

    .meditec-mobile img {
        width: 83%;
    }
    .meditec-mobile p {
        margin-top: -9px;
    }

    .labtechno-mobile img {
        width: 76%;
    }
    .labtechno-mobile p {
        margin-top: -9px;
    }

    .globmed-title p {
        margin-top: -24px;
    }

    .sapamed-mobile {
        display: block;
        font-size: 13px;
        line-height: 16px;
        margin-top: 0;
    }

    .sapamed-mobile p {
        margin-top: -5px;
    }
    .sapamed-mobile img {
        width: 37%;
    }

    .info-members-congress {
        display: none;
    }

    .congress-operator {
        display: none;
    }

    .info-members-congress-mobile {
        display: block;
        margin: 60px auto 60px auto;
        width: 306px;
    }

    .info-members-congress-mobile p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #F17746;
        font-style: normal;
        text-transform: uppercase;
        border-top: solid 2px;
        text-align: center;
        padding: 10px 0 20px 0;
        margin-top: -17px;
    }

    .congress-operator-mobile {
        display: block;
        width: 100%;
        text-align: center;
        margin: -63px auto -6px auto;
    }

    .info-partners {
        flex-direction: column;
        text-align: center;
    }

    .info-partners__items2 {
        margin-top: 14px;
        margin-bottom: -2px;
    }

    .info-partners__items2 img {
        width: 210px;
    }

    .info-partners__items1 img {
        width: 175px;
    }

    .members-sponsors-mobile {
        display: block;
    }

    .partners__sponsor-mobile {
        display: block;
    }

    .partners__sponsor-mobile p {
        margin-top: 15px;
    }

    .partners__sponsor-mobile img {
        width: 98px;
    }

    .banner {
        max-width: 901px;
        margin: 47px auto 0 152px;
    }

    .banner img {
        width: 80%;
    }

    .goal__title {
        border-top: solid 2px #F17746;
    }
.goal {
    justify-content: end;

}
    .goal p {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .packages {
        max-width: 330px;
        display: grid;
        column-gap: 20px;
        row-gap: 20px;
    }

    .packages__item {
        max-width: 154px;
        max-height: 117px;
    }

    .item1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .item2 {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .packages__item__top {
        font-size: 20px;
        line-height: 20px;
        height: 83px;
        padding: 15px 0 0 0;
    }

    .item__text {
        margin: 0 0 -10px 0;
    }

    .item__text__money {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
    }

    .item__text__bottom {
        font-size: 14px;
        line-height: 18px;
        margin: 7px 0 0 0;
    }

    .goal-people__title__top {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .goal-people__title {
        border-top: solid 2px #F17746;
        padding: 10px 0 0 20px;
        max-width: 400px;
    }

    .goal-people__title img {
        margin: 0 25px 0 -17px;
        width: 31px;
        height: 34px;
    }

    .description__text {
        font-size: 16px;
        line-height: 18px;
    }

    .description {
        max-width: 682px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .topics__title {
        font-size: 16px;
        line-height: 22px;
    }

    .topics {
        max-width: 679px;
    }

    .accordion {
        padding: 15px 37px 15px 34px;
    }

    .about-conference {
        max-width: 671px;
        font-size: 16px;
        line-height: 22px;
    }

    .goal-people__title div {
       /* margin-left: -13px;*/
    }

    .order__top {
        font-size: 16px;
        line-height: 22px;
    }

    .order {
        border-bottom: solid #F17746 2px;
    }

    .registration {
        font-size: 16px;
        line-height: 22px;
        max-width: 764px;
        padding: 0 8px;
    }

    .order-conf__text_top {
        font-size: 16px;
        line-height: 22px;
    }

    .order-conf__wrapper {
        border-top: solid 2px #F17746;
        max-width: 247px;
    }

    .order-conf {
        margin: 57px auto 0 auto;
    }

    .schedule {
        max-width: 670px;
        margin-bottom: -5px;
    }

    .schedule__time {
        font-size: 16px;
        line-height: 18px;
    }

    .schedule__action {
        font-size: 14px;
        line-height: 19px;
    }

    .location {
        max-width: 320px;
        margin-top: 49px;
    }

    .location p {
        font-size: 16px;
        line-height: 19px;
        border-bottom: solid 2px;
    }

    .address {
        font-size: 14px;
        line-height: 19px;
    }

    .mobail-show {
        display: block;
    }

    .map {
        max-width: 375px;
        margin: 0 auto;
        flex-direction: column;
        padding: 20px 19px 20px 18px;
    }

    iframe {
        padding-bottom: 10px;
        width: 338px;
        height: 210px;
    }

    .contacts-title {
        max-width: 175px;
    }

    .contacts-title p {
        border-bottom: none;
        border-top: solid 1px #F17746;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 0 15px 0;
    }

    .contacts {
        max-width: 326px;
        flex-direction: column;
    }

    .contacts__block {
        display: grid;
        column-gap: 20px;
        row-gap: 20px;
    }

    .contacts__item1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .contacts__item2 {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .contacts__item3 {

    }

    .contacts__item4 {
        margin: -27px 0 0 0;
    }

    .contacts__name {
        text-align: center;
        white-space: nowrap;
    }

    .contacts__block_row img {
        height: 11px;
        margin-right: 6px;
        margin-top: 2px;
    }

    .contacts__block_row-info {
        margin: -28px 0 0 0;
    }

    .form-group1 {
        width: 326px;
        margin: 0 auto;
        padding: 0;
    }

    .form-group1 div {
        margin: 0;
        align-items: center;

    }

    .form-group__textarea {
        width: 250px;
        max-height: 62px;
    }

    .form-group__input {
        max-width: 250px;
    }

    .form-label1 {
        font-size: 14px;
        line-height: 19px;
    }

    .form-title1 {
        padding: 0;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
    }

    #form-group1__textarea {
        align-items: normal;
    }

    .form__button {
        bottom: -60px;
        right: 90px;
    }

    .form__button button {
        font-size: 14px;
        line-height: 16px;
        padding: 17px 32px 17px 32px;
    }

    #additional-block {
        max-width: 500px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .participation-span {
        display: none;
    }

    .goals-people {
        margin: 50px auto 0 auto;
        max-width: 680px;
        justify-content: flex-start;
    }

    .link-download {
        margin-top: 14px;
        margin-bottom: 0;
        font-size: 15px;
        display: block;
    }

    .registration ul li {
        margin-bottom: 15px;
    }


}

@media (max-width: 768px) {
    .wrapper-mobile-header {
        max-width: 375px;
    }

    .top-content {
        margin: 32px auto 0 auto;
    }

    #top-content__img {
        display: none;
    }

    .top-content-text {
        position: static;
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        max-width: 237px;
        margin: 0 auto;
    }

    .top-content-text p {
        padding: 0;
    }

    #top-content__img {
        display: none;
    }

    .top-content-doctor_img {
        display: block;
        background: url("/images/doctor2.png") center/cover no-repeat;
        text-align: center;
        max-width: 375px;
        margin: 0 auto;
        font-family: 'Yanone kaffeesatz', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #F5F3F5;
        padding: 49px 42px;
        text-transform: uppercase;
    }

    .top-content__info {
        display: none;
    }

    .top-content__info__data {
        justify-content: center;
    }

    .top-content__info__location {
        margin: 0;
    }

    .top-content__info__city {
        justify-content: center;
    }

    .top-content__info__text {
        margin: 0;
    }

    .top-content__info__img {
        margin-right: 8px;
    }

    .top-content__links-adaptive {
        display: block;
        max-width: 245px;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    .top-content__info__buttons__agree {
        /*  max-width: 180px;
          height: 46px;
          margin: 0 0 10px 30px;*/
    }

    .top-content__info__buttons__agree_add {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        margin: 50px auto 0 auto;
        padding: 12px 0 12px 0;
    }

    .top-content__info__buttons__become {
        max-width: 204px;
        height: 45px;
        background: #62616F;
        margin: 0 0 55px 18px;
        white-space: nowrap;
    }

    .button {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-transform: lowercase;
    }

    .youtube-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: lowercase;
        color: #62616F;
        margin: 0;
    }

    .youtube-broadcasting {
        border-bottom: 1px solid #62616F;
        padding-bottom: 3px;
        margin-bottom: 60px;
    }

    .about-conf-adaptive {
        font-family: 'Yanone kaffeesatz', sans-serif;
        font-style: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #D9501A !important;
        max-width: 1140px;
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
    }

    .about-conf {
        display: none;
    }

    .organizers {
        justify-content: flex-start;
        max-width: 375px;
    }

    .organizers p {
        font-size: 16px;
        line-height: 22px;
        border-top: solid 2px;
        max-width: 177px;
        padding-right: 5px;
    }

    .logos {
        display: none;
    }

    .logos-adaptive {
        display: block;
        flex-direction: column;
    }

    .logos__left-logo {
        order: 2; /* Change the order to make it appear after the right logo */
    }

    .logos__right-logo img {
        width: 60px;
    }

    .logos__right-logo {
        margin: 0 0 14px 0;
        padding-top: 10px;
    }

    .logos__left-logo {
        max-width: 215px;
        margin: 0 auto;
        padding: 0;
    }

    .logos__left-logo img {
        max-width: 215px;
    }

    .logos__text {
        white-space: nowrap;
        margin-top: 3px;
    }

    .logos__text__univer {
        max-width: 231px;
        white-space: normal;
        margin: 7px auto 0 auto;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #242331;
    }

    .members {
        margin: 47px auto 0 auto;
        max-width: 224px;
    }

    .members p {
        border-top: solid 2px;
        border-bottom: none;
        padding: 9px 0 0 0;
        font-size: 16px;
        line-height: 22px;
    }

    .info-members {
        margin: 46px auto 20px auto;
        max-width: 306px;
    }

    .info-members p {
        border-top: solid 2px;
        border-bottom: none;
        padding: 9px 0 0 0;
        font-size: 16px;
        line-height: 22px;
    }

    .banner {
        max-width: 375px;
        margin: 0 auto;
        text-align: center;

    }

    .banner img {
        max-width: 100%;
    }

    .goal {
        max-width: 375px;
        margin: 50px auto 0 auto;
        justify-content: end;
    }

    .goal__title {
        border-top: solid 2px #F17746;
        justify-content: flex-start;
        max-width: 110px;
        padding: 10px 0 0 20px;
    }

    .goal p {
        font-size: 16px;
        line-height: 22px;
    }

    .goal__title__img {
        width: 14px;
        height: 14px;
        margin-top: 4px;
    }

    .description {
        max-width: 335px;
        line-height: 18px;
        margin: 0 auto;
        font-size: 14px;
    }

    .description__text {
        font-size: 16px;
    }

    .description p {
        text-align: left;
        margin-top: 10px;
    }

    .packages {
        max-width: 330px;
        display: grid;
        column-gap: 20px;
        row-gap: 20px;
    }

    .packages__item {
        max-width: 154px;
        max-height: 117px;
    }

    .item1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .item2 {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .packages__item__top {
        font-size: 20px;
        line-height: 20px;
        height: 83px;
        padding: 15px 0 0 0;
    }

    .item__text {
        margin: 0 0 -10px 0;
    }

    .item__text__money {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
    }

    .item__text__bottom {
        font-size: 14px;
        line-height: 18px;
        margin: 7px 0 0 0;
    }

    .goals-people {
        max-width: 375px;
        margin: 50px auto 0 auto;
        justify-content: flex-start;
    }

    .goal-people__title {
        border-top: solid 2px #F17746;
    }

    .goal-people__title__top {
        font-size: 16px;
        line-height: 22px;
        width: max-content;
    }

    .goal-people__title__bottom {
        font-size: 14px;
        line-height: 19px;
        width: max-content;
    }

    .goal-people__title img {
        width: 27px;
        height: 27px;
        margin: 9px 12px 0 0px;
    }

    .topics {
        max-width: 350px;
        margin: 50px auto 0 auto;
    }

    .topics__title {
        font-size: 16px;
        line-height: 22px;
        max-width: 265px;
        padding: 10px 0 0 0;
        border-top: solid 2px #F17746;
        color: #F17746;
        text-align: center;
        margin: 0 auto 21px auto;
    }

    .accordion {
        padding: 10px 20px 10px 20px;
        text-align: left;
        height: max-content;
    }

    .accordion div p {
        max-width: 237px;
        margin: 0 0 0 16px;
    }

    .accordion div img {
        padding: 0;
        width: 24px;
        height: 20px;
    }

    .accordion:after {
        font-size: 30px;
    }

    .accordion.active:after {
        font-size: 45px;
    }

    .about-conference {
        max-width: 345px;
        margin: 20px auto 0 auto;
    }

    .goals-people-adaptive {
        max-width: 375px;
        margin: 50px auto 0 auto;
        justify-content: end;
    }

    .goal-people__title-adaptive {
        width: auto;
        padding: 10px 0 0 0;
    }

    .format {
        margin: 0 auto;
    }

    .format p {
        margin: 10px auto;
    }

    .order {
        border-top: solid 2px #F17746;
        border-bottom: none;
    }

    .registration {
        max-width: 415px;
        margin: -20px auto 0 auto;
    }


    .order-conf__wrapper {
        border-top: solid 2px #F17746;
        max-width: 247px;
        flex-flow: row-reverse;
        padding: 10px 0 0 0;
    }

    .order-conf__watch {
        margin: 0 14px 0 0;
    }

    .order-conf__watch img {
        width: 20px;
    }

    .order-conf {
        max-width: 375px;
    }

    .order-conf__text_bottom {
        width: max-content;
        font-size: 14px;
        line-height: 19px;
    }

    .order-conf__text_top {
        text-align: left;
        font-size: 16px;
        line-height: 21px;
    }

    .schedule {
        max-width: 343px;
        margin: 20px auto 0 auto;
    }

    .schedule__time {
        white-space: nowrap;
        font-size: 16px;
        line-height: 16px;
        margin: 2px 13px 0 0;
    }

    .schedule__action {
        white-space: nowrap;
        font-size: 14px;
        line-height: 19px;
    }

    .location {
        max-width: 175px;
        margin: 50px auto 0 auto;
    }

    .location p {
        border-bottom: none;
        border-top: solid 2px #F17746;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 0 15px 0;
    }

    .address {
        max-width: 177px;
        font-size: 14px;
        line-height: 19px;
        margin: -25px auto 22px auto;
    }

    .address p {
        width: max-content;
        margin: 0;
    }

    .mobail-show {
        display: block;
    }

    .map {
        max-width: 375px;
        margin: 0 auto;
        flex-direction: column;
        padding: 20px 19px 20px 18px;
    }

    iframe {
        padding-bottom: 10px;
        width: 338px;
        height: 210px;
    }

    .contacts-title {
        max-width: 175px;
    }

    .contacts-title p {
        border-bottom: none;
        border-top: solid 1px #F17746;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 0 15px 0;
    }

    .contacts {
        max-width: 326px;
        flex-direction: column;
    }

    .contacts__block {
        display: grid;
        column-gap: 20px;
        row-gap: 20px;
    }

    .contacts__item1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .contacts__item2 {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .contacts__item3 {

    }

    .contacts__item4 {
        margin: -27px 0 0 0;
    }

    .contacts__name {
        text-align: center;
        white-space: nowrap;
    }

    .contacts__block_row img {
        height: 11px;
        margin-right: 6px;
        margin-top: 3px;
    }

    .contacts__block_row-info {
        margin: -28px 0 0 0;
    }

    .form-group1 {
        width: 326px;
        margin: 0 auto;
        padding: 0;
    }

    .form-group1 div {
        margin: 0;
        align-items: center;

    }

    .form-group__textarea {
        width: 250px;
        height: 62px;
    }

    .form-group__input {
        width: 250px;
    }

    .form-label1 {
        font-size: 14px;
        line-height: 19px;
    }

    .form-title1 {
        padding: 0;
        margin-bottom: 15px;
    }

    #form-group1__textarea {
        align-items: normal;
    }

    .form__button {
        bottom: -60px;
        right: 90px;
    }

    .form__button button {
        font-size: 14px;
        line-height: 16px;
        padding: 17px 32px 17px 32px;
    }

    .footer__end {
        display: block;
        background: #62616F;
        color: #F5F3F5;
        text-align: center;
        height: 50px;
        align-items: center;
        padding-top: 1px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        max-width: 375px;
        margin: 0 auto;
    }

    .form-label1__phone label {
        margin: 0 17px 0 0;
    }

    #bronze_partner {
        max-width: 345px;
        overflow-x: hidden;
    }

    #silver_partner {
        max-width: 345px;
        overflow-x: hidden;
    }

    #gold_partner {
        max-width: 345px;
        overflow-x: hidden;
    }

    #platinum_partner {
        max-width: 345px;
        overflow-x: hidden;
    }

    .modal__top_text {
        font-size: 16px;
        line-height: 16px;
    }

    .modal-platinum__top p {
        padding: 0 0 0 20px;
    }

    .fancybox-button svg {
        height: 66%;
        width: 208%;
        margin: -29px 0 0 0;
    }

    .modal {
        border-radius: 20px;
    }

    .modal__top {
        height: auto;
        padding-top: 0;
    }

    .modal__bottom {
        padding: 5px 30px 0 4px;
    }

    .modal-bronze__top p {
        padding-left: 20px;
    }

    .modal-silver__top p {
        padding-left: 20px;
    }

    .modal-registration {
        max-width: 300px;
        padding: 5px 20px 9px 20px;
    }

    .modal-registration__title {
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
    }

    .modal-registration__require {
        margin: 40px 0 0 0;
        padding-bottom: 9px;
    }

    #contactForm {
        border-radius: 16px;
        overflow-x: hidden;
    }

    .modal-registration-lable {
        margin-bottom: 8px;
        margin-top: -5px;
    }

    .modal-registration__text {
        font-size: 12px;
        line-height: 15px;
        margin: -6px 0 7px 0;
    }

    .form-group .help-block {
        font-size: 11px;
        line-height: 15px;
        margin-top: 3px;
    }

    .modal-registration__input {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .modal-radio-button {
        font-size: 12px;
        line-height: 16px;
    }

    .modal-registration__require img {
        width: 7px;
        margin-bottom: 2px;
    }

    .modal-registration img {
        width: 7px;
    }

    .radio-button {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        color: #242331;
        text-transform: initial;
    }

    .form-group div {
        margin-bottom: 5px;
    }

    .form__button-reg {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .form-registration__button {
        text-align: end;
    }

    .modal-registration__report-requirement {

        font-size: 12px;
        line-height: 15px;
        margin-top: 0;
    }

    .modal-registration__requirement__read {
        font-size: 14px;
        line-height: 22px;
    }

    /* #additional-block {
         max-width: 305px;
         font-size: 12px;
         line-height: 16px;
         margin-bottom: 20px;
     }*/
    .upload-file__img {
        margin: 0 10px 24px 0;
        width: 12px !important;
        padding: 0;
    }

    .publication_req {
        font-size: 10px;
        line-height: 16px;
    }

    .wrapper-mobile-header__img {
        max-width: 140px;
    }

    .wrapper-mobile-header__logo {
        margin-left: -20px;
    }

    .footer__end-wrapper {
        max-width: 100%;
        margin-top: 110px;
    }

    #additional-block {
        max-width: 276px;
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .participation-span {
        display: none;
    }

    .link-download {
        margin-bottom: 0;
    }

}

@media (max-width: 540px) {
    .menu {
        position: fixed;
        top: -3px;
        left: -5px;
        background: antiquewhite;
        height: 100vh;
    }

    .description {
        max-width: 270px;
    }

    .packages {
        max-width: 330px;
        margin-bottom: 50px;
    }

    .partners {
        padding: 0 20px;
    }

    .partners__items1, .partners__items2 {
        font-size: 13px;
        max-width: 160px;
    }

    .partners__items1 img {
        width: 140px;
    }

    .partners__items2 img {
        width: 140px;
    }


    .partners__items4, .partners__items5 {
        max-width: 140px;
        font-size: 12px;
        text-align: center;
    }

    .description__text {
        font-size: 16px;
        line-height: 18px;
    }

    .topics {
        max-width: 345px;
    }

    .about-conference {
        max-width: 290px;
    }

    .format {
        max-width: 290px;
    }

    .schedule {
        max-width: 290px;
    }

    .schedule__time {
        font-size: 12px;
        line-height: 10px;
    }

    .schedule__action {
        font-size: 10px;
        line-height: 12px;
    }

    .map {
        max-width: 310px;
        padding: 20px 22px 20px 23px;
        /* margin: 0 0 0 50px;*/
    }

    iframe {
        width: 265px;
        height: 146px;
    }

    .contacts {
        max-width: 290px;
    }

    .contacts__block_row p {
        font-size: 10px;
        line-height: 12px;
    }

    .contacts__block_row {
        justify-content: center;
    }

    .contacts__block_row-info {
        margin: -28px 0 0 20px;
    }

    .contacts__block_row div {
        margin-bottom: 5px;
    }

    .contacts__item1 {
        padding-left: 17px;
    }

    .contacts__item2 {
        padding-left: 15px;
    }

    .contacts__item4 {
        margin: -27px 0 0 13px;
    }

    .goal {
        max-width: 330px;
    }

    .goals-people-adaptive {
        max-width: 330px;
    }

    .order {
        max-width: 280px;
    }

    .form-group1 {
        max-width: 290px;
        padding: 0 0 0 10px;
    }

    .form-label1 {
        font-size: 10px;
        line-height: 12px;
    }

    .form-group__input {
        max-width: 220px;
    }

    .form-group__textarea {
        width: 220px;
        height: 62px;
    }

    .form__button button {
        padding: 8px 15px 8px 15px;
        font-size: 12px;
        line-height: 14px;
    }

    .form__button {
        bottom: -43px;
        right: 96px;
    }

    .organizers {
        max-width: 340px;
    }

    .modal-registration__title {
        font-size: 12px;
        line-height: 14px;
    }

    #additional-block {
        max-width: 240px;
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .participation-span {
        display: none;
    }

    .top-content__info__buttons__agree_add {
        padding: 12px 0 12px 0;
    }

    .registration ul li {
        margin-bottom: 15px;
    }

    .registration {
        max-width: 350px;
        font-size: 16px;
        line-height: 21px;
    }

    .registration p {
        margin: 20px 0 0 0;
    }


}

/*@media (max-width: 375px) {
    .menu {
        top: 75px;
        left: -5px;
        background: antiquewhite;
        height: 100vh;
    }
}*/

