.wpcf7 form.sent .wpcf7-response-output{
    font-size: 14px;
        padding: 8px;
    }
    .form-wrapper_reg .popup__closed{
        top: 0;
    }
    .form-header{
        line-height: 28px;
    }
    .form-content {
        position: relative;
    }
      .header-nav__list {
        justify-content: flex-end;
        gap: 20px;
      }
      .button {
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        text-decoration: none;
        transition: background 0.3s linear;
        display: flex;
        align-items: center;
      }
      .button--orange {
        background-color: #a30d26;
        /*#a30d26*/
        color: #ffffff;
      }
      .button--lg {
        border-radius: 6px;
        padding: 15px 26px;
      }
    
      .wpcf7-list-item-label {
        font-size: 14px;
      }
    
      .light-gray-text {
        color: rgba(255, 255, 255, 0.5);
      }
    
      .wpcf7 form.sent .wpcf7-response-output,
      .wpcf7 form.invalid .wpcf7-response-output,
      .wpcf7-response-output {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 6px;
      }
    
      .success-message {
        background-color: #fff;
        position: absolute;
        width: 100%;
        max-width: 50%;
        border-radius: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 100px 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .success-message__container {
        position: relative;
      }
      .hidden{
        display: none;
      }
      .hidden.success-message {
        display: none;
      }
    
      .success-message__header {
        font-size: 32px;
        font-weight: 700;
        color: #373b3c;
      }
    
      .success-message__text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 34px;
      }
    
      .success-message__image-container {
        max-width: 175px;
        width: 100%;
        margin: 10px auto;
      }
    
      .success-message__image-container img {
        width: 100%;
      }
    
      .success-message a {
        color: #00b7e5;
      }
    
      html {
        scroll-behavior: smooth;
      }
    
      /* header */
    
      .header {
        position: relative;
        background-color: rgba(0, 0, 0, 0.4);
        /* background: url(https://vcs.su/wp-content/uploads/2021/09/moscow-2021-bg.png) no-repeat; */
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        height: 720px;
      }
    
      .header::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
      }
    
      .video-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 850px;
      }
    
      .header-logo__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 430px;
        width: 100%;
      }
    
      ul {
        list-style-type: none;
        padding: 0;
      }
    
      .header-first__container {
        padding: 40px 0;
      }
    
      .reg-link {
        width: 100%;
        display: flex;
        font-size: 18px;
        cursor: pointer;
        max-width: 230px;
        justify-content: center;
        align-items: center;
        padding: 15px 48px;
      }
    
      /* header main content */
      .btn__info {
        display: flex;
        gap: 32px;
        align-items: flex-end;
      }
    
      .list__info {
        list-style-type: disc;
        padding-left: 20px;
        margin: 0;
      }
    
      .list__info-item {
        font-size: 16px;
        font-weight: 600;
        line-height: 130%;
      }
    
      .blurr__card {
        margin-top: 24px;
        padding: 32px 40px 48px 40px;
        border-radius: 12px;
        border: 1px solid rgba(247, 249, 252, 0.16);
        background: rgba(239, 244, 250, 0.15);
        box-shadow: 0px 4px 20px 0px rgba(2, 0, 84, 0.1);
        backdrop-filter: blur(10px);
      }
    
      .large__header {
        font-size: 80px;
        font-weight: 800;
        line-height: 130%;
        margin-top: 0;
      }
      .mb-12 {
        margin-bottom: 12px;
      }
      .mb-18 {
        margin-bottom: 18px;
      }
      .mb-32 {
        margin-bottom: 32px;
      }
    
      .header__paragraph {
        font-size: 24px;
        font-weight: 500;
        line-height: 150%;
      }
    
      .header-nav__item {
        font-size: 20px;
        font-weight: 600;
      }
    
      .blurr__card:before {
        background: url(https://vcs.su/wp-content/uploads/2025/01/2025.png)
          no-repeat;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: contain;
        top: 0;
        right: 0;
        z-index: -1;
        background-position: right;
      }
    
      .blue-border-bottom {
        border-bottom: 10px solid #a30d26;
      }
    
      /* END header main content */
      /* END header */
    
      /* main content */
      .main__content {
        padding-bottom: 180px;
      }
    
      .main__content-header {
        font-size: 32px;
        font-weight: 700;
      }
    
      .dark__gray-bg {
        background-color: #414141;
      }
    
      .large__paragraph {
        font-size: 64px;
        font-weight: 600;
        line-height: 100%;
      }
    
      .default__paragraph {
        font-size: 18px;
        font-weight: 400;
        line-height: 130%;
      }
    
      .center {
        text-align: center;
      }
    
      .default__card {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 12px;
        display: flex;
        flex-direction: column;
      }
    
      .br-8 {
        border-radius: 8px;
      }
    
      .br-6 {
        border-radius: 6px;
      }
    
      .block-card {
        justify-content: center;
        box-shadow: 0px 4.088px 20.438px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(247, 249, 252, 0.16);
      }
    
      .gray-bg-card {
        background: rgba(239, 244, 250, 0.15);
      }
    
      .grid__first-row {
        display: grid;
        grid-template-rows: 216px 247px 247px 340px;
        grid-template-columns:
          minmax(147px, 212px) minmax(100px, 330px) minmax(100px, 272px)
          minmax(150px, 272px);
        gap: 18px;
        grid-template-areas:
          "item1 item2 item3 item3"
          "item4 item4 item5 item5"
          "item4 item4 item6 item6"
          "item10 item10 item10 item10";
      }
    
      .flex__container {
        display: grid;
        gap: 18px;
        grid-template-columns:
          minmax(110px, 271px) minmax(31px, 271px)
          minmax(380px, 560px);
        grid-template-areas: "item101 item102 item103";
      }
    
      /* .bg-300:before {
        background: url(https://vcs.su/wp-content/uploads/2024/04/300.svg) no-repeat;
        max-height: 182px;
      } */
    
      .t2-hands:before {
        background: url(https://vcs.su/wp-content/uploads/2024/04/t2-hands.svg)
          no-repeat;
      }
    
      .t2-demo-zone:before {
        background: url(https://vcs.su/wp-content/uploads/2024/04/t2-demo-zone.svg)
          no-repeat;
      }
    
      .bg-icon::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        background-size: contain;
        transform: translate(-50%, -50%);
      }
    
      .t2-collective-discussion:before {
        transform: unset;
        background: url(https://vcs.su/wp-content/uploads/2024/04/t2-collective-discussion.svg)
          no-repeat;
        left: unset;
        right: 0;
        top: 0;
        max-width: 140px;
        max-height: 200px;
      }
    
      .partner-bg:before {
        background: url(https://vcs.su/wp-content/uploads/2024/04/partner_logo-bg-1.png)
          no-repeat;
        background-size: contain;
      }
    
      .relative {
        position: relative;
        z-index: 2;
      }
    
      .height-100 {
        height: 100%;
      }
      .mb-0 {
        margin-bottom: 0;
      }
      .mb-100 {
        margin-bottom: 100px;
      }
      .group_img {
        display: flex;
        width: 50%;
        height: 200px;
      }
      .group_img img {
        object-fit: cover;
      }
      .group_img .card--round-6:nth-child(1) {
        border-radius: 6px 0 0 6px;
      }
      .group_img .card--round-6:nth-child(2) {
        border-radius: 0px 6px 6px 0;
      }
      .default__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    
      .grid__first-row .item1 {
        grid-area: item1;
      }
    
      .grid__first-row .item2 {
        grid-area: item2;
      }
    
      .grid__first-row .item3 {
        grid-area: item3;
      }
    
      .grid__first-row .item4 {
        grid-area: item4;
      }
    
      .grid__first-row .item5 {
        grid-area: item5;
      }
    
      .grid__first-row .item6 {
        grid-area: item6;
      }
    
      .grid__first-row .item7 {
        grid-area: item7;
      }
    
      .grid__first-row .item8 {
        grid-area: item8;
      }
    
      .grid__first-row .item9 {
        grid-area: item9;
      }
    
      .grid__first-row .item10 {
        grid-area: item10;
      }
    
      .grid__first-row .item10-1 {
        grid-area: item101;
      }
    
      .grid__first-row .item10-2 {
        grid-area: item102;
      }
    
      .grid__first-row .item10-3 {
        grid-area: item103;
      }
    
      .wrapper {
        padding: 0 40px;
      }
    
      .content__container {
        max-width: 1140px;
        margin: 0 auto;
      }
    
      .header-top {
        position: relative;
      }
    
      /* Блок с картинками */
      .flex-card {
        display: flex;
      }
    
      .gap-8 {
        gap: 8px;
      }
    
      .speaker__card {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        width: 100%;
        padding: 6px;
      }
    
      .speaker__card-block-item {
        display: flex;
        gap: 8px;
      }
    
      .speaker__card-block {
        gap: 8px;
        display: flex;
        flex-direction: column;
      }
      .mb-24 {
        margin-bottom: 24px;
      }
      .card__block-img {
        object-fit: cover;
        max-width: 60px;
        max-height: 60px;
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 4px;
      }
      .description-container {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
      }
      /* END Блок с картинками */
    
      /* END main content */
    
      /* слайдер */
      .pb-120 {
        padding-bottom: 120px;
      }
      .pb-100 {
        padding-bottom: 100px;
      }
      .pt-100 {
        padding-top: 100px;
      }
      /* END слайдер */
    
      /* Баннер стать спипером */
      .default-paragraph--small {
        font-size: 16px;
        line-height: 140%;
      }
      /* END баннер стать спипером */
    
      /* Место проведения */
      .flex {
        display: flex;
      }
    
      .container {
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
      }
    
      .default-paragraph--very-small {
        font-size: 12px;
        line-height: 140%;
      }
    
      .default-paragraph--smaller {
        font-size: 14px;
        line-height: 140%;
      }
    
      .mb-8 {
        margin-bottom: 8px;
      }
    
      /* END Место проведения */
    
      /* Отзывы */
      .card--long {
        gap: 16px;
      }
      .round {
        border-radius: 100%;
      }
      /* END Отзывы */
    
      /* Медиазапросы */
      @media (max-width: 1023px) {
        .header {
          /* background: url(https://vcs.su/wp-content/uploads/2021/09/moscow-2021-bg.png)
            no-repeat; */
          background-size: cover;
        }
      }
    
      @media (max-width: 1900px) {
        /* .video-bg {
          width: 1900px;
        } */
      }
    
      @media (max-width: 1024px) {
        .large__header {
          font-size: 70px;
        }
        .partner-bg:before {
          background: url(https://vcs.su/wp-content/uploads/2024/04/partner_logo-bg-2.png)
            no-repeat;
          background-size: contain;
        }
      }
    
      @media (max-width: 992px) {
        .header-first__container {
          flex-direction: unset;
        }
        .grid__first-row {
          grid-template-columns: unset;
          grid-template-rows: 247px 340px auto 340px;
          grid-template-areas:
            "item1 item3 item3 item3"
            "item2 item2 item2 item2"
            "item6 item6 item7 item7"
            "item5 item5 item5 item5"
            "item8 item8 item9 item9"
            "item4 item4 item4 item4"
            "item10 item10 item10 item10";
        }
        .flex__container {
          grid-template-columns: unset;
          grid-template-rows: 1fr 340px;
          grid-template-areas:
            "item103 item103"
            "item101 item102";
        }
        .main__content {
          padding-bottom: 0;
        }
      }
    
      @media (max-width: 770px) {
        .card__block-img {
          height: unset;
        }
        .main__content {
          padding-bottom: 0;
        }
        footer .content__container {
          flex-direction: column;
        }
        .partner-bg:before {
          background: url(https://vcs.su/wp-content/uploads/2024/04/partner_logo-bg-3.png)
            no-repeat;
          background-size: contain;
        }
        .blurr__card {
          padding: 32px 40px 36px 40px;
        }
        .grid__first-row {
          grid-template-rows: 216px 340px 247px 340px 280px 340px;
        }
        .wrapper {
          padding: 0 20px;
        }
        .large__header {
          font-size: 54px;
        }
      }
    
      @media (max-width: 576px) {
        .success-message {
          max-width: 90%;
          padding: 20px 0;
        }
        .speaker__card {
          width: unset;
        }
        .speaker__card-block-item {
          flex-direction: column;
        }
        .btn__info {
          flex-direction: column;
        }
        .header {
          height: 730px;
        }
        .partner-bg:before {
          background: url(https://vcs.su/wp-content/uploads/2024/04/partner_logo-bg-2.png)
            no-repeat;
          background-size: contain;
        }
        .header__paragraph {
          font-size: 18px;
        }
        .grid__first-row {
          grid-template-rows: 280px 280px 300px 280px 300px 300px 280px 1fr;
          grid-template-areas:
            "item3 item3"
            "item2 item1"
            "item5 item5"
            "item6 item7"
            "item9 item9"
            "item8 item8"
            "item4 item4"
            "item10 item10";
        }
        .large__header {
          font-size: 38px;
        }
      }
    
      @media (max-width: 460px) {
        .default__img {
          height: unset;
        }
        .partner-bg:before {
          background: url(https://vcs.su/wp-content/uploads/2024/04/partner_logo-bg-3.png)
            no-repeat;
          background-size: contain;
        }
        .blurr__card {
          padding: 32px 16px 36px;
        }
        .large__header {
          font-size: 20px;
        }
        .grid__first-row {
          grid-template-rows: unset;
          grid-template-areas:
            "item3"
            "item2"
            "item1"
            "item5"
            "item6"
            "item9"
            "item7"
            "item4"
            "item8"
            "item10";
        }
        .flex__container {
          grid-template-rows: unset;
          grid-template-areas:
            "item101"
            "item103"
            "item102";
        }
      }
      /* END Медиазапросы */
  
    .header-form {
      color: #fff;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: 130%;
      margin-bottom: 32px;
    }
    .title-form {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      line-height: 130%;
      margin-bottom: 32px;
    }
    .form-content__container {
      max-width: 550px;
      margin: 0 auto;
    }
    .form-background {
      position: relative;
      background-color: #a30d26;
    }
    ::placeholder {
      opacity: 0.6;
    }
    form {
      margin-block-end: 0;
    }
    input[type="radio"]:checked:after {
      background-color: #fff;
    }
  .success-message__container .popup__closed{
      top: -90px
  }
    .popup__closed {
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      top: -90px;
      right: 20px;
      color: #9e9f9f;
      font-size: 40px;
      cursor: pointer;
    }
  .form-content .popup__closed {
      top: 0;
  }
    .wpcf7-list-item {
      margin: 0;
    }
    .group-checkbox .wpcf7-form-control {
      display: flex;
      gap: 32px;
      flex-direction: row;
    }
    .radio-header {
      margin-bottom: 12px;
    }
    .button-title {
      font-size: 12px;
    }
    .btn-group {
      margin: 40px auto;
      text-align: center;
    }
    .btn-group input {
      max-width: 197px;
      background: #fff;
      margin-bottom: 8px;
      color: rgb(51, 51, 51);
      cursor: pointer;
    }
    .wpcf7-spinner {
      display: none;
    }
  
    /* Баннер стать спипером */
    .card--align-start {
      align-items: flex-start;
    }
  
    .card__title--large {
      font-size: 28px;
      line-height: 130%;
      font-weight: 600;
    }
  
    .default-paragraph--small {
      font-size: 16px;
      line-height: 140%;
    }
  
    .mb-16 {
      margin-bottom: 16px;
    }
  
    .card--justify-center {
      justify-content: center;
    }
    .card--justify-space-between {
      justify-content: space-between;
      height: 100%;
    }
  
    .grid-img-logo {
      max-width: 87px;
      position: absolute;
      background-color: #fff;
      padding: 14px 8px;
      border-radius: 8px;
      right: 10px;
      top: 10px;
    }
    .pd-0 {
      padding: 0;
    }
    .card__container-24 {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
    .card--large {
      position: relative;
      flex-basis: calc((85% - 30px) / 2);
      flex-grow: 1;
    }
  
    .card--align-start {
      align-items: flex-start;
    }
    .card {
      display: flex;
      flex-direction: column;
    }
    .card--align-center {
      align-items: center;
    }
    .banner {
      background: #a30d26;
      position: relative;
      padding: 32px 0;
    }
    .form-wrapper .wpcf7 {
      max-width: 990px;
    }
    .form-input {
      border: 1px solid #373b3c66;
      border-radius: 6px;
      width: 100%;
      margin: 8px 0;
      padding: 17px 0 17px 16px;
      font-size: 16px;
      box-sizing: border-box;
    }
    .form-container .image-container {
      background-size: cover;
    }
    .form-container {
      border-radius: 6px;
    }
    /* END баннер стать спипером */
  

/* Elements */

body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

ul{
    list-style-type: none;
    padding: 0;
}

a{
    color: inherit;
    text-decoration: none;
}

p{
    margin-top:0;
    margin-bottom: 0;
}

button{
    border: none;
    font-family: 'Montserrat', sans-serif;
}

/* End of elements */

/* Basic styles  */
.hidden{
    display: none;
}

.center{
    text-align: center;
}

.container{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.default-button{
    border-radius: 6px;
    padding: 16px 48px;
    font-size: 18px;
    cursor: pointer;
}

.block-main__header{
    font-size: 36px;    
    line-height: 46px;
    font-weight: 700;
}

.default-column-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.default-column-list li{
    max-width: 271px;
    width: 100%;
    text-align: center;
}

.block-second-header{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 15px;
}

.default-paragraph{
    font-size: 16px;
    line-height: 28px;
}

.bold{
    font-weight: 700;
}

.glide__arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.glide__arrow{
    background-color: rgba(0,0,0,0);
    border: 1px solid #373B3C3D;
    border-radius: 6px;
    width: 56px;
    height: 56px;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

.glide__arrow:hover{
    border: 2px solid #373B3C3D;
}

.glide__arrow--left{
    left: -70px;
}

.glide__arrow--right{
    right: -70px;
}
.glide__arrow--right img{
    transform: rotate(180deg);
}
/* End basic styles */

/* Colors */
.gray-text{
    color: rgb(51, 51, 51);
}
.white{
    background-color: #fff;
}
.orange{
    background-color: #a30d26;
}

.blue{
    background-color: #00BDF4;
}

.light-blue{
    background-color: #14C7FB;
}

.aqua{
    background-color: #F5FBFD;
}

.transparent-btn{
    background-color: rgba(0,0,0,0);
}

.white-text{
    color: #FFFFFF;
}

.light-black-text{
    color: #242424;
}

.light-black2-text{
    color: #474747;
}

.blue-text{
    color: #00BDF4;
}

.white-hover:hover{
    background-color: #fff;
    cursor: pointer;
}
/* End Colors */

/* Unique styles */
header{
    background-color: rgba(0,0,0,0.4);
    background-image: url(https://vcs.su/wp-content/uploads/2021/09/moscow-2021-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    height: 835px;
}

header .container{
    position: relative;
}

.burger-menu__container{
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 100;
}

.burger-menu__line{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 2px;
}

.burger-menu__line::before,
.burger-menu__line::after{
    content: '';  
    position: absolute;
    width: 28px;
    left: 1px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
}

.burger-menu__line::before{
    transform: translateY(-10px) rotateZ(0deg);
    transition: 1s;
}

.burger-menu__line::after{
    transform: translateY(10px) rotateZ(0deg);
    transition: 1s;
}

.closed span{
    background-color: transparent;
    transition: 0.5s;
}

.closed span::before{
    transform: rotateZ(45deg) scaleX(1.4);
    transition: 1s;
}
.closed span::after{
    transform: rotateZ(-45deg) scaleX(1.4);
    transition: 1s;
}

.header-first__container,.header-info__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-first__container{
    padding-top:48px;
    padding-bottom: 44px;
}

.header-info__container{
    padding-top: 30px;
}

.header-logo__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 430px;
    width: 100%;
}

.header-nav__container{
    max-width: 345px;
    width: 100%;
}

.burger-menu__container{
    display: none;
}

.header-nav__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
}

.back-link::before{
    content: "← ";
}

.header-info__container{
    font-size: 18px;
}

.header-main{
    text-align: center;
    padding-bottom: 233px;
}

.header-main h1{
    font-size: 64px;
    margin-top: 42px;
    margin-bottom: 16px;
}

.h1-paragraph{
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 36px;
}

.header-main__footnote{
    font-size: 18px;
    line-height: 46px;
}

.header-main .default-button{
    margin: 46px 0px 19px; 
}

.header-additional{
    max-width: 1140px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 32px 73px 48px;
    border-radius: 12px;
    position: absolute;
    bottom: -65px;
    z-index: 10;
}

.header-additional__header{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.header-additional__paragraph{
    font-size: 18px;
    line-height: 28px;
}

.program{
    padding: 173px 0px 53px;
}

.program .block-main__header, .advantages .block-main__header{
    margin-bottom: 40px;
}

.program-info{
    display: none;
    padding-top: 120px;
}

.program-info__switcher{
    border-bottom: 1px solid #373B3C26
}

.swicher-list{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.switcher-item{
    max-width: 240px;
    width: 100%;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
}

.switcher-item.active{
    color: #00BDF4;
    border-bottom: 2px solid #00BDF4;
}

.switcher-item:hover{
    color: #00BDF4;
}

.speaker-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.speaker-item{
    max-width: 320px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #373B3C26;
    padding-top: 45px;
    padding-left: 28px;
    min-height: 320px;
    margin: 30px 0;
}

.time-container{
    font-size: 36px;
    line-height: 31px;
    font-weight: 700;
    color:#00BDF4;
}

.speaker-info__container{
    max-width: 306px;
    width: 100%;
    margin: 8px auto;
}

.speaker-name{
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 12px;
}

.speaker-paragraph{
    font-size: 16px;
    line-height: 24px;
}

.cta{
    padding: 56px 0 44px;
}

.cta .button-container{
    margin-top: 26px;
}

.cta .cta-description{
    max-width: 785px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.map .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
}

.map-left{
    max-width: 385px;
}

.map-additional-info{
    margin-bottom: 28px;
    max-width: 315px;
}

.map .block-main__header{
    margin-bottom: 12px;
}

.address-info__item{
    margin: 6px 0px;
}

.map-right{
    max-width: 700px;
    width: 100%
}

.row-button__container-desktop a, .row-button__container-mobile a{
    display: block;
    padding: 16px 40px;
    border: 2px solid #00BDF4;
    border-radius: 6px;
    max-width: 337px;
    text-align: center;
    margin: 20px 0;
}

.row-button__container-desktop a:hover, .row-button__container-mobile a:hover{
    background-color: #00BDF4;
    color: #FFFFFF;
}

.row-button__container-mobile{
    display: none;
}

.advantages{
    padding: 75px 110px;
}

.mobile-mount{
    display: none;
}

.slider-list{
    margin-top: 47px;
}

.slider-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.slider-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.video-container{
    max-width: 752px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 6px;
}

.video-container iframe{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.slider-page__img{
    max-width: 364px;
    width: 100%;
    border-radius: 6px;
    margin-bottom:24px;
}

.review-media {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
}

.review-logo__img{
    margin-top: 15px;
}

.reviews{
    padding: 60px 0 100px;
}

.reviews .block-main__header{
    margin-bottom: 44px;
}

.review-list__item{
    color: #FFFFFF;
}

.row-list__item{
    border-radius: 17px;
    padding: 24px 24px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0;
}

.review-info__header{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-info__footnote{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.review-info__description{
    font-size: 18px;
    line-height: 24px;
    max-width: 895px;
    width: 100%;
}

.slider{
    padding: 100px 0;
}

.slider .container{
    position: relative;
}

.logo-list{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer{
    color: #FFFFFF;
}

footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 0 78px;
}

.logo-container{
    margin-bottom: 22px;
}

.footer-paragraph{
    font-size: 18px;
    line-height: 28px;
    max-width: 558px;
}

.footer-left{
    max-width: 580px;
    width: 100%;
}

.footer-right{
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 18px;
}

.contact-header{
    margin-bottom: 10px;
}

.footer-logo__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    max-width: 136px;
    width: 100%;
}

.footer-logo__container img{
    height: 30px;
    width: 30px;
}

.form-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 11;
}

.text-area__header{
    color: #787878;
}

.wpcf7-textarea{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    border:1px solid #373B3C66;
}

.form-wrapper{
    overflow-y: scroll;
}

.form-wrapper .wpcf7{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.form-container{
    margin: 50px auto 0;
    background-color: #fff;
    z-index:10;
}

.form-header{
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    border-bottom: 1px solid #ECECEC;
}

.form-container .image-container{
    background-image: url(https://vcs.su/wp-content/uploads/2021/09/form-bg.png);
    max-width: 474px;
    width: 100%;
}

.form-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-content{
    max-width: 508px;
    width: 100%;
    padding: 35px 56px 38px 36px;
}

.form-content__container{
    margin-top: 14px;
}

.form-content__container br{
    display: none;
}

.form-content__container input[type=submit]{
    width: 100%;
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0;
    border: 1px solid #00BDF4;
}

.form-content__container .button-container{
    margin-bottom: 18px;
}

.form-content__container label{
    display: block;
}

.radiobtn-container{
    margin-top: 8px;
    margin-bottom: 22px;
}

.radio-header{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.form-input{
    border: 1px solid #373B3C66;
    border-radius: 6px;
    width: 100%;
    margin: 8px 0;
    padding: 17px 0 17px 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-input:active,.form-input:focus-visible,.wpcf7-textarea:active,.wpcf7-textarea:focus-visible{
    outline: #00BDF4 auto 1px;
}

.form-submit__btn:hover{
    border: 1px solid #00BDF4;
    color: #00BDF4;
}

.form-footnote{
    font-size: 12px;
    line-height: 20px;
    color: #787878;
}
@media screen and (max-width: 1359px) {
    .container{
        max-width: 930px;
    }
    .header-additional{
        max-width: 930px;
        padding-top: 35px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 45px;
    }
    .default-column-list{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .default-column-list li{
        max-width: 360px;
        width: 100%;
        margin: 21px 12px;
    }
    .map .container{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .row-button__container-desktop{
        display: none;
    }
    .row-button__container-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .row-button__container-mobile a{
        max-width: 240px;
        width: 100%;
        padding: 16px 0;
    }
    .video-container{
        max-width: 600px;
    }

    .slider-page__img{
        max-width: 300px;
    }
    .glide__arrows{
        top: initial;
        bottom: 0;
    }
    .glide__arrow--left{
        left: 0;
    }
    .glide__arrow--right{
        right: 0;
    }
    .header-additional__header,.header-additional__paragraph{
        max-width: 820px;
        margin: 0 auto;
    }
    .map-right{
        max-width: 500px;
    }
    .map-right img{
        width: 100%;
    }
    @media screen and (max-width: 1300px){
        .default-column-list{
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }
        .default-column-list .default-paragraph{
            max-width: 220px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media screen and (max-width: 1023px) {
        header{
            background-color: unset;
            /* background-image: url(https://vcs.su/wp-content/uploads/2021/09/moscow-2021-bg.png); */
        }
    }
}
@media screen and (max-width: 992px) {
    .mobile-navigation-container{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #2D2929;
        border-bottom: 20px solid #484848;
        animation: mymove 0.5s;
        z-index: 20;
    }
    .mobile-nav-list{
        border-top: 1px solid #fff;
    }
    @keyframes mymove {
        0% {transform: translateY(-110%);}
        60% {transform: translateY(5%);}
        100% {transform: translateY(0%);}
    }
    .header-first__container{
        padding-bottom: 20px;
        flex-direction: column;
    }
    .mobile-nav-item{
        margin: 30px 0;
    }
    .container{
        max-width: 720px;
    }
    .header-main h1{
        font-size: 46px;
        line-height: 62px;
    }
    .header-additional{
        max-width: 720px;
        width: 100%;   
        bottom: -110px;
    }
    .header-logo{
        margin-right: 30px;
    }
    .program{
        padding-top: 200px;
    }
    .header-additional__header,.header-additional__paragraph{
        max-width: 640px;
        margin: 0 auto;
    }
    .mobile-navigation-container{
        padding-top: 40px;
    }
    .header-logo{
        margin-right: auto;
    }
    .default-column-list li{
        max-width: 345px;
        margin: 21px auto;
    }
    .advantages{
        padding-left: 0;
        padding-right: 0;
    }
    .map .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .map-left{
        margin-right: auto;
    }
    .map-right {
        max-width: 720px;
    }
    .desktop-mount{
        display: none;
    }
    .mobile-mount{
        display: block;
    }
    .slider-page__img{
        display: block;
        margin: 0 auto;
    }
    .slider-youtube__container iframe {
        display: block;
        max-width: 520px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .slider-page__img{
        max-width: 520px;
    }
    .row-list__item{
        flex-direction: column;
    }
    .review-speaker__img{
        display: none;
    }
    .review-logo__img{
        max-width: 100px;
        width: 100%;
        margin-bottom: 14px;
    }
    .logo-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-container .image-container{
        display: none;
        background-image: none;
    }
    .form-wrapper .wpcf7{
        max-width: 540px;
    }
}
@media screen and (max-width: 768px) {
    .header-nav__container{
        display: none;
    }
    .header-nav__list{
        display: none;
    }
    .burger-menu__container{
        display: block;
    }
    .header-first__container{
        padding-bottom: 40px;
        flex-direction: row;
    }
    .container{
        max-width: 540px;
    }
    .block-main__header{
        font-size: 32px;
        line-height: 46px;
    }
    header .container{
        position: initial;
    }
    header{
        height: initial!important;
        background-position: 67%;
    }
    header::before{
        width: 0px!important;
        height: 0px!important;
        background: none!important;
    }
    .header-main h1{
        max-width: 465px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 40px;
        line-height: 52px;
    }
    .default-column-list li{
        max-width: 260px;
        margin: 20px auto;
    }
    .main-date-paragraph{
        display: none;
    }
    .header-info__container{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .h1-paragraph{
        font-size: 18px;
        line-height: 24px;
        max-width: 400px;
        width: 100%;
    }
    .header-main{
        padding-bottom: 83px;
    }
    .header-additional{
        position: initial;
        border-radius: unset;
        max-width: 100%;
        width: 100%;
    }
    .header-additional__header{
        font-size: 28px;
        line-height: 46px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-additional__paragraph{
        font-size: 16px;
        line-height: 24px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .program{
        padding-top: 40px;
    }
    .block-second-header{
        font-size: 18px;
        line-height: 28px;
    }
    footer .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-right{
        margin-top: 20px;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    .form-input{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
@media screen and (max-width: 576px) {
    .block-main__header{
        font-size: 22px;
        line-height: 46px;
    }
    .container{
        max-width: 289px;
    }
    .program .block-main__header {
        max-width: 220px;
        margin: 0 auto;
    }
    header hr{
        display: none;
    }
    .header-first__container{
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .header-info__container{
        display: none;
    }
    .header-logo__container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header-main h1{
        font-size: 22px;
        line-height: 31px;
        margin-top: 0;
    }
    .h1-paragraph{
        font-size: 14px;
        line-height: 24px;
    }
    .header-main__footnote{
        line-height: 24px;
    }
    .header-additional__header, .header-additional__paragraph{
        max-width: 300px;
    }
    .header-additional__header{
        line-height: 36px;
        margin-bottom: 26px;
    }
    .header-additional{
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .header-main{
        padding-bottom: 50px;
    }
    .map.cta{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cta .block-main__header{
        font-size: 18px;
        line-height: 24px;
    }
    .cta .cta-description{
        font-size: 16px;
        line-height: 26px;
    }
    .row-list__item{
        padding: 0;
        background: none;
    }
    .map-right img{
        display: none;
    }
    .row-button__container-mobile{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .row-button__container-mobile a{
        font-size: 18px;
        max-width: 100%;
        margin: 16px 0;
    }
    .form-wrapper .wpcf7{
        max-width: 340px;
    }
    .form-content {
        padding: 30px 35px;
    }
    @media screen and (max-width: 340px) {
        .header-additional__header, .header-additional__paragraph {
            max-width: 285px;
            text-align: center;
        }
        .form-wrapper .wpcf7{
            max-width: 320px;
        }
    }
}