.modal-giz{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.247);
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-content-giz{
    width: 60%;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    position: relative;
}
.modal-close-btn-giz{
    display: flex;
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 25px;
    cursor: pointer;
}
.modal-close-btn-giz:after,
.modal-close-btn-giz:before{
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
}
.modal-close-btn-giz:after{
    transform: rotate(45deg);
}
.modal-close-btn-giz:before{
    transform: rotate(135deg);
}

/*///////*/
.header_course_giz{
    background: #f3f4f8 url("../image/header-description-course-page.png") no-repeat center center;
    min-height: 640px;
    padding: 56px 0 30px;
}
.desc-none{
    display: none;
}
.header .header-content{
    display: grid;
    grid-template-columns: 1fr .7fr;
}
.header .header-content .left-content .h3-href{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
}
.header .header-content .left-content .h3-href a{
    color: #828282;
    text-decoration: none;
    margin-right: 16px;
}
.header .header-content .left-content .h3-href .design-ux{
    /*margin-left: 16px;*/
}
.header .header-content .left-content .h3-href span{
    color: #5D00F5;
}
.header .header-content .left-content .h3-href .arrow-giz{
    border: solid #828282;
    border-width: 2px 2px 0 0;
    padding: 7px 7px 0 0;
    transform: rotate(45deg);
    margin-right: 16px;
}
.header .header-content .left-content h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
}
.header .header-content .left-content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}
.header .header-content .left-content .star-block{
    display: flex;
    align-items: center;
    margin-bottom: 74px;
}
.header .header-content .left-content .star-block .count{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #E59819;
    margin-right: 8px;
}
.header .header-content .left-content .star-block .ratings{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5D00F5;
    margin: 0 10px 0 12px;
}
.header .header-content .left-content .star-block .students{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}
.header  .btn-group{
    margin-top:25px;
    margin-bottom: 64px;
}
.header  .btn-group .btn-1{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    padding: 12px 32px;
    margin-right: 24px;
    cursor: pointer;
    text-decoration: none;
}
.header  .btn-group .btn-1:hover{
    background: #5001D2;
}
.header  .btn-group .btn-2{
    padding: 11px 31px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
}
.header  .btn-group .btn-2:hover{
    background: #000000;
    color: #ffffff;
}
.header .header-content .right-content{
    position: relative;
}
.header .header-content .right-content img{
    position: absolute;
    /*new*/
    /*width: 80%;*/
    /*top: 100px;*/
    /*transform: rotate(-15deg);*/
}
.header .left-content .share-block{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.header .left-content .share-block span{
    margin-right: 8px;
}
.header .left-content .share-block .icon-share{
    display: flex;
    align-items: center;
}
.header .left-content .share-block .icon-share>div{
    margin-right: 8px;
    cursor: pointer;
}
.header .left-content .share-block .icon-share .facebook{
    width: 30px;
    height: 30px;
    background: #337FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header .left-content .share-block .icon-share .facebook:hover,
.header .left-content .share-block .icon-share .twitter:hover,
.header .left-content .share-block .icon-share .link-din:hover,
.header .left-content .share-block .icon-share .telegram:hover,
.header .left-content .share-block .icon-share .whats-app:hover{
    border-radius: 10px;
    background: #EDF4FF;
}
.header .left-content .share-block .icon-share .facebook:hover svg path {
    fill: #337FFF;
}
.header .left-content .share-block .icon-share .twitter{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #33CCFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .left-content .share-block .icon-share .twitter:hover svg path {
    fill: #33CCFF;
}
.header .left-content .share-block .icon-share .link-din{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #006699;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .left-content .share-block .icon-share .link-din:hover .logo-link-din{
    background: #006699;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.header .left-content .share-block .icon-share .telegram{
    width: 30px;
    height: 30px;
    background: #34AADF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header .left-content .share-block .icon-share .telegram .logo-telegram{
    width: 16px;
    height: 16px;
    background: #34AADF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header .left-content .share-block .icon-share .telegram:hover svg{
    width: 10px;
    height: 8px;
}
.header .left-content .share-block .icon-share .whats-app{
    width: 30px;
    height: 30px;
    background: #00D95F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.header .left-content .share-block .icon-share .whats-app:hover svg path{
    fill: #00D95F;
}
.header .header-content-bottom{
    display: grid;
    grid-template-columns: .8fr .6fr .6fr 1fr;
}
.header .header-content-bottom h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
}
.header .header-content-bottom p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.salary-block{
    padding: 96px 0 118px;
}
.salary-block .salary-text-description{
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 80px;
}
.salary-block h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 16px;
}
.salary-block h3 span{
    color: #5D00F5;
}
.salary-block .hh-data-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 56px;
}
.salary-block>div{
    display: grid;
    grid-template-columns: .6fr 1fr;
}
.salary-block>div>div{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}
.salary-block>div>div span{
    font-weight: 700;
}
.who-is-this-course-for{
    background: #F3F4F8;
    padding: 80px 0;
}
.who-is-this-course-for h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.who-is-this-course-for h2 span{
    color: #5D00F5;
}
.who-is-this-course-for .cards-who-is-this-course-for{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 63px;
    grid-column-gap: 52px;
}
.who-is-this-course-for .cards-who-is-this-course-for .card-asd .img{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.who-is-this-course-for .cards-who-is-this-course-for .card-asd .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.who-is-this-course-for .cards-who-is-this-course-for .card-asd h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 12px;
}
.who-is-this-course-for .cards-who-is-this-course-for .card-asd p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.welcome-and-first-steps{
    padding: 128px 0 0;
}
.welcome-and-first-steps h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 64px;
}
.welcome-and-first-steps h2 span{
    color: #5D00F5;
}
.welcome-and-first-steps .iframe-content{
    display: grid;
    grid-template-columns: 1fr .55fr;
    grid-column-gap: 64px;
    margin-bottom: 128px;
}
.welcome-and-first-steps .iframe-content .iframe{
    width: 100%;
    height: 100%;
}
.welcome-and-first-steps .iframe-content .iframe iframe{
    width: 100%;
    height: 405px;
}
.welcome-and-first-steps .iframe-content .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.welcome-and-first-steps .iframe-content .content > div{
    width: 80px;
    height: 80px;
}
.welcome-and-first-steps .iframe-content .content h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: 12px;
}
.welcome-and-first-steps .iframe-content .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.welcome-and-first-steps .what-will-you-learn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 72px;
}
.welcome-and-first-steps .what-will-you-learn .card-asd{
    margin-bottom: 72px;
}
.welcome-and-first-steps .what-will-you-learn .card-asd h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
}
.welcome-and-first-steps .what-will-you-learn .card-asd p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 12px;
}
.course-program{
    background: #F3F4F8;
    border: 1px solid #F3F4F8;
    border-radius: 30px;
    margin-bottom: 128px;
}
.course-program .header-content{
    padding: 32px 48px;
    background: #e8e9f1;
    border-radius: 30px 30px 0 0;
}
.course-program .header-content h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}
.course-program .header-content h3 span{
    color: #5D00F5;
}
.course-program .content{
    padding: 32px 48px;
}
.course-program .content>p:nth-child(1){
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 22px;
}
.course-program .content>p:nth-child(1) strong{
    color: #000000;
}
.course-program .content>p:nth-child(2){
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
}
.course-program .content .cards-content{
    margin-top: 32px;
}
.course-program .content .cards-content .card-asd{
    border: solid #00000033;
    border-width: 1px 0 0 0;
}
.course-program .content .cards-content .card-asd .card-header-asd{
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.course-program .content .cards-content .card-asd .card-header-asd h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.course-program .content .cards-content .card-asd .card-header-asd .arrow-asd{
    border: solid #00000080;
    border-width: 2px 2px 0 0;
    padding: 15px 15px 0 0;
    transform: rotate(135deg);
    margin: -15px 0 0 0;
}
.course-program .content .cards-content .card-asd .card-content{
    display: none;
}
.course-program .content .cards-content .card-asd .card-content>p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
    color: rgba(0, 0, 0, 0.8);
}
.course-program .content .cards-content .card-asd .card-content .time-course{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.course-program .content .cards-content .card-asd .card-content .time-course p{
    margin: 0 15px;
}
.course-program .content .cards-content .card-asd .card-content .ul-table ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.course-program .content .cards-content .card-asd .card-content .ul-table li{
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 32px;
}
/*.course-program .content .cards-content .card-asd .card-content .ul-table li em{*/
/*    margin-bottom: 0;*/
/*}*/
.course-program .content .cards-content .card-asd .card-content .ul-table li::marker{
    font-size: 14px;
    border-radius: 50%;
    color: #5D00F5;
    margin-right: 12px;
}

.teachers-authors{
    background: #242424;
    padding: 80px 0;
}
.teachers-authors h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 64px;
}
.teachers-authors h2 span{
    color: #FEAC04;
}
.teachers-authors .my-slider{
    border-top: 1px solid #FFFFFF33;
    padding: 32px 0 0;
}
.teachers-authors .itc-slider__item {
    flex: 0 0 25%;
    max-width: 25%;
    height: 362px;
    display: flex;
    justify-content: center;
    position: relative;
}
.teachers-authors .hr{
    height: 100%;
    width: 1px;
    background: #FFFFFF33;
    position: absolute;
    right: 0;
}
.teachers-authors .itc-slider__item .teachers-authors-card{
    padding: 0 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teachers-authors .itc-slider__item .teachers-authors-card .teachers-authors-card-image{
    width: 182px;
    height: 182px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 28px;
}
.teachers-authors .itc-slider__item .teachers-authors-card .teachers-authors-card-image img{
    width: 100%;
    height: 100%;
}
.teachers-authors .itc-slider__item .teachers-authors-card .teachers-authors-card-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.teachers-authors .itc-slider__item .teachers-authors-card .teachers-authors-card-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.teachers-authors .itc-slider__btn {
    background: transparent;
    color: #FFFFFF80;
}

.teachers-authors .itc-slider__btn_prev {
    left: -10px;
}

.teachers-authors .itc-slider__btn_next {
    right: -10px;
}

.teachers-authors .itc-slider__btn::before {
    width: 15px;
    height: 28px;
}

.teachers-authors .itc-slider__btn_prev::before {
    background-image: url('data:image/svg+xml,<svg width="15" height="28" viewBox="0 0 15 28" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M14 26.5L1.5 14L14 1.5" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
    </svg>');
}

.teachers-authors .itc-slider__btn_next::before {
    background-image: url('data:image/svg+xml,<svg width="15" height="28" viewBox="0 0 15 28" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M1 1.5L13.5 14L1 26.5" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
    </svg>');
}

.teachers-authors .itc-slider__btn_hide {
    background: transparent;
    color: #FFFFFF80;
}

.teachers-authors .itc-slider__btn_prev.itc-slider__btn_hide::before {
    background-image: url('data:image/svg+xml,<svg width="15" height="28" viewBox="0 0 15 28" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M14 26.5L1.5 14L14 1.5" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
    </svg>');
}
.teachers-authors .itc-slider__btn_next.itc-slider__btn_hide::before {
    background-image: url('data:image/svg+xml,<svg width="15" height="28" viewBox="0 0 15 28" fill="none" xmlns="http://www.w3.org/2000/svg">\
    <path d="M1 1.5L13.5 14L1 26.5" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
    </svg>');
}
.teachers-authors .start-learning {

    background: #5D00F5;
    border-radius: 24px;
    margin-top: 80px;
}
.teachers-authors .start-learning .start-learning-description{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px 48px 32px;
}
.teachers-authors .start-learning .start-learning-description p{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin-right: 100px;
}
.teachers-authors .start-learning .start-learning-description button{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border: none;
    color: #5D00F5;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px 64px;
    cursor: pointer;
}
.teachers-authors .start-learning hr{
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    border: none;
}
.teachers-authors .start-learning .price{
    padding: 16px 48px 26px;
    display: flex;
    align-items: center;
}
.teachers-authors .start-learning .price>div>div{
    display: flex;
    align-items: center;
    margin-right: 121px;
    margin-bottom: 12px;
}
.teachers-authors .start-learning .price p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.teachers-authors .start-learning .price p a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 8px;
}
.teachers-authors .start-learning .price h4{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}
.teachers-authors .start-learning .price h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 16px;
}
.what-course-participants-say{
    padding: 100px 0;
}
.what-course-participants-say h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 72px;
}
.what-course-participants-say h2 span{
    color: #5D00F5;
}
.what-course-participants-say .what-course-participants-say-slider{
    overflow: hidden;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper{
    display: inline-flex;
    min-width: 588px;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item{
    padding: 24px;
    display: inline-flex;
    background: #F3F4F8;
    border-radius: 8px;
    width: 564px;
    min-height: 100%;
    margin-right: 24px;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-image img{
    width: 100%;
    height: 100%;
    border-radius: inherit
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content{
    width: 100%;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 4px;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content h4 span{
    color: #5D00F5;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.what-course-participants-say .slider-components{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}
.what-course-participants-say .slider-components .slider-btn{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5D00F5;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 16px;
}
.what-course-participants-say .slider-components .slider-btn:before {
    content: ">";
    font-size: 32px;
    color: #ffffff;
}
.what-course-participants-say .slider-components .slider-prev-btn:before{
    transform: rotate(180deg);
    margin-bottom: -3px;
}
.what-course-participants-say .slider-components .slider-next-btn:before{
    margin-top: -4px;
}
.certificate{
    padding: 121px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.certificate div{
    width: 490px;
    height: 346px;
    margin-right: 74px;
}
.certificate div img{
    width: 100%;
    height: auto;
}
.certificate p {
    font-weight: 500;
    font-size: 30px;
    line-height: 52px;
    width: 100%;
}
.certificate p a{
    text-decoration: none;
    color: #5D00F5;
}
.career-advice{
    padding: 80px 0 104px;
}
.career-advice h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}
.career-advice h2 span{
    color: #5D00F5;
}
.career-advice>p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.career-advice .career-advice-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 56px;
}
.career-advice .career-advice-content .career-advice-content-item{
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}
.career-advice .career-advice-content .career-advice-content-item .icon{
    padding: 20px;
    background: #F3F4F8;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 24px;
    box-sizing: border-box;
}
.career-advice .career-advice-content .career-advice-content-item>p{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    width: 200px;
}
.price-course-and-frequently-asked-questions{
    padding: 105px 0 198px;
    background: #242424;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions{
    border-bottom: 1px solid #FFFFFF33;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 48px;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions{

}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item{
    border-top: 1px solid #FFFFFF33;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .question{
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .question h4{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .question .arrow-asd{
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding: 15px 15px 0 0;
    transform: rotate(135deg);
    margin: -15px 0 0;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .answer{
    padding: 0 0 22px;
    display: none;
}
.price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .answer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.price-course-and-frequently-asked-questions .price-course{
    display: grid;
    grid-template-columns: 1fr .5fr;
    margin-bottom: 104px;
    grid-column-gap: 24px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card{
    background: #FFFFFF;
    border: 1px solid #CFD4D9;
    border-radius: 24px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .nav-price-course{
    display: flex;
    padding: 18px 40px;
    background: #F3F4F8;
    border-radius: 22px 22px 0 0;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .nav-price-course p{
    margin-right: 37px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content{
    padding: 40px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion{
    display: flex;
    justify-content: space-between;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion h2 span{
    color: #5D00F5;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion .promotion{
    text-align: center;
    width: 161px;
    background: #FFD873;
    border-radius: 8px;
    padding: 7px 15px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion .promotion h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion .promotion p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price{
    display: flex;
    align-items: flex-end;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div{
    margin-right: 92px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div .month-price{
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div h3 span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div p span{
    text-decoration: line-through;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content hr{
    border: none;
    width: 100%;
    height: 1px;
    background: #CFD4D9;
    margin-top: 70px;
    margin-bottom: 16px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div svg{
    margin-right: 5px;
}
.price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div p{
    margin-right: 7px;
    margin-bottom: 0;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice{
    background: #FFFFFF;
    border: 1px solid #CFD4D9;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element{
    padding: 30px 34px;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .input-form{
    background: #FFFFFF;
    border: 1px solid #CFD4D9;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .input-form input{
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing{
    display: inline-flex;
    margin-top: 16px;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing input{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing .checkmark{
    width: 14px;
    height: 14px;
    border: 0.7px solid #000000;
    border-radius: 2.3px;
    position: relative;
    margin-right: 9px;
    cursor: pointer;
    margin-top: 10px;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing input:checked ~ .checkmark{
    background: #5D00F5;
    border: 0.7px solid #5D00F5;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing .checkmark:after{
    position: absolute;
    content: "";
    top: 0;
    left: 3px;
    border: white solid;
    border-width: 0 1px 1px 0;
    padding: 8px 4px 0 0;
    display: none;
    transform: rotate(45deg);
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing input:checked ~ .checkmark:after{
    display: block;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing .input-description{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .data-processing .input-description a{
    color: rgba(0, 0, 0, 0.5);
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .sign-up{
    background: #5D00F5;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 13px 0;
    margin-top: 16px;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .top-element .to-get-the-consultation{
    background: #ffffff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #27292D;
    border: 1px solid #27292D;
    width: 100%;
    padding: 13px 0;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice hr{
    border: none;
    width: 100%;
    height: 1px;
    background: #CFD4D9;
    margin: 0;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .bottom-element{
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .bottom-element p{
    margin-right: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}
.price-course-and-frequently-asked-questions .form-sign-up-or-get-advice .bottom-element a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5D00F5;
    text-decoration: none;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .img-card-item-content{
    grid-template-columns: 1fr;
}
.what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .img-card-item-content h3{
    display: none;
}
.show-mobile{
    display: none!important;
}
@media (max-width: 992px) {
    .modal-content-giz{
        width: 90%;
    }
    .header{
        /*background: url("../image/Group46.png") no-repeat;*/
        /*min-height: 1097px;*/
        padding: 24px 0;
        background-size: cover;
        background-position-y: 10%;
    }
    .header .header-content{
        grid-template-columns: 1fr;
        overflow: hidden;
    }
    .header .header-content .left-content .btn-group{
        display: none;
    }
    .header .header-content .left-content .h3-href{
        width: 370px;
        overflow: hidden;
        margin-bottom: 24px;
    }
    .header .header-content .left-content h2{
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .header .header-content .left-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .header .header-content .right-content img{
        position: relative;
        /*old*/
        /*width: 100%;*/
        
        /*new*/
        width: 50%;
    }
    .header .header-content .left-content .star-block{
        margin-bottom: 16px;
    }
    .header .header-content .left-content .star-block .ratings{
        font-size: 14px;
        line-height: 28px;
    }
    .header .header-content .left-content .star-block .students{
        font-size: 14px;
        line-height: 28px;
    }
    .header .header-content .left-content .star-block .stars svg{
        width: 13px;
        height: 13px;
    }
    .header .header-content-bottom{
        grid-template-columns: 1fr;
    }
    .salary-block{
        padding: 94px 15px 48px;
    }
    .salary-block .salary-text-description{
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 48px;
    }
    .salary-block>div{
        grid-template-columns: 1fr;
    }
    .salary-block>div>div{
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
    }
    .salary-block .hh-data-text{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .salary-block h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .who-is-this-course-for{
        padding: 32px 0 49px;
    }
    .who-is-this-course-for h2{
        font-size: 24px;
        line-height: 32px;
    }
    .who-is-this-course-for .cards-who-is-this-course-for{
        grid-template-columns: 1fr;
    }
    .who-is-this-course-for .cards-who-is-this-course-for .card-asd .img{
        margin-bottom: 24px;
    }
    .who-is-this-course-for .cards-who-is-this-course-for .card-asd p{
        margin-bottom: 41px;
    }
    .welcome-and-first-steps h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .welcome-and-first-steps .iframe-content{
        grid-template-columns: 1fr;
        margin-bottom: 48px;
    }
    .welcome-and-first-steps{
        padding: 48px 15px 0;
    }
    .welcome-and-first-steps .iframe-content .iframe iframe{
        height: 280px;
    }
    .welcome-and-first-steps .iframe-content .iframe{
        margin-bottom: 19px;
    }
    .welcome-and-first-steps .iframe-content .content > div{
        width: 50px;
        height: 50px;
    }
    .welcome-and-first-steps .iframe-content .content > div img{
        width: 100%;
        height: 100%;
    }
    .welcome-and-first-steps .iframe-content .content h4{
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }
    .welcome-and-first-steps .iframe-content .content p{
        font-size: 14px;
        line-height: 20px;
    }
    .welcome-and-first-steps .what-will-you-learn{
        grid-template-columns: 1fr;
    }
    .welcome-and-first-steps .what-will-you-learn .card-asd{
        margin-bottom: 32px;
    }
    .course-program .header-content{
        /*margin: 0 -15px;*/
        padding: 24px 15px 15px;
    }
    .course-program .header-content h3{
        font-size: 24px;
        line-height: 32px;
    }
    .course-program .content{
        /*padding: 24px 0 36px;*/
        padding: 24px 28px 36px;
    }
    .course-program .content .cards-content .card-asd .card-content .ul-table ul{
        grid-template-columns: 1fr;
    }
    .course-program .content>p:nth-child(1){
        font-size: 16px;
        line-height: 24px;
    }
    .course-program .content>p:nth-child(2){
        font-size: 16px;
        line-height: 24px;
    }
    .course-program .content .cards-content .card-asd .card-header-asd h4{
        font-size: 16px;
        line-height: 24px;
    }
    .course-program{
        margin-bottom: 48px;
    }
    .teachers-authors h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .teachers-authors .itc-slider__item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .teachers-authors .start-learning .start-learning-description{
        flex-direction: column;
        padding: 32px 20px 20px;
    }
    .teachers-authors .start-learning .price{
        flex-direction: column;
        padding: 20px 20px 0;
        align-items: flex-start;
    }
    .teachers-authors .start-learning .price>div>div{
        margin-right: 0;
        margin-bottom: 6px;
    }
    .teachers-authors .start-learning .start-learning-description p{
        margin-right: 0;
        font-size: 20px;
        line-height: 28px;
    }
    .teachers-authors .start-learning .start-learning-description button{
        display: none;
    }
    .teachers-authors .start-learning hr.hide{
        display: none;
    }
    .teachers-authors .start-learning .start-learning-description.show-mobile button{
        display: block!important;
        width: 100%;
    }
    .teachers-authors .start-learning .price h4{
        font-size: 24px;
        line-height: 32px;
    }
    .teachers-authors .start-learning .price h5{
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
    }
    .teachers-authors .start-learning .price p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .teachers-authors{
        padding: 40px 0;
    }
    .what-course-participants-say{
        padding: 48px 15px;
    }
    .what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item{
        width: 315px;
        flex-direction: column;
    }
    .what-course-participants-say h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 48px;
    }
    .what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .img-card-item-content{
        display: grid;
        grid-template-columns: .3fr 1fr;
        align-items: center;
        margin-bottom: 24px;
    }
    .what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .img-card-item-content h3{
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: block;
    }
    .what-course-participants-say .what-course-participants-say-slider .cards-wrapper .card-item .card-item-content h3{
        display: none;
    }
    .certificate{
        grid-template-columns: 1fr;
        padding: 64px 15px;
    }
    .certificate p{
        order: -1;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .certificate div{
        width: 100%;
        /*height: auto;*/
        margin-right: 0;
    }
    .career-advice{
        padding: 0 15px ;
    }
    .career-advice h2{
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }
    .career-advice>p{
        font-size: 16px;
        line-height: 28px;
    }
    .career-advice .career-advice-content{
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
    .career-advice .career-advice-content .career-advice-content-item{
        margin-bottom: 32px;
    }
    .price-course-and-frequently-asked-questions{
        padding: 32px 0 120px;
    }
    .price-course-and-frequently-asked-questions .price-course{
        grid-template-columns: 1fr;
        margin-bottom: 80px;
        grid-column-gap: 0;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .nav-price-course{
        flex-direction: column;
        align-items: center;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion{
        flex-direction: column;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price{
        flex-direction: column;
        align-items: center;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion .promotion{
        width: 100%;
        display: none;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .nav-price-course p{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price-course-and-promotion h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 40px;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content{
        padding: 24px 20px;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div{
        margin-right: 0;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div .month-price{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div h3 span{
        font-size: 16px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.5);
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price>div h3{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .price .promotion{
        text-align: center;
        width: 100%;
        background: #FFD873;
        border-radius: 8px;
        padding: 7px 15px;
        display: block;
        margin: 24px 0;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        width: 100%;
        margin-right: 0;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div svg{
        width: 10px;
        height: 10px;
        margin-top: 6px;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content .description>div{
        align-items: flex-start;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card .price-course-content hr{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .price-course-and-frequently-asked-questions .price-course .price-course-content-card{
        margin-bottom: 39px;
    }
    .price-course-and-frequently-asked-questions .frequently-asked-questions h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .price-course-and-frequently-asked-questions .frequently-asked-questions h2 span{
        color: #FFD873;
    }
    .price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .question h4{
        font-size: 16px;
        line-height: 24px;
        width: 90%;
    }
    .price-course-and-frequently-asked-questions .frequently-asked-questions .questions .question-item .question .arrow-asd{
        padding: 10px 10px 0 0;
    }
    .header .btn-group .btn-1{
        width: 100%;
        margin-bottom: 12px;
    }
    .header .btn-group .btn-2{
        width: 100%;
    }
    .desc-none{
        display: block;
    }
    .show-mobile{
        display: block!important;
    }
}

@media (max-width: 576px) {
    .course-program .header-content{
        margin: 0 -15px;
        padding: 24px 15px 15px;
    }
}

