.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.container:after, .container:before {
    content: none;
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}

.cta {
    display: -webkit-box;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.cta__container {
    background: url(../img/cta-bg.png) center 3px / contain no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 129px;
    padding-bottom: 70px;
}
.cta__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta__row a {
    border-radius: 16px;
    color: #fff;
    background-color: #59abf1;
    text-transform: uppercase;
    max-width: 216px;
    height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 21px;
}
.cta__row h2 {
    font-size: 57px;
    font-weight: 700;
    color: #59abf1;
    -webkit-text-stroke: 1px #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cta__row--left > * {
    text-align: right;
}
.cta__row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 6rem;
}
.cta img {
    width: 100%;
}
.cta__course {
    text-transform: uppercase;
    padding-right: 19px;
}
.cta__course h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.cta__course h4 {
    font-size: 21.5px;
    font-weight: 700;
    color: #a9211e;
}
.cta__course--mobile {
    display: none;
    padding-right: 0;
    text-align: center;
}
.watch-btn {
    font-weight: 700;
    font-size: 20.5px;
    color: #fff;
    width: 156px;
    height: 49px;
    border-radius: 16.3px;
    background-color: #59abf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 37px auto auto;
}
.watch-btn::after {
    content: "";
    background: url(../img/btn-arrow.png) center/cover no-repeat;
    width: 24px;
    height: 17px;
    position: absolute;
    bottom: -27px;
    -webkit-animation: 1.5s linear infinite upAndDown;
    animation: 1.5s linear infinite upAndDown;
}
@-webkit-keyframes upAndDown {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes upAndDown {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
.section {
    position: relative;
}
.section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
}
.section h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 76px;
    font-weight: 700;
    color: #59abf1;
    text-transform: uppercase;
}
.section::before {
    content: "";
    background: url(../img/separator-bg.png) center/cover no-repeat;
    width: 100%;
    height: 40px;
    display: block;
}
.section--variant-header::before {
    content: unset;
}
.about-this-course {
    padding-bottom: 44px;
}
.about-this-course__container {
    gap: 42px;
}
.about-this-course h2 {
    text-align: right;
    margin-left: 15rem;
}
.about-this-course ul {
    padding-left: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
}
.about-this-course li {
    position: relative;
    padding-left: 25px;
}
.about-this-course li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #59abf1;
    border-radius: 50%;
    margin-top: 5px;
    position: absolute;
    left: 0;
}
.video {
    margin-bottom: 72px;
    display: block;
}
.for-who-course {
    padding-bottom: 120px;
}
.for-who-course__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
}
.for-who-course ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: right;
}
.for-who-course nav {
    margin-left: 9rem;
}
.waiting-for {
    padding-bottom: 110px;
}
.waiting-for__container {
    border-radius: 51px;
    padding-top: 67px;
    padding-bottom: 80px;
    background: url(../img/waiting-for-bg.png) center/contain no-repeat;
}
.waiting-for h2 {
    margin-bottom: 66px;
}
.waiting-for__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 89px;
}
.waiting-for__row h3 {
    font-size: 20px;
    font-weight: 500;
    color: #59abf1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 21px;
}
.waiting-for__row h3::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.waiting-for__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.waiting-for__advantages--1 h3 {
    max-width: 175px;
}
.waiting-for__advantages--2 h3 {
    max-width: 165px;
}
.waiting-for__advantages--3 h3 {
    max-width: 193px;
}
.waiting-for__advantages--1 h3:before {
    background-image: url(../img/waiting-icon-1.png);
}
.waiting-for__advantages--2 h3:before {
    background-image: url(../img/waiting-icon-2.png);
}
.waiting-for__advantages--3 h3:before {
    background-image: url(../img/waiting-icon-3.png);
}
.section-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #59abf1;
    text-transform: uppercase;
    border-bottom: 2px solid currentColor;
    max-width: 510px;
    margin: auto;
    padding-bottom: 6px;
}
.new-program {
    padding-bottom: 100px;
}
.new-program h2 {
    margin-bottom: 35px;
    max-width: 551px;
}
.new-program__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}
.new-program-module {
    -webkit-box-shadow: 0 0 30px 7px rgba(89, 171, 241, 0.5);
    box-shadow: 0 0 30px 7px rgba(89, 171, 241, 0.5);
    border-radius: 50px;
    text-align: center;
    height: 357px;
    padding: 45px;
}
.new-program-module h3 {
    font-size: 36.5px;
    font-weight: 700;
    color: #59abf1;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase;
}
.new-program-module h4 {
    font-weight: 700;
    font-size: 19px;
    color: #000;
    padding-bottom: 1rem;
    margin: 0;
    text-transform: uppercase;
}
.new-program-module p {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 1rem;
    margin: 0;
}
.new-program-module--2 p {
    padding-bottom: 0;
}
.new-program-module--5 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    max-width: 605px;
    margin: auto;
}
.course-form {
    position: relative;
    padding-bottom: 10rem;
    padding-top: 2rem;
}
.course-form__bg {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: -310px;
    height: 590px;
}
.course-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #59abf1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px;
}
.course-form h2 a {
    color: currentColor;
}
.course-form form {
    color: #59abf1;
    max-width: 568px;
    margin: auto;
}
.course-form fieldset {
    border-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}
.course-form fieldset input[type="email"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-color: transparent;
    border-bottom: 1px solid #59abf1;
    font-size: 18px;
    color: #59abf1;
    padding-bottom: 9px;
    padding-left: 9px;
    outline-color: currentColor;
}
.course-form fieldset input::-webkit-input-placeholder {
    color: currentColor;
}
.course-form fieldset input::-moz-placeholder {
    color: currentColor;
}
.course-form fieldset input:-ms-input-placeholder {
    color: currentColor;
}
.course-form fieldset input::-ms-input-placeholder {
    color: currentColor;
}
.course-form fieldset input::placeholder {
    color: currentColor;
}
.course-form fieldset button {
    width: 152px;
    height: 33px;
    background-color: transparent;
    color: #59abf1;
    border: 1px solid currentColor;
    border-radius: 7px;
}
.fieldset__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}
.course-form-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
}
.course-form-terms span {
    margin: 0 0 0 9px;
    font-size: 14px;
    color: #59abf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.course-form-terms span a {
    color: currentColor;
    margin: 0 5px;
}
.course-form-terms input {
    opacity: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 8px;
}
.course-form-terms input:checked {
    opacity: 1;
}
.course-form-terms__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.course-form-terms__right::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid currentColor;
}
.course-authors {
    padding-top: 20px;
}
.course-authors h2 {
    margin-bottom: 28px;
}
.course-authors__row {
    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;
    position: relative;
}
.course-authors__row > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.course-authors__row p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.course-authors__row p:first-child {
    max-width: 222px;
    text-align: right;
}
.course-authors__row p:first-child::after {
    content: "";
    background: url(../img/course-line-left.png) center/cover no-repeat;
    width: 116px;
    height: 83px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    left: 5rem;
}
.course-authors__row p:last-child {
    max-width: 117px;
    text-align: left;
}
.course-authors__row p:last-child::after {
    content: "";
    background: url(../img/course-line-right.png) center/cover no-repeat;
    width: 116px;
    height: 83px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    right: 5rem;
}
.course-authors img {
    width: 100%;
}
.course-authors-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #59abf1;
    position: relative;
    top: -80px;
}
.course-authors-names > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.course-authors-names__left h2 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.course-authors-names__right h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.course-authors-names__middle h2 {
    margin-bottom: 11px;
}
.course-authors-names p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.course-authors-mobile {
    display: none;
}
.course-authors-mobile h2 {
    margin-bottom: 30px;
}
.course-authors-mobile-card {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 163px 1fr;
    grid-template-columns: 163px 1fr;
    gap: 19px;
    max-width: 600px;
    margin: auto;
}
.course-authors-mobile-card h2 {
    font-size: 34.5px;
    font-weight: 700;
    color: #59abf1;
    text-transform: uppercase;
}
.course-authors-mobile-card p {
    font-size: 15.5px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.content-form {
    color: #59abf1;
    margin-bottom: 67px;
}
.content-form__container {
    border-radius: 75px;
    border: 3.2px solid #59abf1;
    margin-top: 64px;
    padding: 40px 140px;
}
.content-form h2 {
    font-size: 35px;
    font-weight: 700;
    color: currentColor;
    max-width: 760px;
    margin: auto;
    text-align: center;
    padding-bottom: 38px;
}
.content-form h3 {
    font-size: 24px;
    font-weight: 700;
    color: currentColor;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 26px;
}
.content-form form {
    color: #59abf1;
    max-width: 568px;
    margin: auto;
}
.content-form fieldset {
    border-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.content-form input[type="email"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-color: transparent;
    border-bottom: 1px solid #59abf1;
    font-size: 18px;
    color: #59abf1;
    padding-bottom: 9px;
    padding-left: 9px;
    outline-color: currentColor;
}
.content-form input::-webkit-input-placeholder {
    color: currentColor;
}
.content-form input::-moz-placeholder {
    color: currentColor;
}
.content-form input:-ms-input-placeholder {
    color: currentColor;
}
.content-form input::-ms-input-placeholder {
    color: currentColor;
}
.content-form input::placeholder {
    color: currentColor;
}
.content-form button {
    width: 152px;
    height: 33px;
    background-color: transparent;
    color: #59abf1;
    border: 1px solid currentColor;
    border-radius: 7px;
}
.bonus__container {
    padding-top: 67px;
}
.bonus h2 {
    font-size: 35px;
    font-weight: 700;
    color: #59abf1;
    text-align: center;
    padding-bottom: 28px;
}
.bonus p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    max-width: 612px;
    margin: auto;
    padding-bottom: 54px;
}
.bonus nav {
    max-width: 790px;
    margin: auto;
}
.bonus ul {
    padding-left: 0;
    list-style: none;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    color: #59abf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 39px;
    text-transform: uppercase;
}
.bonus li {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 58px 1fr;
    grid-template-columns: 58px 1fr;
    gap: 34px;
    border-bottom: 3px dashed #59abf1;
    padding-bottom: 34px;
}
.bonus li::before {
    content: "";
    background: url(../img/bonus-icon.png) center/cover no-repeat;
    width: 58px;
    height: 46px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .cta__row {
        column-gap: 30px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 2000px) {
    .section::before {
        background: url(../img/separator-bg.png) center/contain no-repeat;
        height: 100px;
    }
}
@media (max-width: 1919px) {
    .about-this-course h2 {
        margin-left: 0;
    }
}
@media (max-width: 1400px) {
    .header-bottom {
        padding-bottom: 10px;
    }
    .header-bottom__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (max-width: 1301px) {
    .course-authors {
        display: none;
    }
}
@media (max-width: 1300px) {
    .course-authors-mobile {
        display: block;
    }
}
@media (max-width: 1081px) {
    .header-info,
    .header-logo__name {
        display: none;
    }
    .header-info--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-bottom.hidden {
        display: none;
        padding-bottom: 0;
    }
    .header-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .header-login {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cta__container {
        padding-top: 40px;
    }
    .cta__row a {
        font-size: 20px;
    }
    .cta__row h2 {
        font-size: 43px;
    }
    .cta__row--link {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 74px;
    }
    .cta__row--link .cta__row--right {
        -ms-grid-column-align: center;
        justify-self: center;
    }
    .cta__row-wrapper {
        max-width: 470px;
        margin-top: 2rem;
    }
    .cta__course h4 {
        display: none;
    }
    .cta__course--mobile,
    .cta__course--mobile h4 {
        display: block;
    }
    .about-this-course__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about-this-course h2 {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about-this-course ul {
        max-width: 700px;
    }
    .video img {
        height: 516px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .for-who-course__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .for-who-course ul {
        font-size: 29px;
        text-align: center;
    }
    .for-who-course ul li {
        display: inline-block;
    }
    .for-who-course nav {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .for-who-course h2 {
        font-size: 53px;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .waiting-for__container {
        background-size: cover;
    }
    .waiting-for__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .new-program__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .new-program-module {
        height: auto;
        max-width: 592px;
        margin: auto;
    }
    .new-program-module--5 {
        grid-column: unset;
    }
    .course-form {
        padding-top: 0;
    }
    .course-form h2 {
        margin: auto auto 18px;
        max-width: 400px;
    }
    .course-form form {
        max-width: 365px;
    }
    .course-form fieldset {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 980px) {
    .main > * {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .waiting-for__row {
        gap: 20px;
    }
    .content-form__container {
        padding: 50px;
    }
    .cta__row-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .main > * {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .cta__container {
        background: url(/assets/images/cta-bg_2.png);
		background-repeat: no-repeat;
		background-size: 280px auto;
		background-position: 0px 5px;
    }
    .cta__row {
        -ms-grid-columns: 1fr;
       grid-template-columns: repeat(2, 1fr);
	   column-gap: 1px;
    }
    /*.cta__row > * {
        -ms-grid-column-align: center;
        justify-self: center;
        text-align: center;
    }*/
    .cta__row h2 {
        font-size: 22px;
    }
	.cta__row .noshow_320 {
        display: none;
    }
	.cta__row a {
		border-radius: 16px;
		color: #fff;
		background-color: #59abf1;
		text-transform: uppercase;
		max-width: 100px;
		height: 18px !important;
		
		text-align: center;
		font-size: 9px;
		font-weight: 500;
		text-decoration: none;
		padding: 5px 5px;
		margin-left: 0px;
	}
    .cta__row--link {
        margin-bottom: 0;
		padding-top: 40px;
    }
    .cta__row--free-course .cta__row--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cta__course {
        text-align: center;
    }
    .section h2 {
        font-size: 30px;
    }
    .about-this-course ul {
        font-size: 20px;
    }
    .video img {
        height: auto;
    }
    .for-who-course {
        padding-bottom: 20px;
    }
    .for-who-course ul {
        font-size: 20px;
        text-align: center;
    }
    .new-program-module h3,
    .section-title {
        font-size: 30px;
    }
    .content-form__container {
        padding: 30px;
    }
    .content-form h3 {
        font-size: 20px;
    }
    .content-form fieldset {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .course-authors-mobile-card {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 520px) {
    .bonus li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .bonus li::before {
        margin: auto;
    }
}
