.uForm__error-msg {
    margin-top: 0;
    margin-bottom: 0;
    color: red;
}
.uForm__extended {
    display: none;
}

.uForm__preload {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../uForm/img/loading.gif') no-repeat;
    background-size: 120px;
    background-position: center;
    margin: 0 auto;
    background-color: var(--cs-white);
}

.custom-wrapper {
    max-width: 1650px;
}

.main-nav .mod-menu {
    display: flex;
    flex-wrap: wrap;
}

.intro {
    padding: 2% 5% 0 50%;
}

.home-page.intro .social {
    margin: 0;
}

.home-page.intro .social a:first-child {
    margin-left: 0;
}

.home-page.intro .teleg-links {
    margin: 0;
}

.home-page.intro .teleg-links a:last-child {
    margin-right: 0;
}

.home-page .links-box {
    margin-top: 30px;
    margin-bottom: 104px;
    justify-content: flex-end;
    gap: 20px;
}

.social a {
    font-size: 28px;
    line-height: 100%;
}

.home-page.intro .teleg-links .btn {
    font-size: 16px;
}

.main-nav .mod-menu {
    justify-content: flex-end;
    gap: 20px;
}

.main-nav .mod-menu a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
}

.main-nav .mod-menu a[aria-current="page"],
.main-nav .mod-menu a.active,
.main-nav .mod-menu a:active,
.main-nav .mod-menu a:hover {
    color: #2692b4;
}

.main-screen .main-screen__header .links-box {
    margin-top: 30px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.main-screen .main-screen__header .teleg-links {
    gap: 20px;
    justify-content: flex-end;
}

.main-screen .main-screen__header .social {
    gap: 20px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 !important;
}

.breadcrumb .mod-breadcrumbs__divider.float-start {
    display: none;
}

.breadcrumb .breadcrumb-item {
    font-weight: 400;
}

.breadcrumb .breadcrumb-item a {
    color: var(--blue);
    font-weight: 700;
}

/* COURSE PAGE START */
.course .main-screen {
    padding-top: 40px;
    padding-bottom: 80px;
}

.course .main-screen h1 {
    font-weight: 600;
    font-size: 30px;
}

.course .main-screen__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 20px;
    margin-bottom: 70px;
}

.course .main-screen h2 {
    font-weight: 300;
    font-size: 66px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.course .main-screen h2 strong {
    font-weight: 700;
}

.courses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.courses .course-item img {
    border-radius: 20px;
    display: block;
}

.courses .course-item .content {
    padding: 20px 15px 0;
}

.courses .course-item h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 8px;
}

.courses .course-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.course .after-complete {
    padding-block: 100px;
    background-color: #fff;
}

.course .after-complete__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.course .after-complete .left {
    max-width: 688px;
}

.course .after-complete .left h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 24px;
}

.course .after-complete .left h2 strong {
    font-weight: 700;
}

.course .after-complete .left h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
}

.course .after-complete .left h3 a {
    font-weight: 700;
    color: var(--blue);
}

.course .after-complete .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
    max-width: 796px;
}
.course .after-complete .right h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #2692b4;
    margin-bottom: 6px;
}
.course .after-complete .right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.program {
    padding-block: 100px;
    background-image: url('../images/vector-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.program h2 {
    text-align: center;
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 24px;
}

.program h2 strong {
    display: block;
    font-weight: 700;
}

.program p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;
    max-width: 960px;
    margin-inline: auto;
}

.program__duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 340px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.program__duration-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.program__duration-item strong {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

.program .btn.icon-more {
    margin: 0 auto;
}

.program ol {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.program ol li {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.program ol li:not(:last-child) {
    margin-bottom: 16px;
}

.program ol li span {
    display: inline-block;
    text-align: center;
    min-width: 56px;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 12px;
    margin-right: 24px;
}

.program ul {
    padding-left: 100px;
    list-style: disc;
}

.program ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.program ul li:not(:last-child) {
    margin-bottom: 0;
}

.prices {
    padding-block: 100px;
    background-color: #2692b4;
}

.prices__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.prices__container h2 {
    font-weight: 300;
    font-size: 58px;
    line-height: 110%;
    color: #fff;
}

.prices__container h2 strong {
    font-weight: 700;
    display: block;
}

.prices p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    margin-block: 30px;
    max-width: 688px;
}

.prices__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
    max-width: 800px;
}

.prices__list .item {
    display: flex;
    gap: 24px;
}

.prices__list .item h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #fff;
}

.prices__list .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d2e4ea;
    border-radius: 14px;
    min-width: 56px;
    padding: 0 10px;
    max-height: 47px;
}

.price-packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.package {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #2085a5;
    padding: 30px;
    color: #fff;
    transition: all ease-in-out .4s;
}

.package h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 4px;
}

.package .price {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 6px;
}

.package .price strong {
    font-weight: 600;
}

.package ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 26px;
}

.package .btn {
    margin-top: auto;
    margin-inline: auto;
}

.package:hover {
    background-color: #fff;
    color: #2085a5;
}

/* COURSE PAGE END */



/* AUDIT PAGE END */
.audit .main-screen h2 {
    margin-bottom: 24px;
}

.audit .main-screen p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
}

.audit .main-screen__info {
    max-width: 795px;
}

.audit .main-screen {
    background-image: url('../images/audit/main-screen-bg.png');
    background-repeat: no-repeat;
    background-position: bottom 100px right;
    background-size: auto;
}

.audit .main-screen__info img {
    display: none;
}

.types .types__container {
    border-radius: 20px;
    padding: 100px 20px;
    background-color: var(--blue);
    color: #fff;
}

.types h2 {
    font-weight: 300;
    font-size: 58px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
}

.types h2 strong {
    display: block;
    font-weight: 700;
}

.types .types__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1390px;
    margin: 0 auto;
}

.types .types__list li {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.types .types__list li:nth-child(odd) {
    order: -1;
}

.types .types__list ul {
    margin-top: 6px;
    list-style: disc;
    padding-left: 100px;
}

.types .types__list ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.types .types__list ul li span {
    text-decoration: underline;
}

.types ol.types__list > li > span {
    display: inline-block;
    text-align: center;
    min-width: 56px;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 12px;
    margin-right: 24px;
    color: var(--black);
}

.vector-wrapper {
    background-image: url('../images/vector-bg-2.svg');
    background-repeat: no-repeat;
    background-position: bottom -70px right -30px;
    background-size: contain;
}

.important {
    padding: 100px 0;
}

.important h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 24px;
}

.important p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;
    max-width: 1250px;
    margin-inline: auto;
}

.important h2 strong {
    font-weight: 700;
}

.important__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.important__container .item {
    padding-left: 80px;
    position: relative;
}

.important__container .item::before {
    content: "";
    position: absolute;
    width: 56px;
    min-width: 56px;
    height: 47px;
    border-radius: 14px;
    background-color: #fff;
    background-image: url('../images/stars.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 0;
    top: 0;
}

.important__container .item h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 6px;
}

.important__container .item p {
    text-align: left;
    max-width: inherit;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
}

.quality {
    padding: 100px 0;
    background-color: #fff;
}

.quality__container {
    display: flex;
    gap: 105px;
    margin-bottom: 20px;
}

.quality .content {
    max-width: 720px;
}

.quality .steps {
    max-width: 795px;
}

.quality h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 24px;
}

.quality h2 strong {
    display: block;
    font-weight: 700;
}

.quality p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
}

.quality .steps {
    max-height: 380px;
    overflow: hidden;
    transition: all ease-in-out .4s;
}

.quality .steps.show {
    max-height: 5000px;
}

.quality .steps li {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    position: relative;
    padding-left: 44px;
}

.quality .steps li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    background-color: #2692b4;
}

.quality .steps li:not(:last-child) {
    margin-bottom: 10px;
}

.quality .steps li strong {
    font-weight: 700;
}

.quality .btn {
    cursor: pointer;
    margin-left: auto;
}

.quality .hide-more {
    display: none;
}

.documents {
    padding: 100px 0;
}

.documents h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 24px;
}

.documents h2 strong {
    font-weight: 700;
}

.documents p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;
}

.documents .documents__list {
    max-width: 796px;
}

.documents .documents__info {
    max-width: 790px;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    padding: 20px 40px;
    border: 2px solid #2692b4;
    border-radius: 20px 20px 20px 0;
}

.documents ol li {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.documents ol li:not(:last-child) {
    margin-bottom: 16px;
}

.documents ol li span {
    display: inline-block;
    text-align: center;
    min-width: 56px;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 12px;
    margin-right: 24px;
}

.documents ul {
    padding-left: 100px;
    list-style: disc;
}

.documents ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.documents ul li:not(:last-child) {
    margin-bottom: 0;
}

.documents__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.ready {
    padding-bottom: 100px;
}

.ready h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 30px;
}

.ready h2 strong {
    font-weight: 700;
    display: block;
}

.ready .btn {
    margin-inline: auto;
}
/* AUDIT PAGE END */

/* CONSULTATION PAGE START */
.consultation .main-screen {
    background-image: url('../images/consultation/main-screen-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right 100px;
    background-size: auto;
    position: relative;
    z-index: 1;
}

.consult-types {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
    top: -50px;
}

.consult-types h2 {
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.consult-types h2 strong {
    font-weight: 700;
}

.consult-types__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 57px;
}

.consult-types .type {
    position: relative;
    padding-left: 156px;
}

.consult-types .type__top-price {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 20px;
    border: 1px solid #292929;
    border-radius: 14px 14px 0 14px;
}

.consult-types .type__top-price span {
    font-weight: 700;
}

.consult-types .type h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 9px;
}

.consult-types .type h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--blue);
    margin-bottom: 20px;
}

.consult-types .type p {
    font-weight: 900;
    font-size: 16px;
    line-height: 160%;
    color: #2692b4;
    margin-bottom: 10px;
}

.consult-types .type strong {
    font-weight: 700;
    line-height: 200%;
}

.consult-types .type ul {
    margin-bottom: 20px;
}

.consultation .experience {
    padding-top: 50px;
    margin-bottom: 220px;
}

.consultation .experience .ttl.lg {
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 68px;
}

.consultation .experience .ttl.lg b {
    font-weight: 700;
}

.consultation .experience .exp-list .ttl span:first-child {
    font-weight: 700;
    font-size: 30px;
}
/* CONSULTATION PAGE END */

.form-block {
    padding-top: 50px;
    padding-bottom: 100px;
}

.form-block h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 10px;
}

.form-block h2 strong {
    font-weight: 700;
}

.form-block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 40px;
}

.form-block .form {
    max-width: 784px;
    margin: 0 auto;
}

.form-block .form .form-group-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-block .form .form-group {
    width: 100%;
}

.form-block .form input {
    border-radius: 14px;
    padding: 14px 26px;
    background-color: #fff;
    font-weight: 400;
    font-size: 20px;
    border: none;
    width: 100%;
}

.form-block .form select { 
    border: none;
    padding: 14px 26px;
    width: 100%;
    border-radius: 14px;
    font-weight: 400;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    opacity: .7;
}

.form-block .form .select {
    position: relative;
}

.form-block .form .select::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 12px;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.form-block .form textarea {
    background-color: #fff;
    border-radius: 14px;
    font-weight: 400;
    font-size: 20px;
    resize: none;
    border: none;
    padding: 14px 26px;
    width: 100%;
    min-height: 184px;
    margin-bottom: 20px;
}

.form-block .form .btn {
    margin-left: auto;
}

.form-block .form .btn.transparent {
    gap: 10px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

/* PROMO PAGE START */
.promo .main-screen {
    background-image: url('../images/promo/main-screen-bg.png');
}

.promo .exp-list li .date {
    width: 59px;
    height: 44px;
    background-color: #2692b4;
    right: calc(100% + 90px);
}

.promo .exp-list:before {
    border-left: 3px dashed #2692b4;
}

.promo .exp-list li .date span {
    color: #fff;
}

.promo .exp-list li:nth-child(odd) .date {
    left: calc(100% + 90px);
    right: auto;
}

.promo .exp-list:before {
    height: calc(100% - 210px);
}

.promo .prices__container {
    justify-content: center;
}

.promo .prices__container h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

.promo .prices__container h2 strong {
    display: inline;
}

.guarant {
    padding: 100px 0;
}

.guarant h2 {
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.guarant h2 strong {
    font-weight: 700;
}

.guarant .guarant__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 47px;
}

.guarant .item .img-wrap {
    border-radius: 14px;
    width: 56px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
}

.guarant .item h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-top: 24px;
    margin-bottom: 6px;
}

.quality .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.promo .ready h2 {
    margin-bottom: 10px;
}

.promo .ready h2 strong {
    display: inline;
}

.promo .ready p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
}
/* PROMO PAGE END */

/* REQUEST PAGE START */
.request-page {
    padding-top: 50px;
}

.request-page .home-page {
    padding-top: 100px;
    margin-bottom: 200px;
}
/* REQUEST PAGE END */

/* CASE ALL PAGE START */
.case-all {
    padding-bottom: 100px;
}

.case-all .main-screen {
    padding-bottom: 0;
}

.case-all .main-screen h2 {
    line-height: 100%;
    margin-bottom: 24px;
}

.case-all .main-screen p {
    margin-bottom: 30px;
}

.case-all .case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.case-all .case-list__item {
    border-radius: 20px;
    overflow: hidden;
}

.case-all .case-list__item a {
    display: block;
    cursor: pointer;
    position: relative;
}

.case-all .case-list__item a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
    z-index: 1;
}

.case-all .case-list__item a img {
    width: 100%;
    transition: all ease-in-out .4s;
}

.case-all .case-list__item a:hover img {
    opacity: .8;
    transform: rotate(-5deg) scale(1.2);
}

.case-all .case-item {
    position: absolute;
    padding: 30px 57px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
}

.case-all .case-item strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.case-all .case-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 36px;
}

.case-all .case-item .case-info {
    position: relative;
    padding-left: 18px;
    display: flex;
    gap: 30px;
}

.case-all .case-item .case-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 41px;
    background-color: #00b3e3;
}

.case-all .case-item .case-info .info {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
}

.case-all .case-item .case-info .info span {
    font-weight: 700;
    font-size: 20px;
    color: #00b3e3;
}

.case-all .case-all__pagination .counter {
    display: none;
}

.case-all .case-all__pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
}

.case-all .case-all__pagination .pagination .page-link {
    font-weight: 400;
    font-size: 20px;
    color: #2692b4;
    border: 1px solid #2692b4;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 52px;
    box-shadow: 0 10px 30px 0 rgba(92, 56, 144, 0.2);
    transition: all ease-in-out .4s;
}

.case-all .case-all__pagination .pagination .page-link:hover,
.case-all .case-all__pagination .pagination .active .page-link {
    background-color: #2692b4;
    color: #fff;
}

/* CASE ALL PAGE END */

/* CASE INNER PAGE START */
.case-inner {
    padding-top: 30px;
    padding-bottom: 100px;
}

.case-inner .main-screen {
    background-position: bottom right;
}

.case-inner h3 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 10px;
}

.case-inner h4 {
    font-weight: 300;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 10px;
}

.case-inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 30px;
}

.case-inner img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.case-inner ul {
    margin-bottom: 30px;
}

.case-inner .block-wrap {
    padding: 30px 40px;
    border-radius: 20px;
    border: 2px solid #2692b4;;
}

.case-inner .block-wrap p {
    margin-bottom: 0;
}
/* CASE INNER PAGE END */

@media (max-width: 767.9px) {
    .intro {
        padding: 95% 15px 0;
    }

    .home-page .links-box {
        margin-bottom: 50px;
    }

    .body-wrapper .main-screen {
        padding-top: 100px;
    }

    .main-screen .mod-languages {
        top: -75px;
        width: 80px;
    }

    .main-screen .mod-languages .active-language {
        padding: 4px 20px;
    }
}

@media (max-width: 480px) {
    .intro {
        padding-top: 110%;
    }

    .home-page .links-box {
        margin-bottom: 25px;
    }
}


@media(max-width: 1680px) {
    .audit .main-screen__info {
        max-width: 600px;
    }
}


@media(max-width: 1440px) {
    /* COURSE PAGE START */
    .course .after-complete .left {
        max-width: 530px;
    }
    .course .after-complete .right {
        max-width: 630px;
    }
    .course .after-complete .left h2 {
        font-size: 40px;
    }
    .course .after-complete .left h3 {
        font-size: 18px;
    }
    .course .after-complete .right {
        gap: 25px;
    }
    .course .after-complete .right h4 {
        font-size: 24px;
    }
    .prices__container {
        flex-wrap: wrap;
    }
    .prices__container h2 {
        font-size: 44px;
    }
    .prices__list {
        gap: 25px;
        max-width: 675px;
    }
    .prices__list .item {
        gap: 12px;
    }
    .prices__list .item h3 {
        font-size: 22px;
    }
    .prices p {
        font-size: 18px;
        margin-block: 20px;
    }
    .price-packages {
        gap: 20px;
    }
    .package {
        padding: 25px 10px;
    }
    .package h4 {
        font-size: 26px;
    }
    /* COURSE PAGE END */

    /* AUDIT PAGE START */
    .audit .main-screen__info {
        max-width: 450px;
    }
    .audit .main-screen p {
        font-size: 18px;
    }
    .types h2 {
        font-size: 44px;
    }
    .important {
        padding: 50px 0;
    }
    .important h2 {
        font-size: 44px;
    }
    .important p {
        font-size: 18px;
    }

    .quality {
        padding: 50px 0;
    }

    .quality h2 {
        font-size: 44px;
    }

    .quality p {
        font-size: 18px;
    }

    .quality__container {
        gap: 50px;
    }

    .documents {
        padding: 50px 0;
    }

    .documents h2 {
        font-size: 44px;
    }

    .documents .documents__list {
        min-width: 550px;
    }

    .documents p {
        font-size: 18px;
    }
    .ready {
        padding-bottom: 50px;
    }

    .ready h2 {
        font-size: 44px;
    }
    /* AUDIT PAGE END */

    /* CONSULTATION PAGE START */
    .consult-types {
        padding: 50px 0;
    }

    .consult-types h2 {
        font-size: 40px;
    }

    .consult-types__container {
        gap: 35px;
    }

    .consult-types .type h3 {
        font-size: 24px;
    }

    .consult-types .type h4 {
        font-size: 18px;
    }
    .consultation .experience {
        padding-top: 20px;
    }
    .consultation .experience .ttl.lg {
        font-size: 40px;
        margin-bottom: 50px;
    }
    /* CONSULTATION PAGE END */

    .form-block {
        padding-bottom: 50px;
    }

    .form-block h2 {
        font-size: 40px;
    }
    
    .form-block p {
        margin-bottom: 20px;
    }

    /* PROMO PAGE START */
    .promo .prices__container h2 {
        font-size: 40px;
    }

    .guarant {
        padding: 50px 0;
    }

    .guarant h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .guarant .guarant__container {
        gap: 25px;
    }

    .guarant .item h3 {
        font-size: 26px;
        margin-top: 16px;
    }
    /* PROMO PAGE END */

    /* REQUEST PAGE START */
    .request-page .home-page {
        padding-top: 50px;
        margin-bottom: 0;
    }

    .request-page .form-block {
        padding-top: 0;
    }
    /* REQUEST PAGE END */

    /* CASE ALL PAGE START */
    .course .main-screen h2 {
        font-size: 44px;
    }
    .case-all .case-list {
        gap: 16px;
    }
    .case-all .case-item {
        padding: 30px;
    }
    .case-all .case-item p {
        margin-bottom: 18px;
    }
    .case-all .case-item .case-info {
        gap: 15px;
    }
    /* CASE ALL PAGE END */
}

@media(max-width: 1280px) {
    /* AUDIT PAGE START */
    .audit .main-screen {
        background-image: none;
    }
    .audit .main-screen__info {
        max-width: inherit;
    }
    .audit .main-screen__info img {
        display: block;
        margin-left: auto;
        position: relative;
        right: -30px;
    }
    .documents__container {
        gap: 25px;
    }
    .documents .documents__list {
        min-width: 450px;
    }
    /* AUDIT PAGE END */

    /* CONSULTATION PAGE START */
    .consultation .main-screen__info img {
        right: 100px;
        bottom: -50px;
    }
    .consultation .experience {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .consultation .experience .exp-list .ttl span:first-child {
        font-weight: 700;
        font-size: 24px;
    }
    /* CONSULTATION PAGE END */

    /* CASE INNER PAGE START */
    .case-inner {
        padding-bottom: 50px;
    }

    .case-inner h3 {
        font-size: 40px;
    }

    .case-inner h4 {
        font-size: 30px;
    }

    .case-inner p {
        font-size: 18px;
    }

    .case-inner .block-wrap {
        padding: 20px 30px;
    }
    /* CASE INNER PAGE END */
}

@media(max-width: 1024px) {
    .footer .flex.between.align-center.mb60 {
        flex-direction: column;
    }
    /* COURSE PAGE START */
    .course .main-screen__container {
        margin-bottom: 30px;
    }
    .courses {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .course .after-complete {
        padding-block: 50px;
    }
    .course .after-complete__container {
        flex-direction: column;
    }
    .course .after-complete .left {
        max-width: inherit;
    }
    .course .after-complete .right {
        max-width: inherit;
    }
    .program {
        padding-block: 50px;
    }
    .program h2 {
        font-size: 40px;
    }
    .program p {
        font-size: 18px;
    }
    .program__duration {
        gap: 20px;
    }
    .program ol li {
        font-size: 18px;
    }
    .prices {
        padding-block: 50px;
    }
    .prices__container h2 {
        font-size: 30px;
    }
    .prices p {
        font-size: 16px;
    }
    .prices__list {
        gap: 20px 15px;
        max-width: 570px;
    }
    .prices__list .item h3 {
        font-size: 18px;
    }
    .price-packages {
        grid-template-columns: repeat(2, 1fr);
    }
    /* COURSE PAGE END */

    /* AUDIT PAGE END */
    .audit .main-screen p {
        font-size: 16px;
    }
    .types .types__container {
        padding: 50px 20px;
    }
    .types h2 {
        font-size: 30px;
    }
    .important__container {
        grid-template-columns: 1fr;
    }
    .important h2 {
        font-size: 30px;
    }
    .important p {
        font-size: 16px;
    }
    .important__container .item h3 {
        font-size: 20px;
    }
    .quality h2 {
        font-size: 30px;
    }

    .quality p {
        font-size: 16px;
    }

    .quality__container {
        gap: 30px;
    }
    .documents h2 {
        font-size: 30px;
    }
    .documents p {
        font-size: 16px;
    }
    .documents__container {
        flex-direction: column;
    }
    .documents .documents__info {
        max-width: inherit;
    }
    .documents ol li {
        font-size: 18px;
    }
    .ready h2 {
        font-size: 30px;
    }
    /* AUDIT PAGE END */

    /* CONSULTATION PAGE START */
    .consult-types__container {
        grid-template-columns: 1fr;
        max-width: 750px;
        margin: 0 auto;
    }
    /* CONSULTATION PAGE END */

    .form-block h2 {
        font-size: 30px;
    }

    /* PROMO PAGE START */
    .promo .prices__container h2 {
        font-size: 30px;
    }

    .guarant h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .guarant .guarant__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .guarant .item h3 {
        font-size: 24px;
    }
    /* PROMO PAGE END */

    /* CASE ALL PAGE START */
    .course .main-screen h2 {
        font-size: 30px;
    }
    .case-all .case-list {
        grid-template-columns: 1fr;
    }
    /* CASE ALL PAGE END */
}


@media(max-width: 768px) {
    /* COURSE PAGE START */
    .course .main-screen h2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .courses .course-item h3 {
        font-size: 24px;
    }
    .course .after-complete {
        padding-block: 40px;
    }
    .course .after-complete .left h2 {
        font-size: 33px;
    }
    .course .after-complete .left h3 {
        font-size: 16px;
    }
    .course .after-complete .right h4 {
        font-size: 22px;
    }
    .program h2 {
        font-size: 30px;
    }
    .program p {
        font-size: 16px;
    }
    .program ol li {
        font-size: 16px;
    }
    .program ol li span {
        min-width: 46px;
        margin-right: 12px;
        margin-bottom: 5px;
    }
    .program ul {
        padding-left: 80px;
    }
    /* COURSE PAGE END */

    /* AUDIT PAGE START */
    .types .types__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .types .types__list li:nth-child(odd) {
        order: inherit;
    }
    .types ol.types__list > li > span {
        min-width: 46px;
        margin-right: 12px;
        margin-bottom: 5px;
    }
    .types .types__list ul {
        padding-left: 80px;
    }
    .quality__container {
        flex-direction: column;
    }
    .documents .documents__list {
        min-width: inherit;
    }
    .documents ol li {
        font-size: 16px;
    }
    .documents ol li span {
        min-width: 46px;
        margin-right: 12px;
        margin-bottom: 5px;
    }
    .documents ul {
        padding-left: 80px;
    }
    .documents .documents__info {
        padding: 10px 20px;
        font-size: 22px;
    }
    /* AUDIT PAGE END */

    /* CONSULTATION PAGE START */
    .consultation .main-screen__info img {
        right: 0;
    }
    .consult-types h2 {
        font-size: 30px;
    }
    .consultation .experience .ttl.lg {
        font-size: 30px;
    }
    .consultation .experience .exp-list .ttl span:first-child {
        font-weight: 700;
        font-size: 20px;
    }
    /* CONSULTATION PAGE END */

    .form-block .form-group-wrap {
        flex-direction: column;
    }

    .form-block p {
        font-size: 18px;
    }

    /* CASE ALL PAGE START */
    .case-all .case-item strong {
        font-size: 30px;
    }
    .case-all .case-item .case-info .info {
        font-size: 15px;
    }
    .case-all .case-item .case-info .info span {
        font-size: 16px;
    }
    /* CASE ALL PAGE END */
}

@media(max-width: 575px) {
    /* COURSE PAGE START */
    .course .main-screen h1,
    .course .main-screen h2 {
        font-size: 24px;
    }
    .courses .course-item img {
        width: 100%;
    }
    .courses .course-item h3 {
        font-size: 20px;
    }
    .courses {
        grid-template-columns: 1fr;
    }
    .course .after-complete .left h2 {
        font-size: 28px;
    }
    .course .after-complete .right {
        grid-template-columns: 1fr;
    }
    .course .after-complete .right h4 {
        font-size: 20px;
    }
    .program h2 {
        font-size: 28px;
    }
    .prices__container h2 {
        font-size: 28px;
    }
    .prices__list {
        grid-template-columns: 1fr;
    }
    .price-packages {
        grid-template-columns: 1fr;
    }
    /* COURSE PAGE END */

    /* AUDIT PAGE START */
    .types h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .quality h2 {
        font-size: 28px;
    }
    .documents h2 {
        font-size: 28px;
    }
    .documents .documents__info {
        font-size: 18px;
    }
    .ready h2 {
        font-size: 28px;
    }
    /* AUDIT PAGE END */

    /* CONSULTATION PAGE START */
    .consult-types h2 {
        font-size: 28px;
    }
    .consult-types .type {
        padding-left: 0;
        position: static;
    }
    .consult-types .type__top-price {
        position: static;
        max-width: fit-content;
        margin-left: auto;
    }
    .consult-types .type h3 {
        margin-top: 5px;
    }

    .consult-types .type h3 {
        font-size: 20px;
    }
    .consult-types .type h4 {
        font-size: 18px;
    }
    .consultation .experience .ttl.lg {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .consultation .experience .exp-list .ttl span:first-child {
        font-weight: 700;
        font-size: 18px;
    }
    /* CONSULTATION PAGE END */

    .form-block h2 {
        font-size: 28px;
    }

    .form-block p {
        font-size: 16px;
    }

    .form-block .form .select::after {
        right: 10px;
    }

    /* PROMO PAGE START */
    .promo .prices__container h2 {
        font-size: 28px;
    }

    .guarant h2 {
        font-size: 28px;
    }

    .guarant .guarant__container {
        grid-template-columns: 1fr;
    }

    .guarant .item h3 {
        font-size: 20px;
    }
    /* PROMO PAGE END */

    /* CASE ALL PAGE START */
    .course .main-screen h2 {
        font-size: 28px;
    }
    .case-all .case-item {
        padding: 15px;
    }
    .case-all .case-item strong {
        font-size: 26px;
    }
    .case-all .case-item p {
        margin-bottom: 12px;
    }
    .case-all .case-item .case-info .info {
        font-size: 15px;
    }
    .case-all .case-item .case-info .info span {
        font-size: 16px;
    }
    .case-all .case-item .case-info {
        flex-wrap: wrap;
    }
    .case-all .case-list__item a img {
        min-height: 360px;
        object-fit: cover;
    }
    /* CASE ALL PAGE END */

    /* CASE INNER PAGE START */
    .case-inner h3 {
        font-size: 30px;
    }

    .case-inner h4 {
        font-size: 22px;
    }

    .case-inner p {
        font-size: 16px;
    }

    .case-inner .block-wrap {
        padding: 16px 20px;
    }
    /* CASE INNER PAGE END */

    .form-block .form .btn.transparent {
        font-size: 14px;
    }
}