@media screen and (max-width: 767px) {
  .section._entry {
    min-height: auto;
    background: radial-gradient(69.53% 64.08% at -1.72% 35.92%, #13D5DF 0%, #1384E4 39.06%, #3375D6 57.29%, #08123F 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #100436;
    /* padding-bottom: 429px; */
  }
  .section._entry .section__bg {
    background: url('../img/bg-5-mob@2x.png') no-repeat center top;
    background-size: auto 100%;
    bottom: auto;
    height: 57.813vw;
    /* height: 370px; */
    /* background: radial-gradient(100.27% 131.62% at -1.91% 100%, #1F4786 0%, #030047 100%); */
  }
  .section._entry .section__bg-hexagon {
    display: none;
    margin-left: 0px;
    width: 704px;
    height: 408px;
    top: 460px;
    margin-left: -382px;
  }
  .section._entry .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    padding-top: 79px;
  }
  .section._entry .section__play {
    /* display: none; */
    top: 626px;
    margin-left: -36px;
  }
  .section._entry .section__wrap {
    padding-top: 65vw;
    /* padding-top: 408px; */
    padding-bottom: 48px;
  }
  .section._entry .section__title {
    /* font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.03em; */
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
    /* background: url('../img/logo-title-tablet.svg') no-repeat left center; */
    /* background-size: 100% auto; */
    text-align: center;
  }
  .section._entry .section__title br:nth-child(2) {
    display: none;
  }
  .section._entry .section__sub-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .section._entry .section__date {
    font-size: 18px;
    line-height: 24px;
  }
  .section._entry .section__logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 172px;
    margin-left: -86px;
  }
}
@media screen and (max-width: 639px) {
  .section._entry {
    /* min-height: 456px; */
    /* padding-bottom: 260px; */
  }
  .section._entry .section__bg {
    height: 360px;
  }
  .section._entry .section__bg-hexagon {
    width: 400px;
    margin-left: -240px;
    height: 230px;
  }
  .section._entry .section__wrap {
    /* padding-top: 96px; */
    padding-top: 402px;
    padding-bottom: 48px;
  }
  .section._entry .section__logo {
    margin-bottom: 32px;
  }
  .section._entry .section__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    max-width: 262px;
    font-weight: bold;
    margin-bottom: 24px;
    background-size: 100% auto;
  }
  .section._entry .section__play {
    top: 536px;
  }
  .section._entry .section__title {
    /* background: url('../img/logo-title-mobile.svg') no-repeat left center;
    background-size: 100% auto; */
  }
  .section._entry .section__sub-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .section._entry .section__date {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .form._course {
    padding: 32px;
  }
  .form._course .form__title {
    font-size: 32px;
    line-height: 36px;
  }
  .form._course .form__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form._course .form__submit .button {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .form._course {
    padding: 32px 24px;
  }
  .form._course .form__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer__top {
    /* -ms-flex-direction: column;
    flex-direction: column; */
    display: block;
    columns: 2;
  }
  .footer__top .footer__col {
    width: 50%;
    /* width: 100%; */
    break-inside: avoid-column;
    display: inline-grid;
    -webkit-column-break-inside: avoid;
  }
  /* .footer__top .footer__col:nth-child(1){
    order: 1;
  }
  .footer__top .footer__col:nth-child(2){
    order: 3;
  }
  .footer__top .footer__col:nth-child(3){
    order: 2;
  }
  .footer__top .footer__col:nth-child(4){
    order: 4;
  } */
  .footer__top h3 {
    margin-bottom: 16px;
  }
  .footer__info {
    margin-bottom: 32px;
  }
  .footer__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__logo {
    margin-bottom: 14px;
  }
  .footer__social a {
    margin-right: 16px;
    margin-left: 0;
  }
  .footer__copy {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  .footer {
    background: linear-gradient(352.22deg, #103170 0%, #0F0849 48.44%, #5B1C59 100%), #FFFFFF;
  }
  .footer__top {
    columns: 1;
  }
  .footer__top .footer__col {
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: #034191;
    box-shadow: 0px 1px 4px rgba(92, 133, 150, 0.25);
    /* background: #fff; */
    top: 0;
  }
  .header .container {
    height: 64px;
    padding: 0;
  }
  .header__logo {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .header__logo svg path {
    /* fill: #00A88E; */
  }
  .header__toggle {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    position: relative;
    background: #13D1E0;
  }
  .header__toggle span {
    position: absolute;
    left: 22px;
    height: 3px;
    right: 22px;
    background: #ffffff;
    z-index: 10;
    transition: top .3s .3s, bottom .3s .3s, transform .3s 0s;
    transform: rotate(0);
    transform-origin: center center;
  }
  .header__toggle span:before {
    content: '';
    left: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    position: absolute;
    transition: all .3s;
  }
  .header__toggle span:nth-child(1) {
    top: 23px;
  }
  .header__toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    transition: opacity 0s .3s;
  }
  .header__toggle span:nth-child(3) {
    bottom: 22px;
  }
  .navbar {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #016CBC;
    /* background: #27B7FF; */
    /* opacity: 0.48; */
    /* background: #F6FBFD; */
  }
  .navbar ul {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
  }
  .navbar ul li {
    margin-right: 0;
  }
  .navbar ul a {
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    background: rgba(39, 183, 255, .48);
    border-bottom: 2px solid #016CBC;
    padding: 0 16px;
  }
  .navbar ul li:last-child a {
    border: none;
  }
  ._active-navbar .header__toggle span:before {
    left: 0;
    background: #fff;
  }
  ._active-navbar .header__toggle span:nth-child(1) {
    top: 31px;
    transform: rotate(-45deg);
    transition: top .3s, bottom .3s, transform .3s .3s;
  }
  ._active-navbar .header__toggle span:nth-child(2) {
    opacity: 0;
  }
  ._active-navbar .header__toggle span:nth-child(3) {
    bottom: 30px;
    transform: rotate(45deg);
    transition: top .3s, bottom .3s, transform .3s .3s;
  }
  ._active-navbar .navbar {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section._location .section__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0 20px;
  }
  .section._location .section__sub-title {
    font-size: 28px;
    line-height: 32px;
  }
  .section._location .section__map {
    height: 640px;
    overflow: auto;
  }
  .section._location .section__map img {
    max-width: 99999px;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .section._location .section__title {
    font-size: 32px;
    line-height: 36px;
  }
  .section._location .section__sub-title {
    font-size: 21px;
    line-height: 24px;
  }
  .section._location .section__map {
    height: 340px;
  }
}

@media screen and (max-width: 639px) {
  .modal__container {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section._products {
    background: #060144 url('../img/product-bg-mob.svg') no-repeat center top;
    background-size: auto 100%;
  }
  .section._products .section__title {
    font-size: 36px;
    line-height: 40px;
  }
  .section._products .section__list {
    display: none;
  }
  .section._products .section__cards-item {
    width: 100%;
  }
  .product {
    padding: 22px 24px;
  }
  .product__header {
    margin-bottom: 16px;
  }
  .product__more {
    order: 3;
    margin-top: 32px;
  }
  .product__more .button {
    width: 100%;
    max-width: 380px;
  }
  .product__wrap {
    padding-top: 32px;
    display: block;
    height: 110px;
    overflow: hidden;
  }
  .product._active .product__wrap {
    height: auto;
    overflow: visible;
  }
  .product__wrap .button {
    width: 252px;
    justify-content: center;
  }
  .product__docs-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .product__docs-buttons .button {
    margin-bottom: 16px;
    white-space: nowrap;
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    position: relative;
    margin-right: 0;
    padding-left: 48px;
  }
  .product__docs-buttons .button__icon {
    position: absolute;
    left: 20px;
    top: 11px;
  }
  .product__docs-buttons .button__title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product__docs-buttons .button__icon + .button__title {
    margin-left: 0;
  }
  .product__docs-buttons .button:last-child {
    margin-bottom: 0;
  }
  .product .product__description {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  }
  .product .product__description ul{
    margin-left: 0;
    height: auto;
  }
  .product .product__description ul li{
    max-width: max-content;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  }
  .product .product__more {
    padding-left: 0;
  }
  .product .product__wrap {
    display: none;
  }
  .product._active .product__wrap {
    display: block;
  }
  .product__content {
    font-size: 16px;
    line-height: 24px;
  }
  .product__content .row .col {
    margin-bottom: 32px;
  }
  .product__content .row .col:last-child {
    margin-bottom: 0;
  }
  .product__content .row h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: normal;
  }
  .product__content .row h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: normal;
  }
  .product__content .row h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: 300;
  }
  .product__content .row p {
    color: #FFFFFF;
    opacity: 0.72;
    font-size: 14px;
    line-height: 18px;
  }
  .product__content .row ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.72;
  }
  .product__content .row ul li {
    margin-bottom: 5px;
  }
  .product__content .row ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .section._products .section__title {
    font-size: 32px;
    line-height: 36px;
  }
  .product {
    padding: 24px;
  }
  .product__description {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section__presentation {
    overflow: hidden;
    margin-bottom: 42px;
    padding-bottom: 50px;
  }
  .section__presentation-item {
    display: flex!important;
    gap: 16px;
    justify-content: center;
  }
  .section__presentation-item_info {
    width: 36%;
  }
  .section__speaker {
    flex-direction: column;
    gap: 16px;
  }
  .section._speakers {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .section__speaker-item {
    width: 100%;
  }
  .section__speaker-item .speaker__common {
    padding-left: 16px;
    padding-top: 16px;
  }
  .section__speaker-item .speaker__date{
    text-align: left;
  }
  .section__speaker-item .speaker__name{
    text-align: left;
  }
  .section__speaker-item .speaker__info{
    text-align: left;
  }
  .section._speakers .section__header {
    display: flex;
  }
  .section._speakers .section__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
  }
  .section._speakers .section__header-img {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .section._speakers .section__header-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .section._speakers .section__list {
    display: block;
  }
  .section._speakers .tns-outer {
    display: block;
  }
  .section._speakers .section__title {
    font-size: 36px;
    line-height: 40px;
  }
  .section._speakers .tns-controls > button {
    top: 39%;
    margin-top: 0;
  }
  .section._speakers .tns-controls > button[data-controls="prev"] {
    left: 0;
  }
  .section._speakers .tns-controls > button[data-controls="next"] {
    right: 0;
  }
  .speaker {
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    border-radius: 16px;
  }
  .speaker__date {
    margin-bottom: 12px;
    /* display: none; */
  }
  .speaker__more {
    /* display: none; */
  }
  .speaker__img {
    margin-bottom: 11px;
  }
  .speaker__common {
    padding-top: 0;
    padding-left: 0px;
  }
  .speaker__name {
    text-align: center;
  }
  .speaker__info {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .section__presentation-container {
    padding: 25px 25px;
}
  .section__presentation-item {
    display: flex!important;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
  .section__presentation-item_info {
    width: 100%;
}
  .section__presentation-item_img img {
    width: 100%;
  }
  .section._speakers .section__title {
    font-size: 32px;
    line-height: 36px;
  }
  .section__speaker-item .speaker__common {
    padding-left: 5px;
    padding-top: 16px;
}
  .section._speakers .tns-controls > button {
    top: 70px;
    margin-top: 0;
  }
  .section._speakers .tns-controls > button[data-controls="prev"] {
    left: -16px;
  }
  .section._speakers .tns-controls > button[data-controls="next"] {
    right: -16px;
  }
  .speaker {
    padding: 24px 16px;
  }
  .speaker__img {
    width: 162px;
    height: 152px;
  }
  .section__speaker-item .speaker__name {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
  .section__speaker-item .speaker__info {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    
  }
  .section__speaker-item .speaker__description {
    font-size: 16px;
    line-height: 20px;
  }
}


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

  .section._banner .section__bg {
    background-image: url('../img/banner-4-mobile.png');
  }

  .section._banner .section__bg-image {
    width: 752px;
    height: 991px;
    margin-left: -376px;
    top: 0;
    background-image: url('../img/banner-3-mobile.png');
  }

  .section._banner .section__wrap .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .section._banner .section__image-1 {
    width: 297px;
    height: 120px;
    background-image: url('../img/banner-1-mobile.png');    
    margin-bottom: 319px;
  }
  .section._submited {
    display: none;
  }
  .section._submited.mobile {
    display: block;
  }
  .section._submited.mobile .button{
    width: 100%;
    background: #13D1E0;
    color: #1D1D1B;
  }
}

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

  .section._banner .section__bg-image {
    width: 435px;
    height: 597px;
    top: 73px;
    margin-left: -217px;
  }

  .section._banner .section__wrap .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .section._banner .section__image-1 {
    width: 247px;
    height: 100px;
    margin-bottom: 226px;
    margin-left: 0;
  }

  .section._banner .section__image-2 {
    width: 296px;
    height: 100px;
    margin-left: 0;
  }

}

@media (min-width: 768px) and (max-width: 1200px) {
  .section__presentation-item {
    flex-direction: column;
    width: 31%;
    
  }
  .section__presentation-item:last-child {
    margin: 0;
  }
  .section__speaker {
    display: flex;
    flex-direction: column;
  }
  .section__speaker-item {
    width: 100%;
  } 
  .section._products .section__cards {
    margin: 0 auto;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section._products .section__cards-item {
    width: 33.333335%;
    min-width: 410px;
    padding: 0 16px 32px;
  }
}

@media (min-width: 640px)and (max-width: 767px) {
  .section._submited.mobile .button{
    width: 180px;
    display: flex;
    margin: 0 auto;
  }
}