*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: white;
}

button:hover {
    color: white;
}

ul,
ol,
li {
    list-style: none;
}

#event-description-box ul, #event-description-box ol, #event-description-box li {
    list-style: inherit;
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    src: local("RobotoCondensed-Regular"),
    url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: local("Roboto-Regular"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ZenOldMincho-Regular";
    src: local("ZenOldMincho-Regular"),
    url("../fonts/ZenOldMincho-Regular.woff2") format("woff2"),
    url("../fonts/ZenOldMincho-Regular.woff") format("woff"),
    url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.header {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-image: url(/img/hero-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
}

.header img {
    width: 100vw;
    /*width: 100%;*/
    height: 100%;
}

/*.head {
    background-image: url("/img/hero-bg.png");
    background-position: 50% 27%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
}*/

.header .mob {
    display: none;
}

.main {
    position: relative;
}

.success-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(208, 207, 68, .5);
    z-index: 5;
}

.success-box {
    max-width: 400px;
    background: white;
    padding: 40px 20px;
    border-radius: 20px;
    margin: 20% auto 0;
    width: 96%;
}

.success-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: #cccb43;
}

.main__main-slider {
    padding-bottom: 100px;
}

.main-slider__title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    font-family: sans-serif;
    font-weight: 300;
}

.main-slider__title h3 {
    font-size: 80px;
    line-height: 96px;
    color: #FFB025;
    font-family: sans-serif;
    font-weight: 300;

}

.title-green h3 {
    color: #B9B83A;
    font-family: sans-serif;
    font-weight: 300;
}

.sw-cont {
    max-width: 1164px;
    margin: auto;
    position: relative;
    width: 100%;
}

.swiper {
    display: flex;
    justify-content: center;
    max-width: 1164px;
    height: 300px;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    max-width: 500px;
    margin: auto;
}

.swiper-image {
    width: 100%;
    margin: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
    background: transparent;
}

.owl-cert img {
    padding: 20px;
}

.swiper-button-prev {
    /*position: absolute;
    left: -24px;
    top: 40%;
    z-index: 99;*/
    cursor: pointer;
}

.swiper-button-next {
    /*position: absolute;
    right: -24px;
    top: 40%;
    z-index: 99;*/
    cursor: pointer;
}

.sert-slider-title {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1164px;
    margin: 0 auto;
    align-items: center;
}

.programs-section__title {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #FFB025;

}

.programs-section__title h3 {
    font-family: sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 300;
    padding: 0 15px;
}

.h3-into-form {
    text-align: center;
    margin-bottom: 25px;
    color: #FFB025;
}

.programs-section__program-cards {
    width: 100%;
    height: 100%;
    background-color: #B9B83A;
    padding-top: 2%;
    padding-bottom: 5%;
}

.cards-wrapper {
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.program-cards__card {
    width: 355px;
    background-color: #fff;
    border-radius: 38px;
    margin-top: 25px;
}

.card__top-image {
}

.card__top-image img {
    border-top-right-radius: 38px;
    border-top-left-radius: 38px;
    width: 100%;
    height: 215px;
}

.card__card-body {
    width: 100%;
    margin: auto;
    padding: 0 20px 20px 20px;
    position: relative;
}

.card-body-title {
    width: 100%;
    height: 54px;
    font-size: 24px;
    line-height: 24px;
    color: #B9B83A;
    padding: 2% 0;
    margin: 0;
}

.card-body-description {
    font-size: 18px;
    height: 150px;
    margin: 5% 0;
    overflow: hidden;
    color: #6A7880;
    position: relative;
}

.card-body-description:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1.2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

.card-body-length {
    font-size: 18px;
    height: 20px;
    color: #B9B83A;
    margin-bottom: 20px;
}

.card-body-btn {
    display: block;
    width: 100%;
    background-color: #FFB025;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 27.5px;
    text-decoration: none;
    color: white;
}

.card-body-btn:hover {
    color: white;
}

.programs-slider {
    position: relative;
    width: 100%;
    background-color: #F6F6F6;
}

.q-section {
    background: #F6F6F6;
}

.q-wrapper {
    max-width: 1164px;
    width: 96%;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    padding-bottom: 50px;
}

.q-wrapper__left {
    width: 50%;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.q-wrapper__left img {
    width: 100%;
    height: 100%;
}

.q-wrapper__right {
    width: 50%;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.right__wrapper {
    max-width: 480px;
}

.orange-title {
    font-size: 36px;
    color: #FFB025;
    font-weight: normal;
    font-family: "ZenOldMincho-Regular";
}

.grey-text {
    font-size: 18px;
    color: #6A7880;
    margin: 25px 0;
}

.q-btn {
    max-width: 250px;
    margin-bottom: 25px;
}

.project-wrapper {
    position: relative;
    max-width: 1164px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-bottom: 100px;
    overflow: hidden;
}

.project-wrapper__wrapper {
    position: absolute;
    left: 0;
    width: 58%;
    max-width: 560px;
    height: 100%;
    background-image: url(../img/Rectangle_10.png);
    padding: 75px 0 0 25px;
}

.project-wrapper__wrapper h3 {
    width: 100%;
}

.wrapper__item {
    list-style: disc;
    margin: 25px 0;
    line-height: 21px;
    margin-left: 25px;
}

.wrapper__added {
    font-size: 21px;
    line-height: 21px;
    color: #FFB025;
}

.wrapper__apply-btn {
    max-width: 287px;
    margin-top: 50px;
    opacity: 100 !important;
    z-index: 999;
}

.main__groups-section {
    /*width: 100%;*/
    background-color: #fff;
    padding: 50px 0;
}

.groups-section__wrapper {
    max-width: 1164px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.group-card-container {
    /*max-width: 543px;*/
    background: linear-gradient(180deg, #FFE193 0%, #E88B1E 100%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: 48%;
    display: flex;
    flex-direction: column;
}

.group-card-container__image {
    display: flex;
    height: fit-content;
}

.group-card-container__image img {
    width: 100%;
    height: 100%;
}

.group-card-container__bg-wrapper {
}

.bg-wrapper__wrapper {
    position: relative;
    padding: 40px 20px;
    height: 564px;
    display: flex;
    flex-direction: column;
}

.bg-wrapper__title {
    font-weight: 400;
    font-size: 31px;
    color: #FFFFFF;
    /*margin-bottom: 35px;*/
    margin: 0 auto;
    text-align: center;
}

.bg-wrapper__text {
    /* width: 90%; */
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 15px 0;
}

.bg-wrapper__list {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 15px 0;
}

.bg-wrapper__item {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    list-style-type: disc;
    margin-left: 35px;
}

.bg-wrapper__group-btn {
    width: 80%;
    position: absolute;
    display: block;
    background-color: transparent;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 27.5px;
    text-decoration: none;
    color: white;
    transform: translate(-50%, 0%);
    bottom: 11%;
    left: 50%;
    margin: auto;
}

.button-from-group {
    width: 80%;
    display: block;
    background-color: transparent;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 27.5px;
    text-decoration: none;
    color: white;
    margin: auto;
}

.bg-wrapper__group-btn:hover {
    color: whitesmoke;
}

/*.main__webinar-section {
    padding-bottom: 100px;
}*/

.fixed-wrapper {
    max-width: 1170px;
    margin: auto;
}

.webinar-container {
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
    max-width: 1164px;
}

.webinar-card {
    max-width: 355px;
    background: linear-gradient(180deg, #FFE193 0%, #EA8E23 100%);
    border-radius: 24px;
    margin: 20px;
    display: block;
    padding-bottom: 25px;
}

.webinar-card-img {
    max-width: 355px;
}

.webinar-card-img img {
    width: 100%;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.webinar-card__title-wrapper {
    padding: 25px 30px;
    color: white;
    height: 117px;
}


.footer {
    background: linear-gradient(180deg, #B9B83A 0%, #D9D849 100%);
}

.fixed {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1164px;
    padding: 5% 0;
    margin: auto;
}

.footer__logo-container {
    width: 50%;
}

.footer__logo-wrapper {
    width: fit-content;
    height: fit-content;
}

.footer__logo-wrapper img {
    /*width: 462px;*/
    width: 100%;
    height: 142px;
}

#footer-logo img {
}

.footer__contacts-wrapper {
    width: 35%;
}

.contacts-list-wrapper {
    max-width: fit-content;
    margin: 0;
}

.inst {
    display: flex;
    width: fit-content;
    margin-top: 20px;
}

.inst-logo {
    width: fit-content;
}

.inst-logo img {
    width: 49px;
    height: 49px;
}

.inst p {
    max-width: 148px;
    margin-left: 20px;
}

.fixed-wrapper-program {
    max-width: 1164px;
    margin: auto;
    overflow: hidden;
}

.main__program-page-container {
    width: 100%;
    background-color: #E5E5E5;
}

.program-page-card {
    width: 100%;
    max-height: 1050px;
    margin: 40px auto;
}

.program-page-card__image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    border-radius: 24px 24px 0px 0px;
}

.program-page-card__image-wrapper img {
    width: 100%;
}

.program-page-card____bottom-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 40px 50px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.bottom-wrapper__left {
    width: 50%;
}

.program-page-card__title {
    font-weight: 400;
    line-height: 40px;
    color: #B9B83A;
    margin-bottom: 25px;
}

.bottom-wrapper__right {
    width: 50%;
}

.program-page-card__text {
    font-size: 24px;
    line-height: 28px;
    color: #6A7880;
}

.program-title {
    color: #fff;
    background-color: transparent;
}

.main__program-form {
    width: 100%;
    background-color: #E5E5E5;
    padding-bottom: 50px;
}

.program-form-container {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px 45px;
    color: #6A7880;
}

#event-description-box .program-form-container {
    color: inherit;
}

.input-wrapper {
    border-radius: 7px 7px 0px 0px;
    padding-bottom: 15px;
    width: 48%;
}

.input-wrapper.full-width {
    width: 100%;
}

.input-wrapper input {
    width: 98%;
    height: 30px;
    background: #F6F6F6;
    padding: 0 10px;
    border-bottom: 2px solid #6A7880;
}

.input-wrapper select {
    width: 98%;
    height: 30px;
    background: #F6F6F6;
    padding: 0 10px;
    border-bottom: 2px solid #6A7880;
}

.input-text {
    font-size: 21px;
    line-height: 25px;
    color: #B9B83A;
    padding-bottom: 10px;
    padding-top: 10px;
}


.program-form-container .control-label {
    font-size: 21px;
    line-height: 25px;
    color: #B9B83A;
}

.program-form-container .form-control {
    height: 34px;
    background: #F6F6F6;
    padding: 0 10px;
    border-bottom: 2px solid #6A7880;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 18px;
}

.program-form-container .form-group {
    margin-bottom: 20px;
}

.program-form-container .radio {
    font-size: 20px;
    line-height: 20px;
}

#agree {
    display: flex;
    margin-top: 40px;
}

#agreement {
    width: 75px;
    height: 18px;
}

#agree p {
    padding-left: 10px;
    color: #6A7880;
}

.radio-wrapper {
    margin-bottom: 10px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-radio + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
}

.custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

.custom-radio:not(:disabled):active + label::before {
    background-color: #B9B83A;
    border-color: #B9B83A;
}

.custom-radio:focus + label::before {
    box-shadow: 0 0 0 0.2rem #D9D849;
}

.custom-radio:focus:not(:checked) + label::before {
    border-color: #D9D849;
}

.custom-radio:checked + label::before {
    border-color: #D9D849;
    background-color: #D9D849;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio:disabled + label::before {
    background-color: #e9ecef;
}

.radio {
    margin-bottom: 0.4em;
}

.bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.bottom-container__captcha-wrapper {
    /*width: 305px;*/
    height: 85px;
    /*background-color: #E5E5E5;*/
}

.bottom-container__send-btn-wrapper {
}

#bottom-container__contact-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#send-btn {
    min-width: 305px;
}

#acceptance {
    width: 18px;
    height: 19px;
}

.fail-text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #EA8E23;
}

.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: pink;
    font-size: 20px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(185, 184, 58, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1999;
}

.modal-box {
    position: absolute;
    max-width: 620px;
    height: 100%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -30%);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    z-index: 2000;
    overflow: auto;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}

/*body.lock {
    height: 100vh;
    overflow: hidden
}*/

.modal-box .card-body-btn {
    margin-top: 20px
}

.modal-box #agree {
    margin-top: 0;
}

.accord {
    width: 100%;
    max-width: 1164px;
    margin: 0 auto;
    position: relative;
}

.accord__radio {
    display: none;
}

.accord__page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #B9B83A;
    color: #B9B83A;
    font-size: 24px;
    font-weight: 400;
    font-family: 'RobotoCondensed';
}

.accord__page p {
    width: 90%;
}


.div {
    width: 28px;
    height: 25px;
    content: "";
    background-image: url(/img/Vector_9.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
}


.accord__text {
    display: none;
    margin: 0;
    padding: 10px;
    font-family: 'RobotoCondensed';
    color: darkgrey;
    font-size: 18px;
}

.accord__radio:checked + .accord__page + .accord__text {
    display: block;
}

.accord__page:hover, .accord__radio:checked + .accord__page {
    opacity: 0.9;
}

.accord__page span {
    width: 85%;
}

.container-group {
    display: flex;
    justify-content: space-around;
}

.box-container {
    display: flex; /* Раз */
    flex-direction: column; /*Два*/
}

.box-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
}

.box-main {
    padding: 10px;
    flex: 1 0 auto;
    max-height: 383px;
    overflow: hidden;
    /*position: relative;*/
}

.box-footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main__tabs-section {
    background-color: #F6F6F6;
}

.tabs {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.tabs__links {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 90px auto 55px;
    order: 0;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #B9B83A;
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 #e3f2fd;
}

.tabs__links > a {
    min-width: 277px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    color: #B9B83A;
}

.tabs > div:not(.tabs__links) {
    display: none;
    order: 1;
}

.tabs > div:target {
    display: block;
}

.tabs-card {
    max-width: 355px;
    max-height: 332px;
    background: linear-gradient(180deg, #B9B83A 0%, #D9D849 100%), linear-gradient(180deg, #74C046 0%, #80F13B 100%);
    border-radius: 24px;
}

.main-card {
    max-height: none;
}

.tabs-card::last-child {
    margin-left: 0;
}

.tabs-card__wrapper {
    color: white;
    padding: 34px;
}

.p_0 {
    padding: 0;
}

.p_10 {
    padding: 25px 20px;
}

/*.tabs-card-img img {
    width: 100%;
    max-height: 185px;
}*/

.link-card {
    display: block;
}

a.link-card:visited, a.link-card:active, a.link-card:hover {
    text-decoration: none;
}

.tabs-card-img {
    height: 184px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.tabs-container {
    display: flex;
    justify-content: space-between;
    animation: fadecard 2s 1;
}

.tabs-card__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.tabs-card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    height: 74px;
}

.webinar-card-title {
    font-weight: 400;
    font-size: 24px;
}

.tabs-card__speakers {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    /*overflow: hidden;*/
    /*max-height: 36px;*/
    margin-bottom: 20px;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    /*width: fit-content;*/
}

.nav-tab {
    font-size: 20px;
    border-bottom: 0;
    text-decoration: none;
    border-radius: 100px;
}

.nav-tab.active {
    background: #B9B83A;
    color: white;
    cursor: default;
    margin: 2px;
}

.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
    padding: 30px;
}

.tab-pane.active {
    display: flex;
}

.prj-wrapper {
    max-width: 1164px;
    margin: 0 auto;
    width: 96%;
    background: url('/img/bg_food.png');
    border-radius: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    background-position: center;
}

.prj-content {
    padding: 40px 15px 40px 25px;
    background: rgba(255, 255, 255, .8);
    width: 50%;
}

.header-mob img {
    width: 100vw;
    height: 101%;
    background-color: #D5DADD;

}

.main__mob-btn {
    width: 100%;
    height: 100%;
    background-color: #D5DADD;
    padding: 20px 5px;
}


.mob-btn__buttton {
    display: block;
    width: 305px;
    height: 46px;
    background: rgba(185, 184, 58, 0.8);
    color: white;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 15px;
    font-family: "RobotoCondensed-Regular";
    font-size: 18px;
}

.mob-btn__wrapper {
    width: 301px;
    margin: auto;
}

.mob-btn__wrapper .contacts-list {
    color: #6A7880;
}

.mob-cont-wrapper {
    width: 305px;
}

.empty-event-text {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    width: 100%;
    color: #FFB025;
}

.materials .card__card-body {
    padding-top: 30px;
}

.materials .card-body-title {
    height: 88px;
}

.materials .card-body-description {
    height: 180px;
}

.materials {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: space-between;
}

.guide-info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: white;
    background: red;
    padding: 3px 20px 3px 20px;
    border-radius: 6px;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 38px;
}

.sndmm-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 2000;
    background: white;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    padding-right: 0px;
    border: 1px solid #b9b83a;
    overflow: hidden;
    width: 66px;
    transition: width 0.15s ease-out;
    cursor: pointer;
}

.sndmm-box:hover {
    width: 290px;
}

.sndmm-ico {
    /*background: white;*/
    /*border-radius: 43px;*/
    /*height: 64px;*/
}

.sndmm-ico img {
    height: 64px;
}

.sndmm-text {
    background: white;
    padding-left: 5px;
    padding-right: 10px;
    height: 18px;
    white-space: nowrap;
}

a.sndmm-link:hover {
    text-decoration: underline;
    color: blue;
}

@media (max-width: 500px) {

    /*.header img {
        width: 100%;
    }*/
    .main__tabs-section .swiper {
        overflow: visible !important;
    }

    .main__tabs-section .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -9px !important;
    }

    .main__tabs-section .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -11px !important;
    }

    .box-main p, .box-main li {
        font-size: 16px;
    }

    .orange-title {
        font-size: 32px;
    }

    .bg-wrapper__wrapper {
        padding: 10px 5px 20px;
    }

    .bg-wrapper__item,
    .bg-wrapper__list {
        font-size: 19px;
    }

    .bg-wrapper__item {
        margin-left: 15px;
    }

    #bg-wrapper__text {
        padding-bottom: 50px;
    }

    .bg-wrapper__list {
        padding-bottom: 50px;
    }

    .bg-wrapper__group-btn {
        bottom: 3%;
    }

    .swiper {
        width: 320px;
    }

    .swiper-slide {
        width: 320px;
    }

    .programs-section__title h3 {
        font-size: 43px;
        line-height: 45px;
    }

    .q-wrapper {
        max-width: 500px;
        width: 90%;
        margin: 25px auto;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .q-wrapper__left {
        width: 100%;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 300px;
    }

    .q-wrapper__right {
        width: 100%;
        margin: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .program-cards__card {
        width: 90%;
        margin: 25px auto;
        border-radius: 40px;
    }

    .tabs-card {
        /* margin: auto; */
    }

    .bg-wrapper__title {
        line-height: normal;
    }

    .bg-wrapper img {
        width: 100%;
    }

    .project-wrapper {
        width: 90%;
        padding-bottom: 30px;
    }

    .project-wrapper__wrapper {
        position: relative;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .main-card {
        margin: auto;
    }

    .webinar-card {
        margin: auto;
    }

    .accord {
        width: 94%;
        padding: 20px 5px;
        font-size: 18px;
    }

    .accord__page {
        margin-bottom: 20px;
    }

    .accord__text {
        padding: 16px;
    }

    .groups-section__wrapper {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .program-page-card {
        margin-top: 0px;
        height: 100%;
    }

    .program-page-card____bottom-wrapper {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }

    .program-page-card__title {
        font-size: 30px;
    }

    .bottom-wrapper__left {
        /*width: 305px;*/
        width: 100%;
        margin: auto;
    }

    .bottom-wrapper__right {
        /*width: 305px;*/
        width: 100%;
        margin: auto;
    }

    .program-page-card__text {
        font-size: 18px;
    }

    .bottom-container {
        justify-content: center;
    }

    #send-btn {
        margin-top: 20px;
    }

    .fixed {
        flex-wrap: wrap;
        justify-content: center;
    }

    .accordion-item-header {
        padding: 0px 0px 15px 0px;
    }

    #footer-logo img {
        width: 310px;
        margin-left: -50px;
    }

    .footer__contacts-wrapper {
        width: 52%;
    }

    #wide {
        width: 90%;
    }

    .card-body-description {
        height: 150px;
        font-size: 18px;
    }

    /*.footer__logo-wrapper img {
       width: 250px;
    }*/
}

@media (min-width: 478px) {
    #cards-wrapper {
        padding: 0 12px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    /* .program-cards__card {
       width: 415px;
       margin: 25px auto;
    } */
    .groups-section__wrapper {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .main__accordion-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .program-page-card__title {
        font-size: 40px;
    }

    /*.header img {
        width: 100%;
    }*/
}

@media (max-width: 630px) {
    .bottom-container {
        justify-content: center;
    }

    #send-btn {
        margin-top: 20px;
    }
}

@media (min-width: 1000px) {
    #cards-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .program-cards__card {
        width: 355px;
    }
}

@media (max-width: 768px) {

    .input-wrapper {
        width: 100%;
    }

    .input-text {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .bg-wrapper__wrapper {
        height: auto;
    }

    .main-slider__title h3 {
        font-size: 38px;
        line-height: normal;
    }

    .group-card-container {
        margin: 0 auto 25px;
        width: 96%;
    }

    .group-card-container__bg-wrapper {
        height: auto;
    }

    .nav-tabs {
        flex-direction: column;
        width: 90%;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .tabs__links > a {
        border: 2px solid #B9B83A;
    }

    .nav-tab.active {
        margin: 2px auto;
        width: 100%;
    }

    .tabs__links {
        margin: 40px auto;
    }

    .prj-wrapper {
        width: 90%;
    }

    .prj-content {
        padding: 40px 25px 40px 25px;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .program-page-card, .program-form-container {
        width: 96%;
        margin: 0 auto;
    }

    .footer .fixed {
        flex-direction: column;
    }

    .footer__logo-container, .footer__contacts-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .program-form-container {
        padding: 25px 20px;
    }

    .program-page-card {
        padding: 0;
    }

    .webinar-card__title-wrapper {
        height: auto;
    }
}


@media (max-width: 475px) {
    .nav-tabs {
        width: 96%;
    }

    .tabs__links > a {
        width: 100%;
        margin: auto;
    }
}

/*Comments*/
.reviews-bg {
    width: 100%;
    background-color: #E5E5E5;
}

.reviews-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1164px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rc-left {
    width: 24%;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB025;
    border-radius: 20px;
    background: linear-gradient(50deg, #FFB025 0%, #D9D849 50%, #B9B83A 100%) !important;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, .06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, .03) !important;
}

.rc-left-text {
    font-size: 40px;
    line-height: 39px;
    color: white;
}

.rc-right {
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, .06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, .03) !important;
    width: 73%;
    border-radius: 30px;
    padding: 20px 30px;
    height: 200px;
}

.rcr-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.rcr-buttons .rc-next-previous:first-child {
    margin-right: 15px;
}

.rc-next-previous {
    border: 1px solid lightgrey;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 25px;
    border-radius: 20px;
    color: lightgray;
    cursor: pointer;
    font-family: Roboto;
}

.rcrc-name {
    text-align: right;
    color: #ffb024;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.rcrc-name:before {
    content: '\2014 \00A0';
}

@media all and (max-width: 1084px) {
    .rc-left-text {
        font-size: 32px;
        line-height: 33px;
    }
}

@media all and (max-width: 820px) {
    .reviews-bg {
        padding-top: 50px;
    }
}

@media all and (max-width: 900px) {
    .reviews-container {
        flex-direction: column;
        width: 96%;
        padding: 25px 20px;
    }

    .rc-left {
        width: 100%;
        height: 90px;
        margin-bottom: 25px;
        background: linear-gradient(335deg, #FFB025 0%, #D9D849 50%, #B9B83A 100%) !important;
    }

    .rc-right {
        width: 100%;
        height: auto;
    }
}
