* {
    box-sizing: border-box;
    outline: 0;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Jost', sans-serif;
    font-display: swap;
    font-size: 15px;
    font-weight: 500;
    color: white;
    scroll-behavior: smooth;
    background: #000;
    width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
.fancybox-slide--html .fancybox-content {
    padding: 0 !important;
    background: transparent !important;
}
#header {
    background: url(../img/bg-header-right.png) right 376px no-repeat, url(../img/bg-header-left.png) -26px 72px no-repeat, url(../img/bg-header.jpg) center top no-repeat;
    min-height: 994px;
}
#header .logo {
    padding-top: 40px;
    width: 320px;
    height: 114px;
}
#header .left {
    position: relative;
    z-index: 2;
}
#header h1 {
    font-size: 91px;
    font-weight: bold;
    line-height: 1;
    margin-top: 67px;
    max-width: 600px;
    line-height: 0.78;
    background-color: white;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(145, 171, 253, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-bottom: 49px;
    margin-left: -5px;
    letter-spacing: 0.05em;
}
#header h1::before {
    content: '';
    position: absolute;
    left: -383px;
    top: -180px;
    width: 666px;
    height: 753px;
    background: url(../img/bg-title.png) left top no-repeat;
    z-index: -1;
    pointer-events: none;
}
h3 {
    display: inline-block;
    padding: 0 20px;
    height: 41px;
    font-size: 25px;
    font-weight: 500;
    color: white;
    border-radius: 20px;
    background: black;
    position: relative;
}
h3::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #A61CFC, #1591F1);
    z-index: -1;
    border-radius: 20px;
}
#header h3 {
    margin-left: 9px;
}
#header .bg {
    position: absolute;
    width: 1592px;
    height: 583px;
    left: 350px;
    top: 0;
    background: url(../img/bg-header-top.png) left top no-repeat;
}
#header .right {
    position: absolute;
    top: -69px;
    left: calc(50% - 100px);
    width: 950px;
    font-size: 427px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    -webkit-text-stroke: 2px transparent;
    -webkit-text-stroke-color: transparent;
    background: linear-gradient(0deg, #296efb 0%, #000000 80%, #000000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -0.12em;
    text-shadow: 0px 0px 54px rgba(5, 31, 129, 0.35);
}
#header .author {
    position: absolute;
    top: 13px;
    left: calc(50% + 38px);
    width: 628px;
    height: 984px;
    background: url(../img/cnt-author.png) left top no-repeat;
}
#header .left p {
    padding-top: 1px;
    padding-bottom: 45px;
}
#header .left p, #header .left p b {
    font-size: 60px;
    font-weight: 500;
}
#header .left p span {
    font-size: 42px;
    font-weight: 500;
}
#header .left p > span {
    display: block;
    margin-left: 74px;
    margin-top: -10px;
}
.btn {
    display: inline-flex;
    height: 85px;
    width: 410px;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient( 45deg, rgb(184,76,0) 42%, rgb(255,255,25) 98%);
    background-image: -webkit-linear-gradient( 45deg, rgb(184,76,0) 42%, rgb(255,255,25) 98%);
    background-image: -ms-linear-gradient( 45deg, rgb(184,76,0) 42%, rgb(255,255,25) 98%);
    color: white;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    border-radius: 42px;
    box-shadow: 0 0 46px 4px rgba(216,157,11,0.16);
}
.btn:hover {
    box-shadow: 0 0 46px 4px rgba(216,157,11,0.3);
}
#header .sale {
    position: absolute;
    left: -5%;
    width: 110%;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}
#header .gray_sale {
    top: 848px;
    background-color: #1B1A1B;
    border-top: 2px solid #242325;
    border-bottom: 2px solid #242325;
    height: 60px;
    line-height: 60px;
    filter: blur(1.7px);
    transform: rotate(2.5deg);
}
#header .blue_sale {
    top: 868px;
    background: linear-gradient(0deg, #3F2B99, #2859A9);
    height: 60px;
    line-height: 60px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2),  0 2px 4px 0 rgba(0, 0, 0, 0.2), 7.222px 9.584px 13px 0px rgba(26, 32, 32, 0.37);
    transform: rotate(-6deg);
    filter: opacity(0.8);
}
h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding-bottom: 29px;
}
h2 i {
    font-size: 45px;
    font-style: normal;
}
h2 span {
    display: block;
    font-size: 47px;
    padding-top: 10px;
}
#author {
    position: relative;
    padding-bottom: 9px;
    background: url(../img/bg-author2.png) center bottom 12px no-repeat;
}
#author::before {
    content: '';
    position: absolute;
    top: -380px;
    left: 0;
    width: 100%;
    height: 1079px;
    background: url(../img/bg-author.png) center top no-repeat;
    pointer-events: none;
    z-index: -1;
}
#author .wrapper {
    text-align: center;
}
#author h3 {
    margin: 0 auto;
}
#author ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 70px;
    gap: 0px 15px;
}
#author li {
    width: 365px;
    text-align: left;
    position: relative;
    padding-bottom: 50px;
}
#author li:nth-child(2) {
    width: 285px;
}
#author li:nth-child(3) {
    width: 324px;
}
#author li::after {
    content: '';
    position: absolute;
    left: 75px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #03B3E8;
    box-shadow: 0px 0px 16px 0px rgba(40, 132, 241, 0.41);
}
#author li:nth-child(2)::after {
    left: 70px;
}
#author li:nth-child(3)::after {
    left: 85px;
}
#author li h4 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2941;
    padding-top: 16px;
    padding-bottom: 14px;
}
#author li p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4167;
    max-width: 300px;
}
#author li p span {
    color: #1495f0;
}
#table {
    padding-top: 100px;
    background: url(../img/bg-bottom.png) left bottom -190px no-repeat, url(../img/bg-footer.jpg) right bottom 148px no-repeat, url(../img/bg-table.png) center top no-repeat;
    position: relative;
    padding-bottom: 263px;
}
#table h2 {
    font-size: 61px;
    letter-spacing: 0.05em;
}
#table h2 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 20px;
}
#table ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding-top: 75px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
#table ul li {
    width: 303px;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 90deg, rgb(36,72,172) 0%, rgb(31,66,163) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(36,72,172) 0%, rgb(31,66,163) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(36,72,172) 0%, rgb(31,66,163) 100%);
    box-shadow: inset 0.545px 0.839px 1px 0px rgba(255, 255, 255, 0.62);
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 95px;
}
#table ul li img {
    margin-top: -90px;
}
#table ul li:first-child {
    background: url(../img/bg-table-cell.png) left bottom 32px no-repeat, linear-gradient( 90deg, rgb(36,72,172) 0%, rgb(31,66,163) 100%);
}
#table ul li .black_win {
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    box-shadow: 6.82px 7.314px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    padding-bottom: 52px;
}
#table ul li h4 {
    font-size: 24px;
    line-height: 1.4167;
    font-weight: 600;
    max-width: 210px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    margin-top: -30px;
}
#table ul li:nth-child(3) h4, #table ul li:nth-child(4) h4 {
    font-size: 32px;
}
#table ul li .black_win .sale {
    font-weight: 600;
    font-size: 26px;
    color: #34fff3;
    padding-top: 10px;
    padding-bottom: 10px;
}
#table ul li .old {
    font-size: 18px;
    color: #cacaca;
    font-weight: 500;
}
#table ul li .old span {
    display: inline-block;
    font-size: 24px;
    padding: 0 8px;
    position: relative;
    font-weight: 600;
}
#table ul li .old span::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 2px;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #FE2828;
}
#table ul li .new {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-top: -4px;
}
#table ul li .new span {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    padding-right: 5px;
}
#table ul li .black_win p {
    font-size: 18px;
    margin-top: -6px;
}
#table ul li .black_win p b {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    padding: 0 3px;
}
#table ul li .btn {
    background-image: -moz-linear-gradient( 45deg, rgb(184,76,0) 28%, rgb(230,168,21) 60%, rgb(255,160,25) 92%);
    background-image: -webkit-linear-gradient( 45deg, rgb(184,76,0) 28%, rgb(230,168,21) 60%, rgb(255,160,25) 92%);
    background-image: -ms-linear-gradient( 45deg, rgb(184,76,0) 28%, rgb(230,168,21) 60%, rgb(255,160,25) 92%);
    box-shadow: 1px 1.732px 9px 0px rgba(26, 32, 32, 0.35), inset 0.5px 0.866px 0px 0px rgba(223, 158, 18, 1);
    width: 243px;
    height: 85px;
    text-align: center;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 41px;
    line-height: 1.25;
    margin-bottom: 24px;
}
#table ul li .btn:hover {
    box-shadow: 1px 1.732px 9px 0px rgba(26, 32, 32, 0.8), inset 0.5px 0.866px 0px 0px rgba(223, 158, 18, 1);
}
#table ul li .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 36px;
}
#table ul li .text {
    max-width: 240px;
    margin: 0 auto;
}
#table ul li .text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5882;
    padding-bottom: 23px;
}
#table ul li .text p span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
#table ul li .text p span::after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    left: 2px;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #FE2828;
}
#table ul li .present {
    text-align: center;
}
#table ul li .present p {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 18px;
}
#table ul li .present p b {
    display: block;
    font-weight: 600;
    font-size: 45px;
    color: #eccb16;
    padding-top: 4px;
}
#table ul li .present p span {
    display: block;
    font-size: 21px;
    font-weight: 400;
    color: #eccb16;
    padding-top: 3px;
}
#table ul li .present a {
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #2475F9;
    background: #000104;
    width: 211px;
    height: 50px;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 500;
    color: #fdbf18;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#table ul li .present a:hover {
    box-shadow: 1px 1.732px 9px 0px rgba(26, 32, 32, 0.8)
}
#table h5 {
    font-size: 61px;
    font-weight: bold;
    color: white;
    line-height: 1.1639;
    text-align: center;
    max-width: 1025px;
    letter-spacing: 0.05em;
}
#table h5 span {
    color: #FFA800;
}
#table .top a {
    color: white;
}
.timer_block {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.timer_block .btn {
    margin-top: 50px;
}
.timer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding-top: 27px;
    background: linear-gradient(90deg, #aed1ff, #e186ff 40%, #7379fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#table .ending .left {
    background: linear-gradient(90deg, #e186ff 40%, #7379fe 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timer .numbers, .left .numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timer .numbers span, .left .numbers span {
    font-size: 131px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.timer .numbers i, .left .numbers i {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-style: normal;
    text-transform: uppercase;
    margin-top: -8px;
    letter-spacing: 0.05em;
}
.timer .splash {
    font-size: 70px;
    color: white;
    position: relative;
    top: 10px;
    background: linear-gradient(90deg, #aed1ff, #e186ff 40%, #7379fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#table .ending > p {
    font-size: 33px;
    font-weight: 500;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 18px;
}
#table h6 {
    font-size: 171px;
    letter-spacing: 0.05em;
    position: absolute;
    white-space: nowrap;
    bottom: -23px;
    width: 110%;
    left: -5%;
    text-align: center;
    font-weight: bold;
    color: rgba(0,0,0,1);
    -webkit-text-stroke: 4px transparent;
    -webkit-text-stroke-color: transparent;
    background: linear-gradient(90deg, #B1CCFF, #e085ff 50%, #7B7AFE 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
#footer {
    border-top: 1px solid #3A3650;
    text-align: center;
    padding-top: 28px;
}
#footer a {
    display: block;
    font-size: 15px;
    color: #B870D0;
    padding-bottom: 4px;
    background: linear-gradient(90deg, #B1CCFF, #e085ff 50%, #7B7AFE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}
#footer p {
    padding-top: 13px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #B870D0;
    background: linear-gradient(90deg, #B1CCFF, #e085ff 50%, #7B7AFE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.popup {
    width: calc(100%);
    max-width: 950px;
    margin: 0 auto;
    border-radius: 20px;
    background: url(../img/bg-popup.png) center top no-repeat, url(../img/bg-author2.png) center bottom 3px no-repeat, rgb(10, 1, 20);
    box-shadow: 3px 5.196px 10px 0px rgba(0, 0, 0, 0.62);
    padding: 15px;
    padding-bottom: 110px;
    display: none;
}
.popup .title {
    background: rgb(0, 0, 0) url(../img/bg-popup-title.png) center top no-repeat;
    background-size: cover;
    border-radius: 18px;
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.popup .title .price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.popup .title .price .old {
    font-size: 26px;
    font-weight: 500;
}
.popup .title .price .old span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    font-size: 35px;
    font-weight: 600;
}
.popup .title .price .old span::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #FE2828;
}
.popup .title .price .new {
    font-size: 26px;
    font-weight: 500;
}
.popup .title .price .new span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    font-size: 50px;
    font-weight: 600;
}
.popup .title .price .min {
    flex-basis: 100%;
    font-size: 1.5em;
    margin-top: -1em;
    margin-bottom: 1em;
}
.popup .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: url(../img/ico-close.png) center center no-repeat;
    cursor: pointer;
}
.popup .title h2 {
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(90deg, #B1CCFF, #e085ff 50%, #7B7AFE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: none;
    padding-bottom: 10px;
}
.popup .list {
    padding: 0 40px;
    padding-bottom: 30px;
}
.popup .list li {
    font-size: 24px;
    line-height: 1.4167;
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.popup .list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #AFCFFF;
}
.popup .lesson_header {
    font-size: 30px;
    line-height: 1.3333;
    font-weight: 600;
    padding: 0 60px;
    position: relative;
    padding-bottom: 21px;
}
.popup .lesson_header::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #AFCFFF;
}
.popup .subtopic {
    font-size: 24px;
    line-height: 1.4167;
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 100px;
    position: relative;
    color: wheat;
}
.popup .subtopic::before {
    content: '';
}
.popup .lesson {
    font-size: 20px;
    line-height: 1.7;
    padding-left: 100px;
    padding-bottom: 23px;
}
.popup .lesson li {
    padding-bottom: 10px;
    font-weight: 400;
}
.popup form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup input {
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 580px;
    height: 80px;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    border: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    color: black;
    font-family: 'Jost', sans-serif;
}
.popup input::placeholder, .popup textarea::placeholder {
    color: #979797;
    font-weight: normal;
}
.popup textarea {
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 580px;
    height: 160px;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    border: 0;
    border-radius: 40px;
    margin-bottom: 22px;
    color: black;
    font-family: 'Jost', sans-serif;
    padding-top: 20px;
}
.popup .form {
    padding-top: 15px;
}
.popup .form p {
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 400;
    text-align: center;
    max-width: 530px;
    padding-bottom: 6px;
}
.popup .form p b {
    font-weight: 600;
}
.popup .form p a {
    color: white;
}
.popup .form .btn {
    border: 0;
    width: 100%;
    max-width: 463px;
    height: 95px;
    border-radius: 48px;
    cursor: pointer;
    margin-top: 67px;
    box-shadow: 1px 1.732px 9px 0px rgba(26, 32, 32, 0.35),inset 0.5px 0.866px 0px 0px rgba(223, 158, 18, 1);
}
.popup .form .btn:hover {
    box-shadow: 1px 1.732px 9px 0px rgba(26, 32, 32, 0.35),inset 0.5px 0.866px 0px 0px rgba(223, 158, 18, 1);
}

#testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 50px;
}

#testimonials a {
    flex: 0 1 30%;
    max-width: 30%;
    aspect-ratio: 4 / 3;	/* РІС‹Р±РµСЂРё РЅСѓР¶РЅСѓСЋ В«СЂР°РјРєСѓВ»: 1/1, 3/2, 4/3 Рё С‚.Рї. */
    display: block;
    overflow: hidden;
}

/* Р’Р°СЂРёР°РЅС‚ A: Р±РµР· РёСЃРєР°Р¶РµРЅРёР№, РєР°СЂС‚РёРЅРєР° С†РµР»РёРєРѕРј (РјРѕРіСѓС‚ Р±С‹С‚СЊ В«РїРѕР»СЏВ») */
#testimonials a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1550px) {
    #header {
        background: url(../img/bg-header.jpg) center top no-repeat;
    }
    #table {
        background-size: 60%, auto;
    }
}
@media (max-width: 1250px) {
    #table h6 {
        font-size: 115px;
        bottom: 0;
    }
}
@media (max-width: 1110px) {
    body {
        background: #000;
    }
    #header {
        background: url(../img/bg-header.jpg) right top no-repeat;
    }
    #header .wrapper {
        overflow: hidden;
        width: 100vw;
    }
    #header .bg {
        left: calc(50% - 796px);
        display: none;
    }
    #header .right {
        display: none;
    }
    #header .logo {
        margin: 0 auto;
    }
    #header .left {
        text-align: center;
    }
    #header h1 {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 80px;
        max-width: 520px;
    }
    #header h1::before {
        left: -370px;
        top: -215px;
        transform: scale(0.7);
    }
    #header h3 {
        margin-left: auto;
        margin-right: auto;
    }
    #header .left p > span {
        margin-left: 0;
    }
    #header .author {
        transform: scale(0.7);
        left: calc(50% - 280px);
        top: 480px;
    }
    #header .sale {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    #header .gray_sale {
        top: 800px;
        z-index: -2;
        width: 105%
    }
    #header .blue_sale {
        top: 750px;
        z-index: -1;
        width: 105%;
    }
    #header .left p {
        padding-bottom: 550px;
    }
    h2 {
        padding-top: 35px;
    }
}
@media (max-width: 768px) {
    .logo img {
        width: 272px;
        height: 63px;
    }
    #header {
        min-height: auto;
    }
    #header h1 {
        font-size: 44px;
        max-width: 285px;
        margin-top: 30px;
        padding-bottom: 36px;
    }
    #header h1::before {
        top: -286px;
        left: -350px;
        transform: scale(0.4);
    }
    h3 {
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }
    #header .left {
        z-index: 4;
    }
    #header .left p, #header .left p b {
        font-size: 44px;
    }
    #header .left p span {
        font-size: 34px;
    }
    #header .left p > span {
        font-size: 22px;
        padding-top: 6px;
    }
    #header .left p {
        padding-top: 2px;
        padding-bottom: 390px;
    }
    #header .author {
        transform: scale(0.47);
        top: 156px;
        left: calc(50% - 313px);
        z-index: 3;
    }
    #header .gray_sale {
        top: 520px;
        z-index: 1;
    }
    #header .blue_sale {
        top: 490px;
        z-index: 2;
    }
    .btn {
        height: 70px;
        width: 280px;
        font-size: 22px;
    }
    #author {
        background: url(../img/bg-author2.png) center bottom no-repeat;
    }
    #author .wrapper {
        text-align: center;
    }
    h2 {
        font-size: 56px;
        max-width: 300px;
        margin: 0 auto;
    }
    #author h2 span {
        margin: 0 auto;
        height: 41px;
        font-size: 18px;
        line-height: 41px;
        display: block;
        padding: 0 20px;
        margin-top: 23px;
        font-weight: 500;
        color: white;
        border-radius: 20px;
        background: black;
        position: relative;
        padding-bottom: 21px;
    }
    #author h2 span::before {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(90deg, #A61CFC, #1591F1);
        z-index: -1;
        border-radius: 20px;
    }
    #author h3::before {
        display: none;
    }
    #author h3 {
        background: transparent;
        font-size: 25px;
        line-height: 1.36;
        max-width: 240px;
        padding: 0;
    }
    #author ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 46px;
    }
    #author li {
        max-width: 300px;
        text-align: center;
    }
    #author li::after {
        left: 194px;
    }
    #author li:nth-child(2)::after {
        left: 179px;
    }
    #author li:nth-child(3)::after {
        left: 200px;
    }
    #table {
        padding-top: 12px;
        background: url(../img/bg-footer.jpg) center bottom no-repeat, url(../img/bg-table.png) center top 154px no-repeat;
        background-size: 768px 812px, 960px 420px;
        padding-bottom: 106px;
    }
    #table h2 {
        font-size: 41px;
        max-width: 320px;
        line-height: 1.2439;
    }
    #table h2 span {
        font-size: 25px;
        line-height: 1.2;
        padding-top: 16px;
    }
    #table ul {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        gap: 46px;
    }
    #table ul li {
        margin-bottom: 54px;
    }
    #table ul li:first-child {
        background: linear-gradient( 90deg, rgb(36,72,172) 0%, rgb(31,66,163) 100%);
    }
    #table h5 {
        font-size: 32px;
        line-height: 1.0938;
        max-width: 300px;
        margin: 0 auto;
    }
    .timer .numbers span, .left .numbers span {
        font-size: 64px;
    }
    .timer .splash {
        font-size: 34px;
        top: 5px;
    }
    .timer .numbers i, .left .numbers i {
        font-size: 11px;
        margin-top: -4px;
    }
    .left .numbers i {
        margin-top: 14px;
    }
    #table .ending > p {
        font-size: 22px;
        padding-top: 10px;
    }
    .timer {
        padding-top: 12px;
        gap: 1px;
    }
    #table h6 {
        display: none;
    }
    #footer a, #footer p {
        max-width: 300px;
        margin: 0 auto;
    }
    .popup .title {
        min-height: 200px;
        margin-bottom: 35px;
    }
    .popup .title h2 {
        font-size: 27px;
    }
    .popup .list {
        padding: 0 20px;
    }
    .popup .list li {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .popup .list li::before {
        top: 9px;
    }
    .popup .lesson_header {
        font-size: 20px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 15px;
    }
    .popup .lesson_header::before {
        left: 20px;
        top: 10px;
    }
    .popup .lesson {
        padding-left: 60px;
    }
    .popup .subtopic {
        padding-left: 60px;
    }
    .popup .lesson li {
        font-size: 16px;
    }
    .popup .title .price .old, .popup .title .price .new {
        font-size: 16px;
    }
    .popup .title .price .old span {
        font-size: 21px;
    }
    .popup .title .price .new span {
        font-size: 30px;
    }
    .popup .form {
        padding-top: 0;
    }
    .popup input {
        font-size: 18px;
        height: 60px;
        border-radius: 30px;
    }
    .popup textarea {
        font-size: 18px;
        height: 120px;
        border-radius: 30px;
    }
    .popup .form .btn {
        height: 90px;
        border-radius: 45px;
    }
}