@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: local("Montserrat-Thin"),
    url(../fonts/Montserrat-Thin.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    src: local("Montserrat-ExtraLight"),
    url(../fonts/Montserrat-ExtraLight.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat-Light"),
    url(../fonts/Montserrat-Light.woff) format("woff");
    font-display: swap;
}

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

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat-Medium"),
    url(../fonts/Montserrat-Medium.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat-SemiBold"),
    url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-display: swap;
}

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

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

/* General */

html {
    overflow-x: hidden!important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
    overflow-x: hidden!important;
}

body.front-page {
    background: url('/local/templates/cw_virazz/img/page-bg.png') center top 130px no-repeat;
    background-size: 100% 4493px;
}

h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
}

a {
    text-decoration: none;
}

.lb-data .lb-details {
    display: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1204px;
    }
}

@media (max-width: 1199px) {
    body.front-page {
        background: url('/local/templates/cw_virazz/img/page-bg-1.png') center top no-repeat;
        background-size: 100% auto;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* Header */

.header {
    position: relative;
    background-color: #fff;
}

.header > .container {
    position: relative;
    background-color: #fff;
    z-index: 100;
}

.header-wrapper {
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 100;
}

.header-menu-wrapper {
    width: 12.66%;
}

.header-phone-wrapper {
    width: 29%;
    text-align: center;
}

.header-logo-wrapper {
    width: 16.66%;
    text-align: center;
}

.header-contacts-wrapper {
    width: 41.66%;
    text-align: right;
}

.header-menu {
    position: relative;
}

.header-menu .menu-button {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 17px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: transparent;
    transition: 0.2s;
}

.header-menu .menu-toggler {
    position: relative;
    display: block;
    height: 1px;
    width: 36px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000;
    transition: 0.2s;
}

.header-menu .menu-toggler:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 1px;
    width: 36px;
    background-color: #000;
    transition: 0.2s;
}

.header-menu .menu-toggler:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 36px;
    background-color: #000;
    transition: 0.2s;
}

.header-menu .menu-button:hover {
    color: #D14825;
    border: 1px solid #D14825;
    transition: 0.2s;
}

.header-menu .menu-button:hover .menu-toggler,
.header-menu .menu-button:hover .menu-toggler:before,
.header-menu .menu-button:hover .menu-toggler:after {
    background-color: #D14825;
    transition: 0.2s;
}

.header-phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    transition: 0.2s;
}

.header-phone mark{
    background: none;
}

.header-phone:hover {
    color: #D14825;
    transition: 0.2s;
}

.header-contacts-wrapper .contacts-link {
    margin-right: 10px;
}
.header-contacts-wrapper .contacts-link svg {
    width: 35px;
}
.header-contacts-wrapper .contacts-link svg path {
    transition: 0.2s;
}

.header-contacts-wrapper .contacts-link:hover svg path {
    fill: #000;
    transition: 0.2s;
}
.license-gallery .license-item img {
    max-height: 270px;
}
.header-contacts-wrapper .btn-call {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.header-contacts-wrapper .btn-call:hover {
    color: #fff;
    background-color: #D14825;
    transition: 0.2s;
}

.menu-links-wrapper {
    position: fixed;
    width: 100%;
    height: auto;
    overflow: auto;
    background: url(/local/templates/cw_virazz/img/first-lesson-2.png) right bottom no-repeat;
    background-color: #fff;
    padding-top: 73px;
    padding-bottom: 91px;
    border-top: 1px solid #E2E2E2;
    transform: translate(0, calc(-100% - 130px));
    transition: 0.3s;
    z-index: 20;
}

.menu-opened .menu-links-wrapper {
    transition: 0.3s;
    transform: translate(0, 0);
}

.menu-links-wrapper::-webkit-scrollbar {
}

.menu-overlay {
    content: '';
    position: fixed;
    left: 0;
    top: 126px;
    width: 100vw;
    height: calc(100% - 126px);
    background-color: transparent;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
}

.menu-opened .menu-overlay {
    transition: 0.3s;
    opacity: 1;
    background-color: rgba(15, 15, 15, 0.5);
    z-index: 5;
}

.menu-links-wrapper .container {
    position: relative;
}

.menu-links-wrapper .menu-close {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.menu-links-wrapper .menu-close svg path,
.menu-links-wrapper .menu-close svg line {
    stroke: #969696;
    transition: 0.2s;
}

.menu-links-wrapper .menu-close:hover svg path,
.menu-links-wrapper .menu-close:hover svg line {
    stroke: #D14825;
    transition: 0.2s;
}

.menu-links-wrapper .menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-links-wrapper .menu-links li {
    margin-bottom: 18px;
}

.menu-links-wrapper .menu-links li:last-child {
    margin-bottom: 0;
}

.menu-links-wrapper .menu-links li a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    transition: 0.2s;
}

.menu-links-wrapper .menu-links li a:hover {
    font-weight: 600;
    color: #D14825;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .header-menu-wrapper {
        order: 3;
        width: auto;
    }

    .header-phone-wrapper {
        order: 2;
        width: auto;
    }

    .header-logo-wrapper {
        order: 1;
        width: auto;
    }

    .header-contacts-wrapper {
        display: none;
    }

    .menu-links-wrapper {
        height: auto;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .menu-links-wrapper .menu-close {
        top: 0;
    }

    .menu-links-wrapper .row > div:nth-child(2) .menu-links {
        padding-right: 40px;
    }

    .menu-links-wrapper .row > div:first-child .menu-links {
        margin-bottom: 10px;
    }

    .menu-links-wrapper .menu-links li {
        margin-bottom: 10px;
    }

    .menu-links-wrapper .menu-links li a {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 991px) and (max-height: 547px) {
    .menu-links-wrapper {
        height: calc(100vh - 126px);
    }
}

@media (max-width: 767px) {
    .header-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .menu-links-wrapper {
        background: #ffffff;
    }

    .menu-links-wrapper .menu-links li a {
        font-size: 14px;
    }

    .menu-links-wrapper .menu-links {
        padding-right: 40px;
    }

    .menu-links-wrapper .row > div:nth-child(2) .menu-links {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) and (max-height: 711px) {
    .menu-links-wrapper {
        height: calc(100vh - 120px);
    }
}

@media (max-width: 500px) {
    .header-logo-wrapper img {
        width: 90px;
        height: auto;
    }

    .header-phone {
        font-size: 16px;
    }

    .header-menu .menu-button {
        font-size: 0;
        border: none!important;
        padding: 0;
    }

    .header-menu .menu-toggler {
        margin-right: 0;
    }

    .menu-links-wrapper {
        height: calc(100% - 103px);
    }
}

/* Top section */

.top-section {
    padding-top: 54px;
    background: url("/local/templates/cw_virazz/img/top-bg.png") left 50vw top no-repeat;
    background-size: auto;
}

.top-section-text-wrapper {
    padding-top: 23px;
}

.top-section-text-wrapper h1 {
    font-family: 'Days One', sans-serif;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.top-section-text-wrapper > span {
    display: block;
    font-family: 'Days One', sans-serif;
    font-size: 40px;
    line-height: 42px;
    color: #D14825;
    margin-bottom: 17px;
}

.top-section-text-wrapper span mark {
    font-size: 50px;
    line-height: 52px;
    color: #D14825;
    background: transparent;
    padding: 0;
}

.top-section-text-wrapper span .currency-symbol {
    font-size: 35px;
    line-height: 37px;
}

.top-section-text-wrapper p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 35px;
}

.top-section-links .btn-call {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    padding: 14px 38px;
    color: #fff;
    background-color: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.top-section-links .btn-call:hover {
    color: #D14825;
    background-color: transparent;
    transition: 0.2s;
}

.top-section-links .contacts-link {
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #EEEEEE;
    border-radius: 100%;
    margin-left: 20px;
    z-index: 2;
}

.top-section-links .contacts-link svg path {
    transition: 0.2s;
}

.top-section-links .contacts-link:hover svg path {
    fill: #000;
    transition: 0.2s;
}

.top-section img {
    margin-left: -204px;
}

@media (max-width: 1399px) {
    .top-section {
        padding-top: 20px;
    }

    .top-section-text-wrapper h1 {
        font-size: 38px;
    }

    .top-section img {
        margin-left: -80px;
        width: 850px;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .top-section-text-wrapper h1 {
        font-size: 32px;
    }

    .top-section img {
        margin-left: -100px;
    }
}

@media (max-width: 991px) {
    .top-section {
        padding-top: 0;
        background: none;
    }

    .top-section-text-wrapper {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .top-section-text-wrapper h1 {
        margin-bottom: 5px;
    }

    .top-section-text-wrapper > span {
        margin-bottom: 10px;
    }

    .top-section-text-wrapper p br {
        display: none;
    }

    .top-section-text-wrapper p {
        margin-bottom: 25px;
    }

    .top-section .col-lg-7 {
        padding-top: 30px;
        background: url("/local/templates/cw_virazz/img/top-bg.png") center bottom no-repeat;
        background-size: cover;
    }

    .top-section img {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .top-section-links .btn-call {
        padding: 14px 30px;
    }

    .top-section-links .contacts-link {
        margin-left: 10px;
    }
}

/* Features */

.features-section {
    padding-top: 100px;
}

.features-section .container {
    position: relative;
}

.features-section .container .features-section-bg-image {
    position: absolute;
    top: -135px;
    left: -95px;
}

.features-section .container .features-section-bg-image-2 {
    position: absolute;
    top: -100px;
    right: -70px;
}

.features-section h2 {
    margin-bottom: 90px;
    text-align: center;
}

.features-section .row > div {
    background: url('/local/templates/cw_virazz/img/feature-item-bg.svg') no-repeat;
    background-size: 88px 88px;
}

.feature-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    padding-left: 24px;
}

.feature-image {
    width: 71px;
    height: 71px;
    margin-right: 36px;
}

.feature-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #717070;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .feature-image  {
        margin-right: 20px;
    }

    .features-section h2 {
        margin-bottom: 60px;
    }

    .feature-item {
        margin-bottom: 60px;
    }

    .features-section .container .features-section-bg-image {
        width: 200px;
        height: auto;
        top: -100px;
        left: -40px;
    }

    .features-section .container .features-section-bg-image-2 {
        width: 170px;
        height: auto;
        top: -70px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .features-section h2 {
        margin-bottom: 42px;
    }

    .features-section .row > div {
        background: url("/local/templates/cw_virazz/img/feature-item-bg.svg") left 15px top no-repeat;
        background-size: 88px 88px;
    }

    .feature-item br {
        display: none;
    }

    .feature-item p {
        font-size: 18px;
        line-height: 21px;
    }

    .feature-item {
        margin-bottom: 50px;
    }

    .features-section .container .features-section-bg-image {
        top: -60px;
    }

    .features-section .container .features-section-bg-image-2 {
        width: 150px;
        top: -20px;
        right: -20px;
    }
    .features-section .row > div{
        background: url(/local/templates/cw_virazz/img/feature-item-bg.svg) left 4px top 29px no-repeat;
        background-size: 50px 60px;
    }
    .feature-image img{
        max-width: 60px;
        object-fit: contain;
    }
}

@media (max-width: 575px) {
    .features-section .container .features-section-bg-image {
        width: 150px;
    }

    .features-section .container .features-section-bg-image-2 {
        width: 120px;
    }


}

/* Program section */

.program-section {
    padding-top: 70px;
    padding-bottom: 84px;
}

.program-section h2 {
    margin-bottom: 42px;
}

.program-section img {
    margin-left: -15px;
    max-height: 720px;
}

.program-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.program-card {
    width: calc(50% - 10px);
    padding: 35px 25px;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.2s;
}

.program-card:hover {
    border: 1px solid #D14825;
    transition: 0.2s;
}

.program-card:first-child {
    background: url('/local/templates/cw_virazz/img/program-start.png') top -13px right -19px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card:nth-child(2) {
    background: url('/local/templates/cw_virazz/img/program-optimum.png') top -61px right -60px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card:nth-child(3) {
    background: url('/local/templates/cw_virazz/img/program-online.png') top -55px right -53px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card:nth-child(4) {
    background: url('/local/templates/cw_virazz/img/program-maxi.png') top -34px right -22px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card:nth-child(5) {
    background: url('/local/templates/cw_virazz/img/program-elit.png') top -20px right -10px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card:nth-child(6) {
    background: url('/local/templates/cw_virazz/img/program-premium.png') top -35px right -32px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.program-card h3 {
    font-size: 28px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 25px;
}

.program-card p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.program-card .program-bottom-block {
    display: flex;
    justify-content: space-between;
}

.program-card .program-more {
    position: relative;
    font-size: 0;
    line-height: 20px;
    font-weight: 600;
    width: 155px;
    max-height: 50px;
    padding: 14px 37px 14px 20px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
}

.program-card .program-more:before {
    position: absolute;
    content: '';
    right: 16px;
    top: 17px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #D14825;
    border-bottom: 1px solid #D14825;
    transform: rotate(315deg);
    transition: 0.2s;
}

.program-card:hover .program-more {
    font-size: 16px;
    background-color: #D14825;
    transition: background-color 0.2s;
}

.program-card:hover .program-more:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
}

.program-card .program-price-prev {
    display: block;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    color: #C8C8C8;
    text-decoration: line-through;
}

.program-card .program-price-prev .currency-symbol {
    font-size: 10px;
}

.program-card .program-price-current {
    display: block;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.program-card .program-price-current .currency-symbol {
    font-size: 12px;
}

.program-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program-text-wrapper p {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 0;
}

.program-text-wrapper a {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    color: #D14825;
    transition: 0.2s;
}

.program-text-wrapper a:hover {
    color: #000;
    transition: 0.2s;
}

@media (max-width: 1399px) {
    .program-card {
        padding: 25px 18px;
    }
}

@media (max-width: 1199px) {
    .program-section img {
        margin-left: -30px;
        width: 335px;
        height: auto;
    }

    .program-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .program-section h2 {
        text-align: center;
    }

    .program-section img {
        display: none;
    }
}

@media (max-width: 767px) {
    .program-section {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .program-card {
        width: 100%;
    }

    .program-cards-wrapper {
        margin-bottom: 10px;
    }

    .program-text-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .program-text-wrapper p {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .program-text-wrapper p br {
        display: none;
    }
}

/* Offer section */

.offer-form-step {
    display: none;
}

.offer-form-step.active {
    display: block;
}

.offer-section {
    padding: 100px 0;
    background: url('/local/templates/cw_virazz/img/offer-form-bg.png') top right no-repeat;
    background-size: auto;
    background-color: #F8F8F8;
}

.offer-form {
    position: relative;
}

.offer-form .offer-form-bg-image {
    position: absolute;
    top: -215px;
    left: -90px;
}

.offer-section h2 {
    margin-bottom: 15px;
}

.offer-section p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 70px;
}

.offer-section .offer-form h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.offer-section .offer-form--first-step h3 {
    margin-bottom: 50px;
}

.offer-form-radio-wrapper {
    margin-bottom: 60px;
}

.offer-form-radio-wrapper .offer-form-radio-label {
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.offer-form-radio-wrapper .offer-form-radio-label img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
    height: 209px;
}

.offer-form-radio-wrapper .offer-form-radio-label p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.offer-form-radio-wrapper .offer-form-radio:checked + .offer-form-radio-label img {
    border: 1px solid #D14825;
}

.offer-form-radio-wrapper .offer-form-radio:checked + .offer-form-radio-label p {
    color: #D14825;
}

.offer-section .offer-form--second-step h3 {
    margin-bottom: 25px;
}

.region-select {
    display: block;
    width: 380px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 18px 40px 18px 25px;
    background: url('/local/templates/cw_virazz/img/select-expand.svg') top 15px right 25px no-repeat;
    background-size: auto;
    background-color: #FFFEFE;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: 0;
}

.offer-form-age {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    margin-bottom: 70px;
}

.offer-form-age > input {
    display: block;
    width: 80px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 18px 25px;
    background-color: #FFFEFE;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    outline: 0;
}

.offer-form-age .minus,
.offer-form-age .plus {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/local/templates/cw_virazz/img/slider-arrow.svg') center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.offer-form-age .plus {
    transform: rotate(180deg);
}

.offer-form-transmission {
    display: flex;
}

.offer-form-transmission .offer-form-radio-wrapper {
    margin-right: 20px;
}

.offer-form-transmission .offer-form-radio-wrapper:last-child {
    margin-right: 0;
}

.offer-form-transmission .offer-form-radio-wrapper img {
    width: 200px;
    height: 110px;
    object-fit: cover;
}

.offer-form-study .offer-form-checkbox-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #151515;
    position: relative;
    cursor: pointer;
    padding-left: 36px;
    margin-bottom: 15px;
}

.offer-form-study .offer-form-checkbox-wrapper:last-child .offer-form-checkbox-label {
    margin-bottom: 0;
}

.offer-form-study .offer-form-checkbox-label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    background-color: #FFFEFE;
}

.offer-form-study .offer-form-checkbox:checked + .offer-form-checkbox-label:after {
    position: absolute;
    content: '';
    top: -4px;
    left: 4px;
    width: 24px;
    height: 26px;
    background: url('../img/checked.svg') center center no-repeat;
    background-size: contain;
}

.offer-form--third-step h2 {
    margin-bottom: 29px;
}

.offer-form--third-step img {
    margin-left: -58px;
    margin-bottom: 29px;
}

.offer-final-form-wrapper {
    padding-top: 36px;
}

/* Offer section final form */

.form-input input,
.form-input textarea{
    display: block;
    width: 100%;
    max-width: 380px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 18px 25px;
    background-color: #FFFEFE;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
}

.form-input input + .form-input input{
    margin-top: 20px;
}

.form-checkbox-wrapper {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding-left: 33px;
    margin: 32px 0 24px;


}

.offer-form-study .offer-form-checkbox,
.offer-form-radio-wrapper .offer-form-radio,
.form-checkbox-wrapper .form-checkbox {
    position: absolute;
    z-index: -10;
    width: 0;
    height: 0;
    opacity: 0;
}

.form-checkbox-wrapper label {
    font-size: 14px;
    line-height: 25px;
    color: #BBBBBB;
    cursor: pointer;
}

.form-checkbox-wrapper label a {
    color: #BBBBBB!important;
    text-decoration: underline;
}

.form-checkbox-wrapper label:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    background-color: #FFFEFE;
}

.form-checkbox-wrapper .form-checkbox:checked + label:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 2px;
    width: 14px;
    height: 13px;
    background: url('/local/templates/cw_virazz/img/checked.svg') center center no-repeat;
    background-size: contain;
}

.form-input input::placeholder,
.form-input textarea::placeholder{
    color: #DFDADA!important;
}

.form-submit-button {
    display: block;
    width: 180px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #D14825;
    background-color: #D14825;
    border-radius: 3px;
    padding: 13px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.form-submit-button:hover {
    transition: 0.2s;
    color: #D14825;
    background-color: #fff;
}

/* Offer section progress & buttons */

.offer-form-progress-wrapper {
    margin-bottom: 35px;
}

.offer-form-progress-wrapper p {
    font-size: 16px;
    line-height: 25px;
    color: #BBBBBB;
    margin-bottom: 24px;
}

.offer-form-progress-wrapper .offer-form-progress-bar {
    width: 100%;
    height: 2px;
    background-color: #BBBBBB;
}

.offer-form-progress-bar--current {
    display: block;
    height: 2px;
    background-color: #D14825;
}

.offer-form--first-step .offer-form-progress-bar--current {
    width: 33.33%;
}

.offer-form--second-step .offer-form-progress-bar--current {
    width: 66.66%;
}

.offer-form--third-step .offer-form-progress-bar--current {
    width: 100%;
}

.offer-form-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.offer-form-prev {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #D14825!important;
    cursor: pointer;
    transition: 0.2s;
}

.offer-form-prev:hover {
    text-decoration: underline;
    transition: 0.2s;
}

.offer-form--second-step .offer-form-prev {
    margin-right: 20px;
}

.offer-form-next {
    display: block;
    width: 94px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    background-color: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.offer-form-next:hover {
    color: #D14825;
    background-color: transparent;
    transition: 0.2s;
}

@media (max-width: 1399px) {
    .offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
        height: 170px;
    }

    .offer-form--third-step img {
        margin-left: -45px;
        width: 600px;
    }

    .offer-final-form-wrapper {
        padding-top: 0;
    }

    .offer-section .offer-final-form-wrapper p {
        margin-bottom: 50px;
    }

    .offer-section .offer-final-form-wrapper p br {
        display: none;
    }
}

@media (max-width: 991px) {
    .offer-form .offer-form-bg-image {
        width: 150px;
        height: auto;
        top: -160px;
    }

    .offer-section h2 + p {
        margin-bottom: 50px;
    }

    .offer-section .offer-form--first-step h3 {
        margin-bottom: 30px;
    }

    .offer-form-radio-wrapper {
        margin-bottom: 30px;
    }

    .offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
        height: 120px;
    }

    .offer-section .offer-form--second-step h3 br {
        display: none;
    }

    .offer-form-study,
    .region-select,
    .offer-form-age {
        margin-bottom: 30px;
    }

    .offer-section .offer-form h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .offer-form--third-step img {
        display: none;
    }

    .offer-form--third-step h2 {
        text-align: center;
    }

    .offer-section .offer-final-form-wrapper p {
        text-align: center;
        margin-bottom: 40px;
    }

    .offer-final-form-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .offer-form .offer-form-bg-image {
        top: -120px;
        left: -50px;
    }

    .offer-section {
        padding: 60px 0;
    }

    .offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .offer-form--first-step .offer-form-radio-wrapper .offer-form-radio-label img {
        height: 50vw;
    }
}

/* About section */

.about-section {
    padding-top: 100px;
}

.about-section .about-text {
    position: relative;
    padding-left: 80px;
    z-index: 2;
}

.about-section .about-text:before {
    position: absolute;
    content: '';
    top: -100px;
    left: -140px;
    width: 600px;
    height: 612px;
    background: url('/local/templates/cw_virazz/img/about-bg.png') center center no-repeat;
    background-size: auto 100%;
    z-index: -1;
}

.about-section .about-text h2 {
    margin-bottom: 30px;
}

.about-section .about-text p {
    font-size: 20px;
    line-height: 23px;
    color: #797979;
}

.about-section .about-text p {
    margin-bottom: 15px;
}

.about-section .about-text p:last-child {
    margin-bottom: 0;
}

.about-section .about-text .about-more {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #D14825;
    margin-top: 30px;
    transition: 0.2s;
}

.about-section .about-text .about-more:hover {
    color: #000000;
    transition: 0.2s;
}

.about-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 60px;
}

.about-slider-item {
    padding-left: 10px;
    padding-right: 10px;
}

.about-slider-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 216px;
    object-fit: cover;
    border-radius: 5px;
}

.about-slider-item img:first-child {
    margin-bottom: 20px;
}

.slider-arrow {
    bottom: 0;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url('/local/templates/cw_virazz/img/slider-arrow.svg') center center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}

.slider-next-arrow {
    right: 10px;
    bottom: -1px;
    transform: rotate(180deg);
}

.slider-prev-arrow {
    right: 60px;
}

@media (max-width: 1450px) {
    .about-section .about-text:before {
        left: -100px;
    }
}

@media (max-width: 1399px) {
    .about-slider-item img {
        height: 200px;
    }

    .about-section .about-text:before {
        display: none;
    }

    .about-section .about-text {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .about-slider-item img {
        height: 170px;
    }
}

@media (max-width: 991px) {
    .about-section .about-text {
        margin-bottom: 30px;
    }

    .about-slider-item img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding-top: 60px;
    }

    .about-slider {
        padding-bottom: 45px;
    }

    .about-slider-item img {
        height: 180px;
    }

    .about-section .about-text p {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    .about-slider-item img {
        height: 33vw;
    }

    .slider-arrow {
        width: 20px;
        height: 20px;
    }

    .slider-prev-arrow {
        right: 40px;
    }
}

/* Review section */

.review-section {
    padding-top: 110px;
}

.review-section .container {
    position: relative;
}

.review-section .review-section-bg-image {
    position: absolute;
    top: -75px;
    right: -130px;
}

.review-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.review-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.review-slider-item {
    padding-left: 10px;
    padding-right: 10px;
}

.review-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    background-color: #fff;
    padding: 35px;
    min-height: 440px;
    margin-bottom: 35px;
}

.review-card--video {
    position: relative;
    border: 0;
    justify-content: space-between;
    background: url("/local/templates/cw_virazz/img/review-video-bg.png") center center no-repeat;
    background-size: cover;
}
.review-card--video-youtube {
    position: relative;
    justify-content: space-between;
    background: none;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    background-size: cover;
}


.review-card .review-author {
    display: flex;
    margin-bottom: 25px;
}

.review-card--video .review-author {
    display: block;
    margin-bottom: 0;
}

.review-card .review-author img {
    margin-right: 23px;
}

.review-card .review-author-name {
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}

.review-card .review-program,
.review-card .review-date {
    display: block;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #B5B5B5;
}

.review-card .review-text p {
    font-size: 16px;
    line-height: 20px;
    color: #797979;
    margin-bottom: 25px;
}

.review-card .review-program {
    margin-bottom: 17px;
}

.review-card .review-link {
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #797979;
}

.review-card--video .review-author-name,
.review-card--video .review-program,
.review-card--video .review-date,
.review-card--video .review-link {
    color: #fff;
}

.review-card--video-youtube .review-author-name, .review-card--video-youtube .review-program, .review-card--video-youtube .review-date, .review-card--video-youtube .review-link{
    color: #000;
}

.review-card--video-youtube .review-program, .review-card--video-youtube .review-date{
    color: #B5B5B5;
}
#video{
    z-index: -2;
}
.review-card--video .review-video-play-button {
    position: absolute;
    width: 54px;
    height: 54px;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    background: url('/local/templates/cw_virazz/img/video-play.svg') center center no-repeat;
    background-size: auto;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.review-slider .slider-arrow {
    bottom: -40px;
}

.review-stat {
    display: flex;
    align-items: center;
    padding-right: 90px;
}

.review-stat .review-stat-number {
    font-family: 'Days One', sans-serif;
    font-size: 50px;
    line-height: 52px;
    color: #D14825;
    margin-right: 25px;
    min-width: 200px;
}

.review-stat p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.review-section-main video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.review-section-main .review-card--video .review-author{
    z-index: 9;
}

.review-section-main .review-link{
    z-index: 9;
}


.review-list-page .review-video-wrapper{
    max-height: 550px;
    width: 100%;
    max-width: max-content;
}
.review-list-page .review-video-wrapper video{
    width: auto;
    max-height: 550px;
    max-width: 100%;
    display: block;
}


@media (max-width: 1399px) {
    .review-card {
        min-height: 460px;
    }
}

@media (max-width: 1199px) {
    .review-card {
        padding: 20px;
    }

    .review-section {
        background: url('/local/templates/cw_virazz/img/page-bg-2.png') center bottom 15% no-repeat;
        background-size: 100% auto;
    }
}

@media (max-width: 991px) {
    .review-section .review-section-bg-image {
        width: 190px;
        height: auto;
        right: -70px;
        top: -30px;
    }

    .review-slider {
        padding-bottom: 60px;
    }

    .review-slider .slider-arrow {
        bottom: 30px;
    }

    .review-stat {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .review-section {
        padding-top: 60px;
    }

    .review-section h2 {
        margin-bottom: 42px;
    }

    .review-card {
        min-height: 440px;
    }
}

@media (max-width: 575px) {
    .review-stat {
        flex-direction: column;
    }

    .review-stat .review-stat-number {
        margin-right: 0;
    }

    .review-stat p {
        text-align: center;
    }
}

/* FAQ section */

.faq-section {
    padding-top: 154px;
    padding-bottom: 163px;
}

.faq-section .container {
    position: relative;
}

.faq-section .faq-section-bg-image-1 {
    position: absolute;
    top: -85px;
    left: -60px;
}

.faq-section .faq-section-bg-image-2 {
    position: absolute;
    bottom: -150px;
    right: -120px;
    z-index: -1;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 28px;
}

.faq-list {
    width: 100%;
    max-width: 974px;
    margin: 0 auto 60px;
}

.faq-item {
    position: relative;
    padding: 24px 70px 24px 35px;
    border-bottom: 1px solid #D1CBCB;
}

.faq-item:before {
    position: absolute;
    content: '';
    top: 32px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #D14825;
    border-radius: 3px;
}

.faq-item-heading {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.faq-item-content {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    font-size: 16px;
    line-height: 21px;
    color: #797979;
    margin-bottom: 0;
    transition: 0.3s;
}

.faq-item.expanded .faq-item-content{
    height: auto;
    padding-top: 16px;
    transition: 0.3s;
}

.faq-item-button {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 30px;
    right: 25px;
    background: url('/local/templates/cw_virazz/img/faq-item-button.svg') center center no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.faq-item.expanded .faq-item-button {
    transform: rotate(180deg);
    transition: 0.3s;
}

.faq-buttons {
    display: flex;
    justify-content: center;
}

.faq-show-all,
.faq-ask {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 14px;
    width: 246px;
    box-sizing: border-box;
    border: 1px solid #D14825;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.faq-show-all {
    margin-right: 20px;
}

.faq-show-all {
    color: #D14825!important;
    background-color: transparent;
    transition: 0.2s;
}

.faq-ask {
    color: #fff!important;
    background-color: #D14825;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .faq-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .faq-item-heading br {
        display: none;
    }

    .faq-section .faq-section-bg-image-1 {
        width: 150px;
        height: auto;
        left: -60px;
    }

    .faq-section .faq-section-bg-image-2 {
        width: 200px;
        height: auto;
        bottom: -70px;
        right: -80px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .faq-item-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .faq-item {
        padding: 18px 70px 18px 35px;
    }

    .faq-list {
        margin-bottom: 30px;
    }

    .faq-section .faq-section-bg-image-1 {
        top: -50px;
    }
}

@media (max-width: 575px) {
    .faq-item {
        padding: 18px 40px 18px 25px;
    }

    .faq-item-button {
        right: 10px;
    }

    .faq-item-heading {
        font-size: 17px;
        line-height: 23px;
    }

    .faq-item:before {
        width: 15px;
        height: 15px;
    }

    .faq-buttons {
        flex-direction: column;
        align-items: center;
    }

    .faq-show-all {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .faq-section .faq-section-bg-image-1 {
        left: -40px;
    }
}

/* FOS section */

.fos-section {
    padding-top: 63px;
    padding-bottom: 63px;
    background: url("/local/templates/cw_virazz/img/fos-bg.png") center center no-repeat;
    background-size: cover;
}

.fos-text-wrapper {
    padding-top: 127px;
}

.fos-text-wrapper h2 {
    font-family: 'Days One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
}

.fos-text-wrapper .fos-price-wrapper {
    display: block;
    font-family: 'Days One', sans-serif;
    font-size: 40px;
    line-height: 42px;
    color: #D14825;
    margin-bottom: 40px;
    border-bottom: none;
    text-decoration: none;
}

.fos-text-wrapper .fos-price-wrapper mark {
    font-size: 35px;
    line-height: 37px;
    padding: 0;
    color: #a09f9f;
    background-color: transparent;
    text-decoration: line-through;
}

.fos-text-wrapper .fos-price-wrapper .fos-price {
    font-size: 50px;
    line-height: 52px;
    display: inline-block;
}

.fos-text-wrapper .fos-price-wrapper .currency-symbol {
    font-size: 35px;
    line-height: 37px;
}

.fos-text-wrapper p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.fos-form-wrapper {
    background-color: #fff;
    padding: 40px;
    margin-left: 50px;
}

.fos-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fos-form-wrapper p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 39px;
}

.fos-form .form-input + .form-input{
    margin-top: 20px;
}

.fos-form .form-input{
    width: 100%;
}





@media (max-width: 1199px) {
    .fos-text-wrapper .fos-price-wrapper {
        font-size: 38px;
    }

    .fos-text-wrapper .fos-price-wrapper .fos-price {
        font-size: 46px;
    }

    .fos-form-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .fos-text-wrapper {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .fos-text-wrapper h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .fos-text-wrapper p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .fos-form-wrapper {
        padding: 30px;
    }
}

/* Footer */

.footer {
    color: #fff;
    background-color: #272727;
}

.footer a {
    color: #fff;
}

.footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #4D4D4D;
}

.footer-top .footer-top-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.footer-top .footer-top-wrapper > div {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}

.footer-description {
    padding-top: 20px;
}

.footer-description p {
    font-size: 16px;
    line-height: 21px;
}

.footer-description p span {
    font-weight: 600;
}

.footer-phone,
.footer-email {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    padding-top: 24px;
}

.footer-email {
    padding-top: 22px;
}

.footer-phone mark {
    background-color: transparent;
    color: #D14825;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-wrapper + .footer-menu-wrapper > ul.footer-menu,
.footer-email a {
    padding-left: 50px;
}

ul.footer-menu li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
}

ul.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-button {
    padding-top: 10px;
    text-align: right;
}

.footer-button .btn-call {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #D14825;
    background-color: #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.footer-button .btn-call:hover {
    color: #D14825;
    background-color: #fff;
    border: 1px solid #fff;
    transition: 0.2s;
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
	color: #7e7a7a;
}

.footer-socials-wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-socials-wrapper a {
    margin-right: 25px;
}

.footer-socials-wrapper a.footer-inst {
    width: 40px;
    height: 40px;
    border: 2px solid #D05028;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-socials-wrapper a:last-child {
    margin-right: 0;
}

.footer-bottom .row > div:last-child {
    text-align: right;
}

@media (max-width: 1199px) {
    .footer-menu-wrapper + .footer-menu-wrapper > ul.footer-menu,
    .footer-email a {
        padding-left: 0;
    }

    .footer-socials-wrapper a {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .footer-top .footer-top-wrapper {
        flex-direction: column;
    }

    .footer-logo {
        order: 1;
    }

    .footer-description {
        order: 2;
    }

    .footer-phone {
        order: 3;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footer-email {
        order: 4;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footer-button {
        order: 5;
        text-align: left;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footer-socials-wrapper {
        order: 6;
        text-align: left;
        justify-content: flex-start;
    }

    .footer-top .footer-top-wrapper > div {
        width: 50%;
    }

    .footer-menu-wrapper {
        position: absolute;
        right: 0;
    }

    .footer-menu-wrapper + .footer-menu-wrapper {
        top: 180px;
    }
}

@media (max-width: 767px) {
    .footer-top .footer-top-wrapper {
        align-items: center;
        text-align: center;
    }

    .footer-top .footer-top-wrapper > div {
        width: 100%;
    }

    .footer-menu-wrapper {
        position: static;
        order: 7;
    }

    .footer-description + .footer-menu-wrapper {
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .footer-button {
        text-align: center;
    }

    .footer-socials-wrapper {
        text-align: center;
        justify-content: center;
    }

    .footer-bottom,
    .footer-bottom .row > div:last-child {
        text-align: center;
    }
}

/* Animation */

.animate__animated.animate__fadeInRight,
.animate__animated.animate__fadeInLeft,
.animate__animated.animate__fadeInDown {
    --animate-duration: 1.2s;
}

/* Breadcrumbs */

.breadcrumbs {
    padding: 11px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list .breadcrumbs-item a,
.breadcrumbs-list .breadcrumbs-item span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #797979;
}

.breadcrumbs-list .breadcrumbs-item:not(.active):after {
    content: ' → ';
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #797979;
    margin-left: 2px;
    margin-right: 5px;
    font: caption;
}

/* Policy */

.policy {
    padding-top: 40px;
    padding-bottom: 60px;
}

.policy h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #020202;
    margin-bottom: 31px;
}

.policy-desc {
    font-size: 18px;
    line-height: 25px;
    color: #020202;
    margin-bottom: 75px;
}

.policy-content h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #020202;
    margin-bottom: 30px;
}

.policy-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #020202;
    margin-bottom: 25px;
}

.policy-content p + h3 {
    margin-top: 50px;
}

.policy-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    margin-bottom: 22px;
}

.policy-content p:last-child {
    margin-bottom: 0;
}

.policy-content p a {
    color: #020202;
}

.program-price-table{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction : column;
}

.program-price-table-r{
    width: 100%;
}

.program-price-table-l{
    width: 100%;
}
.price-page .program-section .program-card.premium-card ul li:before
{
    border-radius: 0;
    background: url(/local/templates/cw_virazz/img/star.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 2px;
}
.avtopark-grid .avtopark-item{
    position: relative;
}
.avtopark-grid .avtopark-item-link{
    position: relative;
}
.avtopark-grid .avtopark-item p{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff!important;
    pointer-events: none;
    transition:  ease-in-out .3s;
}

.avtopark-grid .avtopark-item-link:hover + p{
    opacity: 1;
    transition:  ease-in-out .3s;
}

.avtopark-item-link:after{
    content: '';
    background: rgb(0 0 0 / 0%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition:  ease-in-out .3s;
}
.avtopark-item-link:hover:after{
    background: rgb(0 0 0 / 60%);
    transition:  ease-in-out .3s;
}
.avtopark-item-link img{
    transform: scale(1);
    transition:  ease-in-out 1s;
}
.avtopark-item-link:hover img{
    transform: scale(1.2);
    transition:  ease-in-out 1s;
}

@media (max-width: 767px) {
    .policy {
        padding-bottom: 40px;
    }

    .policy h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .policy-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .policy-content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .policy-content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .policy-content p + h3 {
        margin-top: 30px;
    }

    .policy-content p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .program-price-table{
        flex-wrap: wrap;
    }

}

@media (max-width: 575px) {
    .policy h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .policy-desc {
        font-size: 14px;
        line-height: 21px;
    }

    .policy-content h2 {
        font-size: 23px;
        line-height: 30px;
    }
}

/* contacts */

.contacts-page {
    background: url('/local/templates/cw_virazz/img/contacts-bg.png') top center no-repeat;
    background-size: 100% auto;
}

.contacts-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.contacts-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #020202;
    text-align: center;
    margin-bottom: 41px;
}

.contacts-section .contacts-wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts-section .contacts-item {
    display: flex;
    align-items: center;
}

.address-section .address-text-item img,
.contacts-section .contacts-item img {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

.contacts-section .contacts-item a {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #1E1E1E;
    transition: 0.2s;
}

.contacts-section .contacts-item a:hover {
    color: #D14825;
    transition: 0.2s;
}

.address-section .address-section h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #131313;
    margin-bottom: 30px;
}

.address-section .address-text {
    padding-right: 80px;
    padding-bottom: 60px;
}

.address-section .address-text-item + h3 {
    margin-top: 35px;
}

.address-section .address-text-item p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.address-section .address-text-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.address-section .address-links {
    margin-top: 47px;
}

.address-section .address-links p {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #171717;
    margin-bottom: 20px;
}

.address-section .address-links a {
    width: 157px;
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #D14825;
    border: 1px solid #D14825;
    box-sizing: border-box;
    border-radius: 20px;
    align-items: center;
    margin-right: 24px;
}

.address-section .address-links a:last-child {
    margin-right: 0;
}

.address-section .address-links a .address-link-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100%;
}

.address-section .address-links a .address-link-text {
    margin: 0 auto;
}

.address-map-wrapper {
    margin-left: -55px;
    height: 100%;
    width: calc(50vw + 40px);
}

.address-map-wrapper .address-map {
    width: 100%;
    height: 100%;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.map-placemark-content {
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D14825;
    background-color: #fff;
    padding: 10px 15px;
    width: fit-content;
    white-space: nowrap;
    margin-top: -30px;
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .address-map-wrapper {
        margin-left: 0;
        width: calc(50vw - 15px);
    }

    .address-section .address-text {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .contacts-section .contacts-item a {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .contacts-page {
        background: url('/local/templates/cw_virazz/img/contacts-bg.png') top 15% center no-repeat;
        background-size: 100% auto;
    }

    .contacts-section .contacts-wrapper {
        flex-direction: column;
    }

    .contacts-section .contacts-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .address-section .address-text {
        padding-right: 0;
    }

    .address-map-wrapper {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        height: 450px;
    }

    .address-map {
        width: 100vw;
    }
}

@media (max-width: 767px) {
    .contacts-section {
        padding-top: 30px;
    }

    .contacts-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .contacts-section .contacts-item a {
        font-size: 20px;
    }

    .address-section .address-text-item img,
    .contacts-section .contacts-item img {
        width: 34px;
        height: 34px;
    }

    .address-section .address-links {
        margin-top: 30px;
    }

    .address-section .address-text {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .address-section .address-links a {
        width: 140px;
        font-size: 11px;
        margin-right: 5px;
    }

    .address-section .address-text-item {
        margin-bottom: 15px;
    }

    .address-section .address-text-item p {
        font-size: 14px;
        line-height: 21px;
    }

    .address-map {
        height: 300px;
    }
}

/* about */

/* banner-section */

.banner-section {
    padding-top: 37px;
}

.banner-section .container {
    position: relative;
}

.banner-section .banner-section-bg-image {
    position: absolute;
    top: -40px;
    right: 36%;
}

.banner-section .banner-text {
    padding-top: 13px;
}

.banner-section .banner-text h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 40px;
}

.banner-section .banner-text p {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 26px;
}

.banner-section .banner-text p:last-child {
    margin-bottom: 0;
}

.banner-section .banner-text a {
    color: #D14825;
    text-decoration: underline;
}

.banner-image {
    position: relative;
}

.banner-image-car {
    margin-left: 20px;
}

.banner-image-car-about{
    margin-top: -180px;
}
.price-page .banner-image-car-about{
    margin-top: -145px;
}
.banner-text-2{
    padding-top: 0!important;
    margin-bottom: 50px;
    margin-top: -50px;
}

.banner-image-cone-1 {
    position: absolute;
    bottom: 90px;
    left: -30px;
    z-index: -1;
}

.banner-image-cone-2 {
    position: absolute;
    bottom: 56px;
    left: 146px;
    z-index: 2;
}


.review-slider .slick-track {
    display: flex;
}
.review-slider  .slick-track .slick-slide {
    display: flex;
    height: auto;
}

.review-card--video{
    width: 100%;
}

.fos-section .form-input input{
     max-width: 100%;
}

@media (max-width: 1199px) {
    .banner-image {
        padding-top: 40px;
    }

    .banner-image-car {
        width: 745px;
        height: auto;
        margin-left: 0px;
    }

    .banner-image-cone-1 {
        width: 180px;
        height: auto;
    }

    .banner-image-cone-2 {
        width: 210px;
        height: auto;
        bottom: 40px;
        left: 140px;
    }
}

@media (max-width: 991px) {
    .banner-section .banner-section-bg-image {
        top: -40px;
        right: 0;
        left: 30px;
        width: 150px;
        height: auto;
    }

    .banner-section .banner-text h1 {
        text-align: center;
    }

    .banner-image {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-section-bg-image {
        display: none;
    }

    .banner-section {
        padding-top: 30px;
    }

    .banner-section .banner-text {
        padding-top: 0;
    }

    .banner-section .banner-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .banner-image-car {
        width: 100%;
    }

    .banner-image-cone-1 {
        width: 120px;
        bottom: 60px;
    }

    .banner-image-cone-2 {
        width: 150px;
        bottom: 25px;
        left: 90px;
    }
}

@media (max-width: 575px) {
    .banner-section .banner-text h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .banner-image-cone-1 {
        width: 21vw;
        bottom: 10vw;
        left: -15px;
    }

    .banner-image-cone-2 {
        width: 24vw;
        bottom: 5vw;
        left: 17vw;
    }
}

/* blockquote-section */

.blockquote-section {
    padding-bottom: 45px;
}

.blockquote-section .blockquote {
    position: relative;
    padding: 60px 65px;
    background-color: #F8F8F8;
    margin-bottom: 0;
}

.blockquote-section .blockquote:before {
    position: absolute;
    content: '';
    top: -38px;
    right: -38px;
    width: 130px;
    height: 115px;
    background: url('/local/templates/cw_virazz/img/quote-top.png') center center no-repeat;
    background-size: contain;
}

.blockquote-section .blockquote:after {
    position: absolute;
    content: '';
    bottom: -38px;
    left: -38px;
    width: 130px;
    height: 115px;
    background: url('/local/templates/cw_virazz/img/quote-bottom.png') center center no-repeat;
    background-size: contain;
}

.blockquote-section .blockquote p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}

.blockquote-section .blockquote p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .blockquote-section {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .blockquote-section .blockquote {
        padding: 40px;
    }

    .blockquote-section .blockquote:before {
        top: -20px;
        right: -20px;
        width: 70px;
        height: 70px;
    }

    .blockquote-section .blockquote:after {
        bottom: -20px;
        left: -20px;
        width: 70px;
        height: 70px;
    }

    .blockquote-section .blockquote p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .blockquote-section .blockquote {
        padding: 20px;
    }

    .blockquote-section .blockquote p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
}

/* license-section */

.license-section {
    padding-top: 100px;
}

.license-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

.license-text p {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 26px;
}

.license-text p:last-child {
    margin-bottom: 0;
}

.license-gallery {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin-left: auto;
}

.license-gallery .license-item {
    position: relative;
    margin-right: 20px;
}

.license-gallery .license-item:last-child {
    margin-right: 0;
}

.license-gallery .license-item:before {
    position: absolute;
    content: '';
    width: 62px;
    height: 62px;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
    background: url('/local/templates/cw_virazz/img/search.png') center center no-repeat;
    background-size: 33px auto;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
}

.license-gallery .license-item:hover:before {
    opacity: 1;
    z-index: 1;
    transition: 0.2s;
}

.license-gallery .license-item img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .license-section h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .license-section {
        padding-top: 40px;
    }

    .license-text {
        margin-bottom: 30px;
    }

    .license-gallery {
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .license-section {
        padding-top: 10px;
    }

    .license-section h2 {
        margin-bottom: 42px;
    }

    .license-text p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 575px) {
    .license-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .license-gallery .license-item:before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        background: url('/local/templates/cw_virazz/img/search.png') center center no-repeat;
        background-size: 20px auto;
        background-color: #fff;
    }
}

/* avtopark-section */

.avtopark-section {
    padding-top: 130px;
}

.avtopark-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.avtopark-section .about-slider {
    padding-bottom: 78px;
}

.avtopark-section .slider-prev-arrow {
    right: calc(50% + 20px);
}

.avtopark-section .slider-next-arrow {
    left: calc(50% + 20px);
}

@media (max-width: 1199px) {
    .avtopark-section h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .avtopark-section {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .avtopark-section {
        padding-top: 60px;
    }

    .avtopark-section h2 {
        margin-bottom: 42px;
    }

    .avtopark-section .about-slider {
        padding-bottom: 45px;
    }
}

@media (max-width: 575px) {
    .avtopark-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* instructors-section */

.instructors-section {
    padding-top: 140px;
    padding-bottom: 100px;
}

.instructors-section .container {
    position: relative;
}

.instructors-section-bg-image {
    position: absolute;
    top: -160px;
    left: -70px;
}

.instructors-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 56px;
    text-align: center;
}

.instructors-slider {
    margin-left: -7px;
    margin-right: -7px;
    padding-bottom: 78px;
}

.instructors-slider-item {
    padding-left: 7px;
    padding-right: 7px;
}

.instructors-slider-item img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 30px;
}

.instructors-slider-item .instructor-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}

.instructors-slider-item .instructor-text {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.instructors-slider-item .instructor-text:last-child {
    margin-bottom: 0;
}

.instructors-slider-item .instructor-text p {
    width: calc(100% - 60px);
    width: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #B5B5B5;
    margin-bottom: 0;
}

.instructors-slider-item .instructor-text span {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: right;
}

.instructors-section .slider-prev-arrow {
    right: calc(50% + 20px);
}

.instructors-section .slider-next-arrow {
    left: calc(50% + 20px);
}

@media (max-width: 1399px) {
    .instructors-slider-item img {
        height: 265px;
    }
}

@media (max-width: 1199px) {
    .instructors-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .instructors-slider-item img {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .instructors-section {
        padding-top: 100px;
    }

    .instructors-section-bg-image {
        width: 200px;
        height: auto;
        top: -120px;
        left: -30px;
    }
}

@media (max-width: 767px) {
    .instructors-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instructors-section-bg-image {
        width: 150px;
        top: -80px;
        left: -10px;
    }

    .instructors-section h2 {
        margin-bottom: 42px;
    }

    .instructors-section .instructors-slider {
        padding-bottom: 45px;
    }

    .instructors-slider-item img {
        margin-bottom: 15px;
    }

    .instructors-slider-item .instructor-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .instructors-slider-item .instructor-text p,
    .instructors-slider-item .instructor-text span {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .instructors-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .instructors-slider-item img {
        height: calc(50vw - 30px);
    }

    .instructors-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 399px) {
    .instructors-slider-item img {
        height: calc(100vw - 30px);
    }
}

/* blog */

.blog-page {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 330px no-repeat;
    background-size: 100% auto;
}

.blog-section {
    padding-top: 50px;
    padding-bottom: 60px;
}

.blog-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 40px;
}

.blog-section .blog-post {
    display: flex;
    flex-direction: column;
    height: 277px;
    padding: 34px;
    background: url('/local/templates/cw_virazz/img/blog-post-bg.png') top -60px right -55px no-repeat;
    background-size: auto;
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.blog-section .blog-post h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.blog-section .blog-post p {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #797979;
}

.blog-section .blog-post a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #D14825;
    margin-top: auto;
    transition: 0.2s;
}

.blog-section .blog-post a:hover {
    color: #000000;
    transition: 0.2s;
}

@media (max-width: 1199px) {
    .blog-section .blog-post {
        height: 320px;
    }
}

@media (max-width: 991px) {
    .blog-section h1 {
        text-align: center;
    }

    .blog-section .blog-post {
        height: auto;
    }

    .blog-section .blog-post h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .blog-page {
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 100px no-repeat;
        background-size: 100% auto;
    }

    .blog-section {
        padding-top: 30px;
    }

    .blog-section .blog-post {
        padding: 20px;
        background: url(/local/templates/cw_virazz/img/blog-post-bg.png) top -37px right -33px no-repeat;
        background-size: 100px auto;
        background-color: #FFFFFF;
    }

    .blog-section .blog-post h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .blog-section .blog-post p,
    .blog-section .blog-post a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .blog-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .blog-section {
        padding-bottom: 40px;
    }
}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.pagination span,
.pagination a{
    width: 33px;
    height: 36px;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-right: 8px;
    border: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.2s;
}

.pagination .blog-page-current{
    border: 2px solid #D14825;
}

.page-number:hover {
    color: #D14825;
    transition: 0.2s;
}

.page-number.current {
    border: 2px solid #D14825;
}

.page-number:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .pagination {
        padding-top: 15px;
    }

    .page-number {
        font-size: 20px;
    }
}

/* question */

.faq-page {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 330px no-repeat;
    background-size: 100% auto;
}

.question-section {
    padding-top: 50px;
}

.question-section .container {
    position: relative;
}

.question-section-bg-image-1 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.question-section-bg-image-2 {
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.question-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 26px;
}

.question-section .question-item {
    position: relative;
    padding: 24px 33px;
    border-bottom: 1px solid #D1CBCB;
}

.question-section .question-item:last-child {
    border-bottom: none;
}

.question-section .question-item:before {
    position: absolute;
    content: '';
    top: 31px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #D14825;
    border-radius: 3px;
}

.question-section .question-item .question-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 16px;
}

.question-section .question-item .question-answer {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #797979;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .question-section h1 {
        text-align: center;
    }

    .question-section-bg-image-2 {
        bottom: -150px;
    }
}

@media (max-width: 767px) {
    .faq-page {
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 100px no-repeat;
        background-size: 100% auto;
    }

    .question-section {
        padding-top: 30px;
    }

    .question-section .question-item {
        padding: 24px;
    }

    .question-section .question-item:before {
        top: 32px;
        width: 15px;
        height: 15px;
    }

    .question-section .question-item .question-heading {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .question-section .question-item .question-answer {
        font-size: 14px;
    }

    .question-section-bg-image-1 {
        top: 20px;
        width: 150px;
        height: 150px;
    }

    .question-section-bg-image-2 {
        bottom: -80px;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .question-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }
}

/* question-fos-section */

.question-fos-section {
    padding-top: 130px;
    padding-bottom: 70px;
}

.question-fos-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}

.question-fos-section p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.question-fos-section .form-submit-button {
    width: 248px;
    height: 60px;
}

.question-fos-section .form-checkbox-wrapper {
    margin: 10px auto 0;
}

.offer-form .form-input + .form-input{
    margin-top: 20px;
}

.offer-form .form-checkbox-wrapper{
    margin: 32px 0 24px;
}

.offer-form .row{
    overflow: hidden;
}

@media (max-width: 991px) {
    .question-fos-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .question-fos-section .form-input  {
        margin-bottom: 20px;
    }

    .question-fos-section .form-submit-button {
        margin-bottom: 20px;
        width: 100%;
    }

    .question-fos-section .form-checkbox-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .question-fos-section {
        padding-top: 60px;
    }

    .question-fos-section h2 {
        margin-bottom: 10px;
    }

    .question-fos-section p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .question-fos-section .form-input input {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .question-fos-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .question-fos-section p {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .question-fos-section .form-checkbox-wrapper {
        padding-left: 22px;
    }

    .question-fos-section .form-checkbox-wrapper label {
        font-size: 11px;
    }
}

/* reviews page */

.reviews-page {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 330px no-repeat;
    background-size: 100% auto;
}

.reviews-page .review-section {
    padding-top: 50px;
}

.reviews-page .review-section .container {
    position: relative;
}

.review-section-bg-image-1 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.review-section-bg-image-2 {
    position: absolute;
    bottom: 20px;
    left: calc(45% - 125px);
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.reviews-page h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.review-tabs {
    display: flex;
    margin-bottom: 50px;
}

.review-tabs .review-tab-item {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 13px 20px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.review-tabs .review-tab-item:hover {
    border: 1px solid #D14825;
    transition: 0.2s;
}

.review-tabs .review-tab-item.active {
    border: 1px solid #D14825;
    transition: 0.2s;
}

.review-tabs .review-tab-item:last-child {
    margin-right: 0;
}

.review-tab-item.all {
    display: none;
}

.reviews-page .review-card {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    min-height: unset;
}

.reviews-page .review-card.show {
    display: flex;
}

.reviews-page .review-card .review-author {
    margin-bottom: 0;
}

.reviews-page .review-card .review-author img {
    width: 86px;
}

.reviews-page .review-author-info {
    width: 230px;
    padding-right: 25px;
}

.reviews-page .review-card .review-text {
    width: 100%;
}

.reviews-page .review-card .review-text p {
    margin-bottom: 20px;
}

.reviews-page .review-card .review-text p:last-child,
.reviews-page .review-card .review-text .review-video-wrapper {
    margin-bottom: 30px;
}

.reviews-page .review-card .review-text .review-video-wrapper {
    position: relative;
    /*width: 100%;*/
    /*height: 395px;*/
    /*background: url('/local/templates/cw_virazz/img/review-video-bg-full.png') center center no-repeat;*/
    /*background-size: cover;*/
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}

.reviews-page .review-card .review-text .review-video-wrapper .review-video-play-button {
    position: absolute;
    width: 54px;
    height: 54px;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    background: url(/local/templates/cw_virazz/img/video-play.svg) center center no-repeat;
    background-size: auto;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 3;
}

@media (max-width: 1199px) {
    .reviews-page .review-card .review-text .review-video-wrapper {
        height: 310px;
    }
}

@media (max-width: 991px) {
    .review-section-bg-image-1 {
        width: 150px;
        height: 150px;
    }

    .review-section-bg-image-2 {
        bottom: 110px;
        left: 70%;
        width: 200px;
        height: 200px;
    }

    .reviews-page h1 {
        margin-bottom: 30px;
    }

    .review-tabs {
        margin-bottom: 30px;
    }

    .reviews-page .review-card {
        flex-direction: column;
    }

    .reviews-page .review-card .review-author {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .reviews-page .review-section {
        padding-top: 30px;
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 100px no-repeat;
        background-size: 100% auto;
    }

    .reviews-page .review-card .review-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .reviews-page .review-card .review-text .review-video-wrapper {
        height: 268px;
    }

    .review-tabs .review-tab-item {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 10px;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .review-section-bg-image-1 {
        top: 0;
        width: 120px;
        height: 120px;
    }

    .review-section-bg-image-2 {
        bottom: 200px;
        left: auto;
        right: 0;
        width: 150px;
        height: 150px;
    }

    .review-tabs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .review-tabs .review-tab-item {
        margin-bottom: 15px;
    }

    .reviews-page h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .reviews-page .review-card .review-text .review-video-wrapper {
        height: 100%;
        border: none;
    }

    .reviews-page .review-card .review-text .review-video-wrapper .review-video-play-button {
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        background: url(/local/templates/cw_virazz/img/video-play.svg) center center no-repeat;
        background-size: 10px;
        background-color: #fff;
    }

    .reviews-page .review-card .review-author-name,
    .reviews-page .review-card .review-program,
    .reviews-page .review-card .review-date {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 21px;
    }

    .reviews-page .review-card .review-author img {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
}

/* reviews page stat */

.reviews-page .review-stat {
    padding-top: 140px;
    padding-right: 0;
    align-items: normal;
}

.reviews-page .review-stat p {
    text-align: left!important;
}

.reviews-page .review-stat .review-stat-number {
    margin-right: 0;
    margin-bottom: 20px;
}

.reviews-page .review-links h4 {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 35px;
}

.reviews-page .review-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews-page .review-links-list a {
    display: flex;
    height: 34px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background: #D14825;
    border: 2px solid #D14825;
    border-radius: 5px;
}

.reviews-page .review-links-list a .review-link-image {
    display: flex;
    width: 31px;
    background: #FFFFFF;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.reviews-page .review-links-list a .review-link-image + span {
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 8px 0 11px;
}

@media (max-width: 991px) {
    .reviews-page .review-stat {
        padding-top: 100px;
    }

    .reviews-page .review-stat-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .reviews-page .review-stat {
        padding-top: 60px;
    }

    .reviews-page .review-stat .review-stat-number {
        font-size: 42px;
        line-height: 48px;
    }

    .reviews-page .review-stat p {
        font-size: 20px;
        line-height: 28px;
    }

    .reviews-page .review-links h4 {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 575px) {
    .reviews-page .review-links-list a .review-link-image + span {
        font-size: 11px;
    }
}

/* review-fos-section */

.review-fos-section {
    padding-top: 140px;
    padding-bottom: 90px;
    background: url('/local/templates/cw_virazz/img/review-fos-section-bg.png') bottom left no-repeat;
    background-size: contain;
}

.review-fos-section h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
}

.review-fos-section .review-fos-desc {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    max-width: 501px;
}

.review-fos-section .fos-form {
    align-items: flex-start;
}

.review-fos-section .fos-form .form-submit-button {
    width: 168px;
}

.review-fos-section .fos-form .form-input textarea{
    height: 100px;
    margin-bottom: 20px;
}

.form-input-file-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-input-file-image {
    display: flex;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D14825;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.form-input-file-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}

.form-input-file {
    display: none;
}

.review-fos-section .form-checkbox-wrapper {
    margin: 18px 0 32px;
}

@media (max-width: 991px) {
    .review-fos-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .review-fos-section .review-fos-desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .review-fos-section {
        padding-top: 40px;
    }

    .review-fos-section .form-input {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .review-fos-section h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .review-fos-section .review-fos-desc {
        font-size: 14px;
        line-height: 21px;
    }

    .review-fos-section .form-checkbox-wrapper {
        padding-left: 22px;
    }

    .review-fos-section .form-checkbox-wrapper label {
        font-size: 11px;
    }
}

/* blog detail */

.blog-detail {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 900px no-repeat;
    background-size: 100% auto;
}

.blog-detail-section {
    padding-top: 50px;
    padding-bottom: 70px;
}

.blog-detail-section .container {
    position: relative;
}

.blog-detail-section .blog-detail-bg-image-1 {
    position: absolute;
    top: -20px;
    right: 0;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.blog-detail-section .blog-detail-bg-image-2 {
    position: absolute;
    top: 17%;
    right: 10%;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.blog-detail-section .blog-detail-bg-image-3 {
    position: absolute;
    bottom: 24%;
    right: -50px;
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.blog-detail-section h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 40px;
}

.blog-detail-section .blog-detail-image-wrapper {
    position: relative;
    margin: 50px 0;
}

.blog-detail-section .blog-detail-image-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/cw_virazz/img/blog-detail-image-top.png') top right no-repeat;
    background-size: auto;
    z-index: 1;
}

.blog-detail-section .blog-detail-image-wrapper:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/cw_virazz/img/blog-detail-image-bottom.png') bottom left no-repeat;
    background-size: auto;
    z-index: 1;
}

.blog-detail-section .blog-detail-image-wrapper img {
    display: block;
    width: 100%;
}

.blog-detail-section h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #020202;
    margin-bottom: 25px;
    margin-top: 40px;
}

.blog-detail-section p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    margin-bottom: 22px;
}

.blog-detail-section p:last-child {
    margin-bottom: 0;
}

.blog-detail-section ul {
    list-style: none;
    margin-top: 40px;
    padding-left: 31px;
}

.blog-detail-section ul li span.blog-bold {
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #020202;
    margin-bottom: 15px;
}

.blog-detail-section ul li {
    position: relative;
    margin-bottom: 30px;
}

.blog-detail-section ul li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: -31px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #D14825;
}

.blog-detail-section ul li:last-child {
    margin-bottom: 0;
}

.blog-detail-section ul li p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .blog-detail-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .blog-detail-section .blog-detail-image-wrapper:before {
        background: url(/local/templates/cw_virazz/img/blog-detail-image-top.png) top right no-repeat;
        background-size: 80% auto;
    }

    .blog-detail-section .blog-detail-image-wrapper:after {
        background: url(/local/templates/cw_virazz/img/blog-detail-image-bottom.png) bottom left no-repeat;
        background-size: 80% auto;
    }
}

@media (max-width: 767px) {
    .blog-detail-section .blog-detail-bg-image-1 {
        top: -20px;
        right: 0;
        width: 120px;
        height: 120px;
    }

    .blog-detail-section .blog-detail-bg-image-2 {
        top: 17%;
        right: 10%;
        width: 160px;
        height: 160px;
    }

    .blog-detail-section .blog-detail-bg-image-3 {
        bottom: 24%;
        right: -50px;
        width: 200px;
        height: 200px;
    }

    .blog-detail {
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 30% no-repeat;
        background-size: 100% auto;
    }

    .blog-detail-section h1 {
        margin-bottom: 30px;
    }

    .blog-detail-section p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .blog-detail-section .blog-detail-image-wrapper {
        margin: 30px 0;
    }

    .blog-detail-section h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .blog-detail-section ul li span.blog-bold {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .blog-detail-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }
}

/* price page */

.price-page .banner-section {
    padding-top: 29px;
}

.price-page .banner-section .banner-text {
    padding-top: 40px;
}

.price-page {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 330px no-repeat;
    background-size: 100% auto;
}

.price-page .program-section.main-programs {
    padding-top: 0;
    padding-bottom: 88px;
    margin-top: -20px;
    position: relative;
}

.price-page .program-section.main-programs .container {
    position: relative;
}

.program-section img.main-programs-bg-image {
    position: absolute;
    top: -40px;
    left: -97px;
    width: 250px;
    height: 250px;
    object-fit: contain;
    z-index: -1;
}

.price-page .program-section.main-programs .program-cards-wrapper {
    margin-bottom: 30px;
}

.price-page .program-section.main-programs h2 {
    text-align: center;
    margin-bottom: 67px;
}

.price-page .program-section.additional-programs {
    padding-bottom: 60px;
    background: url('/local/templates/cw_virazz/img/additional-programs-bg.png') left top 175px no-repeat;
    background-size: auto;
}

.price-page .program-section.main-programs .program-card {
    width: calc(33.33% - 13px);
    /*height: 445px;*/
    display: flex;
    flex-direction: column;
}

.price-page .program-section.main-programs .program-card .program-bottom-block {
    margin-top: auto;
}

.price-page .program-section.additional-programs .program-card:first-child {
    background: url('/local/templates/cw_virazz/img/additional-program-1.png') top -20px right -20px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.price-page .program-section.additional-programs .program-card:nth-child(2) {
    background: url('/local/templates/cw_virazz/img/additional-program-2.png') top -39px right -24px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.price-page .program-section.additional-programs .program-card:nth-child(3) {
    background: url('/local/templates/cw_virazz/img/additional-program-3.png') top -69px right -32px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.price-page .program-section.additional-programs .program-card:nth-child(4) {
    background: url('/local/templates/cw_virazz/img/additional-program-4.png') top -34px right -20px no-repeat;
    background-size: auto;
    background-color: #fff;
}

.price-page .program-section .program-card p {
    color: #797979;
}

.price-page .program-price-table {
    margin-bottom: 50px;
}

.price-page .program-price-table-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #797979;
    margin-bottom: 20px;
}

.price-page .program-price-table-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price-page .program-price-table-item span {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #797979;
}

.price-page .program-price-table-item span .currency-symbol {
    font-size: 10px;
}

.price-page .program-price-table-item:last-child {
    margin-bottom: 0;
}

.price-page .program-price-table-item span:first-child {
    width: calc(100% - 80px);
}

.price-page .program-price-table-item span:nth-child(2) {
    width: 80px;
    text-align: right;
}

.price-page .program-section.additional-programs .program-card {
    display: flex;
    flex-direction: column;
    height: 426px;
}

.price-page .program-section.additional-programs .program-card .program-bottom-block {
    margin-top: auto;
}

.price-page .program-section .program-card ul {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 23px;
}

.price-page .program-section .program-card ul li {
    position: relative;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #797979;
    margin-bottom: 16px;
}

.price-page .program-section .program-card ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: -23px;
    border-radius: 100%;
    background: #D14825;
}

.price-detail-page .program-text-wrapper p,
.price-page .program-text-wrapper p {
    width: 635px;
    color: #797979;;
}

.price-detail-page .program-text-wrapper a,
.price-page .program-text-wrapper a {
    width: calc(100% - 635px);
    text-align: center;
}

.price-page .blockquote-section {
    padding-bottom: 140px;
}

.price-page .blockquote-section .container {
    position: relative;
}

.price-page .blockquote-section p {
    text-align: left;
}

.blockquote-bg-image {
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 200px;
    height: 200px;
    object-fit: contain;
    z-index: 1;
}

.price-page .program-section.additional-programs h2 {
    margin-top: -10px;
}

.online-study-page .offer-section,
.price-page .offer-section {
    background: transparent;
    padding-top: 0;
    padding-bottom: 70px;
}

.online-study-page .offer-section h2,
.price-page .offer-section h2 {
    margin-bottom: 29px;
}

.online-study-page .offer-section img,
.price-page .offer-section img {
    margin-left: -40px;
}

.online-study-page .offer-section p,
.price-page .offer-section p {
    margin-bottom: 63px;
}

.online-study-page .offer-section .offer-final-form-wrapper,
.price-page .offer-section .offer-final-form-wrapper {
    margin-left: auto;
    max-width: 554px;
    padding: 60px 53px;
    background-color: #F8F8F8;
}

.about-slider-item .avtopark-item-link{
    position: relative;
}

.about-slider-item{

    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;
}

.about-slider-item .avtopark-item-link {
    position: relative;
    display: block;

}

.about-slider-item img:first-child{
    margin-bottom: 0;
}


.about-slider-item p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #020202;
    padding: 13px 40px;
    margin-bottom: 0;
}
.about-slider-item p {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff!important;
    pointer-events: none;
    transition: ease-in-out .3s;
}

.about-slider-item .avtopark-item-link:hover + p {
    opacity: 1;
    transition: ease-in-out .3s;
}

.about-slider .slick-slide{
    margin-left: 10px;
    margin-right: 10px;
}

.online-study-page .offer-section img, .price-page .offer-section img{
    margin-left: 0;
    max-width: 100%;
    height: auto;
}

/*.price-page .banner-section{*/
/*    margin-bottom: 100px;*/
/*}*/

/*.price-page .banner-section img{*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    margin: 0;*/
/*}*/

.banner-section-online .btn-call{
    margin-top: 40px;
    display: inline-block;
}
.banner-section-online  .banner-text {
    padding-top: 30px;
}

.features-online-list{
    column-count: 2;
list-style: none;
    padding: 0;
    margin-top: 60px;
}

.features-online-list li{
    break-inside: avoid-column;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}


.features-online-list li:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #D14825;
    border-radius: 3px;
    left: 0;
    top: 4px;
}

.features-online-list-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.features-online-list-text{
font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.features-section-online{
    margin-top: 100px;
}


.features-section-online .row{
    align-items: center;
}


.how-section{
    padding-top: 100px;
}

.how-section .feature-item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.how-section .feature-item{
    flex-direction: column;
}
.how-section .feature-item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.how-section .feature-item{
    margin-top: 30px;
}
.how-section .feature-item img{

}

.how-section .feature-image{
    margin-bottom: 20px;
    margin-right: 0;
}

.how-section h2{
    text-align: center;


    margin-bottom: 40px;
}

.offer-form img{
    max-width: 100%;
}

/*.online-study-page{*/
/*    margin-top: 30px;*/
/*}*/


.video-section h2{
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.online-study-form .offer-section{
    background: none;
    background-color: transparent;
    padding-top: 0;
}

.online-study-form .offer-final-form-wrapper{
    background: #F8F8F8;
    padding: 60px 53px;
    margin-left: 28px;
}

.online-study-form .offer-section h2 {
    margin-bottom: 35px;
}

.online-study-form  .offer-form img{
    height: calc(100% - 120px);
    object-fit: cover;
}

.price-page .offer-section img{
    height: calc(100% - 120px);
    object-fit: cover;
}



.section-raspisanie{
    padding-top: 50px;
    padding-bottom: 80px;
}

.section-raspisanie h1{
    text-align: center;
    margin-bottom: 50px;
}

.section-raspisanie .container{
    position: relative;
}

.section-raspisanie .features-section-bg-image{
    position: absolute;
    right: -50px;
    top: -50px;
    width: 186.51px;
    height: 186.51px;
}

.features-section-bg-image-2{
    position: absolute;
    top: -275px;
    z-index: -1;
}

.raspisanie-online-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}



.raspisanie-online-item img{
   margin-right: 17px;
}
.raspisanie-online-item-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    max-width: 300px;
}

.raspisanie-online-link{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D14825;
    margin-right: 30px;
}
.section-raspisanie-online .btn-call-rasp,
.section-raspisanie-online .btn-call{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #D14825;
    background-color: #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.section-raspisanie-online h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 43px;
}
.raspisanie-online-btns{
    text-align: right;
}

.section-raspisanie-table{
margin-top: 45px;
}

.section-raspisanie-table h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 43px;
}



table.table_rasp {
    border: 1px solid #C7C7C7;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    background: #fff;
}

table.table_rasp:after{
    content: '';
    width: 100%;
    height: 100%;
    border: 18px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}



table.table_rasp tr {
    vertical-align: baseline;
    border: 1px solid #C7C7C7;

}

table.table_rasp th,
table.table_rasp td {
    padding: 20px 20px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #C7C7C7;
}
table.table_rasp td{
    vertical-align: middle;
}


table.table_rasp th {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 25px 10px 17px;
}

table.table_rasp .btn-call-class{
    background: #D14825;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
table.table_rasp .btn-online{
    background: #D14825;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


table.table_rasp th:nth-child(1){
    width: 280px
}
table.table_rasp td:nth-child(1){
    width: 280px
}

table.table_rasp th:last-child{
    width: 204px
}
table.table_rasp td:last-child{
    width: 204px
}

.zapis_online_btn{
    position: relative;
    line-height: 20px;
    font-weight: 600;
    width: 210px;
    max-height: 50px;
    text-align: center;
    padding: 14px 20px 14px 20px;
    color: #fff!important;
    text-decoration: none!important;
    border: 1px solid #D14825;
    background-color: #D14825;
    border-radius: 3px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    background-color: #D14825;
    display: inline-block;
    margin-top: 25px;
}

.zapis_online_btn:hover{
    color: #D14825!important;
    background: transparent;
    transition: ease-in-out 0.2s;
}


@media screen and (max-width: 1199px) {
    table.table_rasp th:last-child{
        width: 150px
    }
    table.table_rasp td:last-child{
        width: 150px
    }
    table.table_rasp th:nth-child(1){
        width: 190px
    }
    table.table_rasp td:nth-child(1){
        width: 190px
    }
    .raspisanie-online-link{
        margin-right: 8px;
    }
}

@media screen and (max-width: 992px) {
    table.table_rasp {
        border: 0;
    }

    table.table_rasp caption {
        font-size: 1.3em;
    }

    table.table_rasp thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table_rasp tr {

        display: block;
        margin-bottom: .625em;
    }

    table.table_rasp td {
        border-bottom: 1px solid #C7C7C7;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.table_rasp td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }

    table.table_rasp td:last-child {
        border-bottom: 0;
    }

    .raspisanie-online-btns {
        text-align: left;
    }
    table.table_rasp td:nth-child(1) {
        width: 100%;
    }
    table.table_rasp th:nth-child(1) {
        width: 100%;
    }
    table.table_rasp td:last-child {
        width: 100%;
    }
    table.table_rasp th:last-child {
        width: 100%;
    }
    table.table_rasp td {
        border-bottom: 0;
    }
    table.table_rasp .btn-call{
        display: inline-flex;
        max-width: 175px;
        height: 40px;
    }
    table.table_rasp tr {
        margin-bottom: 46px;
        border: none;
    }
    table.table_rasp td{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    table.table_rasp td br{
        display: none;
    }
    .banner-image-car-about {
        margin-top: -100px;
    }
    .banner-text-2{
        margin-top: 0;
    }
}















@media (max-width: 1199px) {
    .price-page .banner-section .banner-text {
        padding-top: 30px;
    }

    .price-page .banner-section {
        padding-bottom: 80px;
    }

    .price-page .program-section.main-programs .program-card br {
        display: none;
    }

    .online-study-page .offer-section img,
    .price-page .offer-section img {
        max-width: 100%;
    }

    .price-page .program-section.additional-programs .program-card {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .price-page .banner-section .banner-text h1 {
        margin-bottom: 20px;
    }

    .price-page .program-section.main-programs h2 {
        margin-bottom: 40px;
    }

    .price-page .banner-section .banner-text {
        margin-bottom: 30px;
    }

    .price-page .program-section.main-programs {
        margin-top: 0;
    }

    .price-page .program-section.main-programs {
        padding-bottom: 100px;
    }

    .price-page .blockquote-section {
        padding-bottom: 100px;
    }

    .price-page .program-section.additional-programs {
        padding-top: 0;
        padding-bottom: 40px;
        background: transparent;
    }

    .price-page .program-section.main-programs .program-card {
        width: calc(50% - 10px);
    }

    .program-text-wrapper {
        flex-direction: column;
    }

    .price-detail-page .program-text-wrapper p,
    .price-page .program-text-wrapper p {
        text-align: center;
        width: 100%;
    }

    .price-detail-page .program-text-wrapper a,
    .price-page .program-text-wrapper a {
        width: 100%;
        margin-top: 10px;
    }

    .price-page .program-section.additional-programs .program-card {
        height: 400px;
    }

    .online-study-page .offer-section h2,
    .price-page .offer-section h2 {
        text-align: center;
    }

    .online-study-page .offer-section img,
    .price-page .offer-section img {
        display: none;
    }

    .online-study-page .offer-section .offer-final-form-wrapper,
    .price-page .offer-section .offer-final-form-wrapper {
        max-width: 100%;
        margin-bottom: 0;
    }

    .program-section img.main-programs-bg-image {
        display: block;
    }


    table th:nth-child(1){
        width: 100%;
    }
    table td:nth-child(1){
        width: 100%;
    }
}

@media (max-width: 767px) {
    .price-page {
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 100px no-repeat;
        background-size: 100% auto;
    }

    .price-page .banner-section .banner-text {
        padding-top: 0;
    }

    .price-page .banner-section {
        padding-bottom: 40px;
    }

    .price-page .program-section.main-programs h2 br {
        display: none;
    }

    .price-page .program-section.additional-programs .program-card,
    .price-page .program-section.main-programs .program-card {
        width: 100%;
        height: auto;
    }

    .price-page .program-section.main-programs .program-cards-wrapper {
        margin-bottom: 10px;
    }

    .price-detail-page .program-text-wrapper p,
    .price-page .program-text-wrapper p {
        font-size: 20px;
        line-height: 30px;
    }

    .price-detail-page .program-text-wrapper a,
    .price-page .program-text-wrapper a {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }

    .price-page .blockquote-section,
    .price-page .program-section.main-programs {
        padding-bottom: 60px;
    }

    .price-page .program-section.additional-programs {
        padding-bottom: 30px;
    }

    .online-study-page .offer-section,
    .price-page .offer-section {
        padding-bottom: 40px;
    }

    .program-section img.main-programs-bg-image {
        top: 0;
        left: -70px;
        width: 200px;
        height: 200px;
    }

    .blockquote-bg-image {
        bottom: -50px;
        right: -20px;
        width: 150px;
        height: 150px
    }
}

@media (max-width: 575px) {
    .online-study-page .offer-section .offer-final-form-wrapper,
    .price-page .offer-section .offer-final-form-wrapper {
        padding: 15px;
    }

    .online-study-page .offer-section .form-checkbox-wrapper,
    .price-page .offer-section .form-checkbox-wrapper {
        padding-left: 24px;
    }

    .online-study-page .offer-section .form-checkbox-wrapper label,
    .price-page .offer-section .form-checkbox-wrapper label {
        font-size: 10px;
    }
}

/* price detail */

.price-detail-page {
    background: url('/local/templates/cw_virazz/img/blog-bg.png') center top 330px no-repeat;
    background-size: 100% auto;
}

.price-detail-page .banner-image {
    background: url('/local/templates/cw_virazz/img/price-detail-banner-image-bg.png') top left 45px no-repeat;
    background-size: auto;
}

.price-detail-page .banner-image-car {
    margin-top: 108px;
    margin-bottom: -10px;
}

.price-detail-page .banner-section {
    padding-top: 52px;
    padding-bottom: 66px;
}

.price-detail-page .banner-section .banner-text {
    max-width: 410px;
    padding-top: 0;
}

.price-detail-page .program-price-wrapper {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 35px;
}

.price-detail-page .program-price-wrapper .program-price-heading {
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.price-detail-page .program-price-wrapper .program-price-prev {
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #C8C8C8;
    margin-left: auto;
    text-decoration: line-through;
}

.price-detail-page .program-price-wrapper .program-price-prev .currency-symbol {
    font-size: 14px;
}

.price-detail-page .program-price-wrapper .program-price-current {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-left: 20px;
}

.price-detail-page .program-price-wrapper .program-price-current .currency-symbol {
    font-size: 28px;
}

.price-detail-page .program-price-table-heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 20px;
}

.price-detail-page .program-price-table-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price-detail-page .program-price-table-item:last-child {
    margin-bottom: 0;
}

.price-detail-page .program-price-table-item span {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.price-detail-page .program-price-table-item span .currency-symbol {
    font-size: 11px;
}

.price-detail-page .blockquote-section {
    padding-bottom: 134px;
}

.price-detail-page .blockquote h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.price-detail-page .blockquote ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 210px;
    max-width: 900px;
}

.price-detail-page .program-desc-card ul {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    list-style: none;
}

.price-detail-page .program-desc-card ul li,
.price-detail-page .blockquote ul li {
    position: relative;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.price-detail-page .program-desc-card ul li:last-child,
.price-detail-page .blockquote ul li:last-child {
    margin-bottom: 0;
}

.price-detail-page .program-desc-card ul li:before,
.price-detail-page .blockquote ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 7px;
    left: -22px;
    background: #D14825;
    border-radius: 100%;
}

.program-desc-section {
    padding-bottom: 80px;
}

.program-desc-wrapper {
    display: flex;
    margin-bottom: 50px;
}

.program-desc-card {
    position: relative;
    width: calc(100% - 10px);
    padding: 35px 25px 57px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}

.program-desc-card:first-child .program-desc-image {
    position: absolute;
    right: -30px;
    top: -110px;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.program-desc-card:nth-child(2) .program-desc-image {
    position: absolute;
    right: -20px;
    top: -140px;
    width: 270px;
    height: 270px;
    object-fit: contain;
}

.program-desc-card:nth-child(2n - 1) {
    margin-right: 20px;
}

.program-desc-card h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}


.modal-content-box input{
    max-width: 100%;
}

.error-form p{
    font-size: 13px!important;
    margin-bottom: 10px!important;
    text-align: center;
}


.hl{
    color: #D14825
}
.training-top-form-row .form-input{
    margin-right: 20px;
}
@media (max-width: 1199px) {
    .price-detail-page .banner-image {
        padding-top: 10px;
    }

    .price-detail-page .blockquote ul {
        padding-left: 100px;
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .price-detail-page .banner-section {
        padding-bottom: 100px;
    }

    .price-detail-page .banner-section .banner-text {
        max-width: 100%;
    }

    .price-detail-page .program-price-table-item span {
        font-size: 18px;
    }

    .price-detail-page .banner-image {
        background: url(/local/templates/cw_virazz/img/price-detail-banner-image-bg.png) top 50px left 45px no-repeat;
        background-size: 200px auto;
    }

    .price-detail-page .blockquote ul {
        padding-left: 22px;
        max-width: 100%;
    }

    .price-detail-page .program-desc-card ul li, .price-detail-page .blockquote ul li {
        font-size: 16px;
    }

    .program-desc-card:first-child .program-desc-image {
        top: -90px;
        width: 150px;
        height: 150px;
    }

    .program-desc-card:nth-child(2) .program-desc-image {
        top: -100px;
        width: 200px;
        height: 200px;
    }

    .price-detail-page .blockquote-section {
        padding-bottom: 100px;
    }

    .program-desc-wrapper {
        margin-bottom: 30px;
    }

    .features-section-online img{
        display: none;
    }
    /*.online-study-page {*/
    /*    margin-top: 80px;*/
    /*}*/
    .features-section-online h2{
        text-align: center;
    }
    .features-section-online {
        margin-top: 60px;
    }
    .online-study-page .banner-section {
        margin-bottom: 60px!important;
    }
    .online-study-page .banner-image{
        display: none
    }
    .how-section {
        padding-top: 40px;
    }
    .how-section h2{
        margin-bottom: 20px;
    }
    .feature-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .price-detail-page {
        background: url(/local/templates/cw_virazz/img/blog-bg.png) center top 300px no-repeat;
        background-size: 100% auto;
    }

    .price-detail-page .banner-image {
        background: url(/local/templates/cw_virazz/img/price-detail-banner-image-bg.png) top 50px left 45px no-repeat;
        background-size: 150px auto;
    }

    .price-detail-page .banner-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .price-detail-page .program-price-table-item span {
        font-size: 15px;
    }

    .price-detail-page .blockquote-section {
        padding-bottom: 60px;
    }

    .program-desc-wrapper {
        flex-wrap: wrap;
    }

    .program-desc-card {
        width: 100%;
        margin-right: 0!important;
    }

    .program-desc-card:first-child {
        margin-bottom: 40px;
    }

    .program-desc-card:first-child .program-desc-image {
        top: -60px;
        right: -20px;
        width: 120px;
        height: 120px;
    }

    .program-desc-card:nth-child(2) .program-desc-image {
        top: -60px;
        right: 0;
        width: 150px;
        height: 150px;
    }

    .program-desc-section {
        padding-bottom: 60px;
    }
    .features-online-list {
        column-count: 1;
    }
    /*.online-study-page {*/
    /*    margin-top: 40px;*/
    /*}*/
    .feature-item{
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .price-detail-page .banner-image {
        background: url(/local/templates/cw_virazz/img/price-detail-banner-image-bg.png) top 50px left 45px no-repeat;
        background-size: 30%;
    }

    .price-detail-page .program-price-wrapper .program-price-prev {
        font-size: 14px;
    }

    .price-detail-page .program-price-wrapper .program-price-prev .currency-symbol {
        font-size: 9px;
    }

    .price-detail-page .program-price-wrapper .program-price-current {
        font-size: 24px;
        line-height: 30px;
        margin-left: 10px;
    }

    .price-detail-page .program-price-wrapper .program-price-current .currency-symbol {
        font-size: 15px;
    }

    .price-detail-page .program-price-table-item span {
        font-size: 14px;
    }

    .program-desc-card h3,
    .price-detail-page .blockquote h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .price-detail-page .program-desc-card ul li, .price-detail-page .blockquote ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    form[name="SIMPLE_FORM_3"] .form-submit-button,
    form[name="SIMPLE_FORM_4"] .form-submit-button,
    form[name="SIMPLE_FORM_7"] .form-submit-button{
        width: 100%;
    }
    .online-study-page .offer-section p, .price-page .offer-section p {
        margin-bottom: 20px;
    }
.first-lesson-section-row .form-input{
    max-width: 100%;
    width: 100%;
}
    form[name="SIMPLE_FORM_5"] .form-input{
        width: 100%;
    }
    .form-checkbox-wrapper label {
        font-size: 13px;
    }
    .section-raspisanie-online h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .section-raspisanie-table h2{
        font-size: 24px;
        line-height: 32px;
    }
    .section-raspisanie h1{
        margin-bottom: 20px;
    }
    .raspisanie-online-item-text{
        font-size: 16px;
        line-height: 22px;
    }
    .raspisanie-online-btns{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .raspisanie-online-link {
        margin-right: 0;
        margin-bottom: 20px;
    }
    table.table_rasp:after{
        border: 15px solid #fff;
    }
    .how-section {
        padding-top: 0;
    }
    .features-online-list{
        margin-top: 30px;
    }
    .how-section h2 {
        margin-bottom: 0;
    }
    .feature-item{
        padding-left: 0;
    }
    .video-section h2{
        margin-bottom: 20px;
    }
    .banner-section {
        padding-top: 0;
    }
    .section-raspisanie .features-section-bg-image{
        display: none
    }
    .banner-image-car-about {
        margin-top: -50px;
    }
}

@media (max-width: 400px) {
    .price-detail-page .banner-image {
        background: url(/local/templates/cw_virazz/img/price-detail-banner-image-bg.png) top 70px left 45px no-repeat;
        background-size: 30%;
    }
}

/* page avtopark */

.avtopark-page .avtopark-section {
    padding-top: 50px;
    padding-bottom: 120px;
}

.avtopark-page .avtopark-section .container {
    position: relative;
}

.avtopark-page-bg-image {
    position: absolute;
    top: -50px;
    right: 40px;
    width: 250px;
    height: 250px;
    object-fit: contain;
    z-index: -1;
}

.avtopark-page h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.avtopark-page .avtopark-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.avtopark-grid .avtopark-item {
    width: calc(33.33% - 14px);
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.avtopark-grid .avtopark-item-link {
    display: block;
}

.avtopark-grid .avtopark-item:nth-child(3n) {
    margin-right: 0;
}

.avtopark-grid .avtopark-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.avtopark-grid .avtopark-item p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #020202;
    padding: 13px 40px;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .avtopark-grid .avtopark-item img {
        height: 273px;
    }
}

@media (max-width: 1199px) {
    .avtopark-grid .avtopark-item img {
        height: 226px;
    }
}

@media (max-width: 991px) {
    .avtopark-page-bg-image {
        right: 0;
        width: 200px;
        height: 200px;
    }

    .avtopark-page .avtopark-section {
        padding-bottom: 100px;
    }

    .avtopark-grid .avtopark-item {
        width: calc(50% - 10px);
    }

    .avtopark-grid .avtopark-item:nth-child(2n) {
        margin-right: 0!important;
    }

    .avtopark-grid .avtopark-item:nth-child(2n - 1) {
        margin-right: 20px!important;
    }

    .avtopark-grid .avtopark-item img {
        height: 257px;
    }
}

@media (max-width: 767px) {
    .avtopark-page .avtopark-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .avtopark-page-bg-image {
        top: -30px;
        width: 150px;
        height: 150px;
    }

    .avtopark-page h1 {
        margin-bottom: 30px;
    }

    .avtopark-grid .avtopark-item img {
        height: 188px;
    }

    .avtopark-grid .avtopark-item p {
        font-size: 14px;
        line-height: 21px;
        padding: 13px 20px;
    }
}

@media (max-width: 575px) {
    .avtopark-page h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .avtopark-grid .avtopark-item {
        width: 100%;
    }

    .avtopark-grid .avtopark-item:nth-child(2n - 1) {
        margin-right: 0!important;
    }

    .avtopark-grid .avtopark-item img {
        height: calc(79vw - 30px);
    }
}

/* instructors */

.instructors-page .instructors-section {
    padding-top: 56px;
    padding-bottom: 70px;
}

.instructors-page .instructors-section h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
}

.instructors-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

.instructors-grid .instructors-slider-item {
    width: calc(25% - 16.5px);
    margin-right: 22px;
    padding: 0;
    margin-bottom: 50px;
}

.instructors-grid .instructors-slider-item:nth-child(4n) {
    margin-right: 0;
}

.instructors-grid.instructors-theory {
    padding-bottom: 130px;
    position: relative;
}

.instructors-theory-wrapper,
.instructors-practice-wrapper {
    position: relative;
}

.instructors-theory-bg-image {
    position: absolute;
    width: 180px;
    height: 180px;
    object-fit: contain;
    top: -130px;
    right: 0;
    z-index: -1;
}

.instructors-practice-bg-image {
    position: absolute;
    width: 270px;
    height: 270px;
    object-fit: contain;
    top: -180px;
    right: 24%;
    z-index: -1;
}

@media (max-width: 991px) {
    .instructors-theory-bg-image {
        width: 130px;
        height: 130px;
        top: -100px;
    }

    .instructors-practice-bg-image {
        width: 200px;
        height: 200px;
        top: -140px;
        right: 0;
    }

    .instructors-grid.instructors-theory {
        padding-bottom: 100px;
    }

    .instructors-page .instructors-section h2 {
        text-align: center;
    }

    .instructors-grid .instructors-slider-item {
        width: calc(33.33% - 15px);
    }

    .instructors-grid .instructors-slider-item:nth-child(4n) {
        margin-right: 22px;
    }

    .instructors-grid .instructors-slider-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .instructors-page .instructors-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .instructors-grid.instructors-theory {
        padding-bottom: 60px;
    }

    .instructors-grid .instructors-slider-item {
        width: calc(50% - 11px);
    }

    .instructors-grid .instructors-slider-item:nth-child(3n) {
        margin-right: 22px;
    }

    .instructors-grid .instructors-slider-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .instructors-theory-bg-image {
        width: 100px;
        height: 100px;
    }

    .instructors-practice-bg-image {
        width: 170px;
        height: 170px;
        top: -100px;
    }

    .instructors-page .instructors-section h2 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }
}

@media (max-width: 399px) {
    .instructors-grid .instructors-slider-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .instructors-grid {
        margin-bottom: -30px;
    }

    .instructors-slider-item img {
        height: calc(100vw - 30px);
    }

    .instructors-grid .instructors-slider-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* Study */

.study-page {
    background: url('/local/templates/cw_virazz/img/study-bg.png') center top no-repeat;
    background-size: 100% auto;
}

.study-section {
    padding-top: 50px;
    padding-bottom: 70px;
}

.study-section .container {
    position: relative;
}

.study-online-bg-image {
    position: absolute;
    top: 30px;
    right: 150px;
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.study-section h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.study-section h2 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #131313;
    margin-bottom: 30px;
}

.study-online-card {
    display: flex;
    margin-bottom: 50px;
}

.study-online-card img {
    margin-right: 17px;
}

.study-online-text p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 11px;
}

.study-online-text p:nth-child(2) {
    margin-bottom: 15px;
}

.study-online-text a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D14825;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
}

.study-online-text a:hover {
    color: #000000;
    transition: 0.2s;
}

.col-cards {
    width: calc(100% - 684px);
}

.study-card {
    padding: 0;
    margin-bottom: 40px;
    transition: 0.2s;
    cursor: pointer;
}

.study-card.opened {
    padding: 26px;
    border: 1px solid #D14825;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.2s;
}

.study-card:last-child {
    margin-bottom: 0;
}

.study-card .study-card-address {
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    transition: 0.2s;
}

.study-card.opened .study-card-address {
    padding-left: 58px;
    margin-bottom: 40px;
    transition: 0.2s;
}

.study-card .study-card-address:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #D14825;
    transition: 0.2s;
}

.study-card.opened .study-card-address:before {
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 0;
    background: url('/local/templates/cw_virazz/img/location.svg') no-repeat;
    background-size: contain;
    transition: 0.2s;
}

.study-card .study-card-address p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 0;
    transition: 0.2s;
}

.study-card.opened .study-card-address p {
    font-weight: 600;
    transition: 0.2s;
}

.study-card .study-card-timetable {
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.study-card.opened .study-card-timetable {
    display: table;
}

.study-card .study-card-timetable tr td {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 16px;
}

.study-card .study-card-timetable tr td:first-child {
    width: 30%;
    text-align: left;
}

.study-card .study-card-timetable tr td:nth-child(2) {
    width: 20%;
    text-align: left;
}

.study-card .study-card-timetable tr td:nth-child(3) {
    width: 30%;
    text-align: right;
}

.study-card .study-card-timetable tr:last-child td {
    padding-bottom: 0;
}

.study-card .study-card-button {
    display: none;
    width: fit-content;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
    background: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    padding: 14px 38px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

.study-card.opened .study-card-button {
    display: block;
}

.study-card .study-card-button:hover {
    color: #D14825;
    background: #F8F8F8;
    border-radius: 3px;
    transition: 0.2s;
}

.study-map-wrapper .study-map-location-wrapper {
    position: relative;
}

.study-map {
    margin-top: 64px;
}

.study-map-wrapper .study-map-location {
    position: absolute;
    opacity: 0;
    transition: 0.2s;
}

.study-map-wrapper .study-map-location.active {
    opacity: 1;
    transition: 0.2s;
}

.study-map-wrapper .study-map-location {
    width: 34px;
    height: auto;
}

.study-map-location-wrapper .study-map-location:first-child {
    bottom: 689px;
    left: 118px;
}
.study-map-location-wrapper .study-map-location:nth-child(2) {
    bottom: 821px;
    left: 131px;
}
.study-map-location-wrapper .study-map-location:nth-child(3) {
    bottom: 611px;
    left: 361px;
}
.study-map-location-wrapper .study-map-location:nth-child(4) {
    bottom: 963px;
    left: 128px;
}
.study-map-location-wrapper .study-map-location:nth-child(5) {
    bottom: 1059px;
    left: 257px;
}
.study-map-location-wrapper .study-map-location:nth-child(6) {
    bottom: 991px;
    left: 369px;
}
.study-map-location-wrapper .study-map-location:nth-child(7) {
    bottom: 458px;
    left: 530px;
}
.study-map-location-wrapper .study-map-location:nth-child(8) {
    bottom: 93px;
    left: 258px;
}
.study-map-location-wrapper .study-map-location:nth-child(9) {
    bottom: 147px;
    left: 120px;
}

@media (max-width: 1199px) {
    .col-cards {
        width: calc(100% - 520px)
    }

    .study-map {
        width: 496px;
    }

    .study-map-location-wrapper .study-map-location:first-child {
        bottom: 518px;
        left: 84px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(2) {
        bottom: 617px;
        left: 94px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(3) {
        bottom: 458px;
        left: 267px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(4) {
        bottom: 724px;
        left: 91px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(5) {
        bottom: 797px;
        left: 189px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(6) {
        bottom: 745px;
        left: 273px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(7) {
        bottom: 344px;
        left: 394px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(8) {
        bottom: 70px;
        left: 189px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(9) {
        bottom: 111px;
        left: 86px;
    }
}

@media (max-width: 991px) {
    .col-cards {
        width: 100%;
    }

    .study-map {
        width: 100%;
    }

    .study-map-location-wrapper .study-map-location:first-child {
        bottom: 726px;
        left: 126px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(2) {
        bottom: 866px;
        left: 138px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(3) {
        bottom: 644px;
        left: 381px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(4) {
        bottom: 1016px;
        left: 135px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(5) {
        bottom: 1117px;
        left: 272px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(6) {
        bottom: 1046px;
        left: 390px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(7) {
        bottom: 484px;
        left: 560px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(8) {
        bottom: 98px;
        left: 274px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(9) {
        bottom: 157px;
        left: 128px;
    }
}

@media (max-width: 767px) {
    .study-page {
        background: url(/local/templates/cw_virazz/img/study-bg.png) center top 200px no-repeat;
        background-size: contain;
    }

    .study-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .study-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .study-online-bg-image {
        top: 20px;
        right: 0;
        width: 200px;
        height: 200px;
    }

    .study-section h2 {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .study-card {
        margin-bottom: 25px;
    }

    .study-map {
        margin-top: 30px;
    }

    .study-card .study-card-timetable,
    .study-card.opened .study-card-address {
        margin-bottom: 25px;
    }

    .study-card .study-card-address p,
    .study-online-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .study-card .study-card-timetable tr td {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .study-map-wrapper .study-map-location {
        width: 25px;
    }

    .study-map-location-wrapper .study-map-location:first-child {
        bottom: 538px;
        left: 93px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(2) {
        bottom: 642px;
        left: 103px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(3) {
        bottom: 477px;
        left: 283px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(4) {
        bottom: 753px;
        left: 100px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(5) {
        bottom: 828px;
        left: 201px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(6) {
        bottom: 775px;
        left: 289px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(7) {
        bottom: 358px;
        left: 415px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(8) {
        bottom: 73px;
        left: 202px;
    }
    .study-map-location-wrapper .study-map-location:nth-child(9) {
        bottom: 117px;
        left: 94px;
    }
}

@media (max-width: 575px) {
    .study-card.opened {
        padding: 15px;
    }

    .study-card .study-card-timetable tr td {
        font-size: 12px;
    }

    .study-map-wrapper .study-map-location {
        display: none;
    }
}

/* Ferst lesson */

.first-lesson-section {
    background: url(/local/templates/cw_virazz/img/first-lesson-1.png) left bottom no-repeat,
    url(/local/templates/cw_virazz/img/first-lesson-2.png) right bottom no-repeat;
    background-size: auto 100%, auto;
    background-color: #F8F8F8;
    padding: 65px 0 80px;
    margin-bottom: 110px;
}

.first-lesson-section h2 {
    font-family: Days One;
    font-weight: normal;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.first-lesson-section h2 mark {
    padding: 0;
    background: transparent;
    color: #D14825;
}

.first-lesson-section p.desc {
    max-width: 600px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin: 0 auto 48px;
}

.first-lesson-section form {
    max-width: 780px;
    margin: 0 auto;
}

.first-lesson-section-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-checkbox-wrapper{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    max-width: 385px;
    margin: 0 auto;
    margin-top: 15px;
}

.first-lesson-section-row .form-input input{
    height: 48px;
    width: 280px;
    margin: 0;
}

.first-lesson-section-row .form-submit-button {
    height: 48px;
    width: 180px;
}

.first-lesson-section-row + .form-checkbox-wrapper {
    margin: 15px auto 0;
}

.study-page .first-lesson-section {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .first-lesson-section-row .form-input input {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .first-lesson-section p.desc {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .first-lesson-section-row {
        flex-direction: column;
        align-items: center;
    }

    .first-lesson-section form {
        max-width: 380px;
    }

    .first-lesson-section-row .form-input input{
        width: 100%;
        margin-bottom: 20px;
    }

    .first-lesson-section-row .form-submit-button {
        width: 100%;
    }

    .first-lesson-section {
        background: url(/local/templates/cw_virazz/img/first-lesson-2.png) right bottom no-repeat;
        background-size: auto;
        background-color: #F8F8F8;
        padding: 60px 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .first-lesson-section h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .first-lesson-section p.desc {
        font-size: 14px;
        line-height: 21px;
    }
}

/* Study Online */

.online-study-page {
    background: url(/local/templates/cw_virazz/img/study-bg.png) no-repeat;
    background-size: 100% auto;
    background-position: 0px 610px;
}

.online-study-page .banner-image img {
    width: 100%;
    max-width: 100%;
}

.online-study-page .banner-section {
    margin-bottom: 100px;
}

.online-study-page .video-section {
    margin-bottom: 125px;
}

.online-study-page .video-section .video-wrapper {
    position: relative;
    width: 100%;
    height: 625px;
    background: url(/local/templates/cw_virazz/img/video-poster.png) center center no-repeat;
    background-size: cover;
}

.online-study-page .video-section .video-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

.online-study-page .video-section .video-play-button {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url(/local/templates/cw_virazz/img/video-play.svg) center center no-repeat;
    background-size: auto;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 1199px) {
    .online-study-page .video-section .video-wrapper {
        height: 480px;
    }
}

@media (max-width: 991px) {
    .online-study-page .video-section {
        margin-bottom: 100px;
    }

    .online-study-page .video-section .video-wrapper {
        height: 360px;
    }

    .online-study-page .banner-image {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .online-study-page {
        background: url(/local/templates/cw_virazz/img/study-bg.png) center top 200px no-repeat;
        background-size: contain;
    }

    .online-study-page .video-section .video-wrapper {
        height: 250px;
    }

    .online-study-page .video-section .video-play-button {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }

    .online-study-page .banner-section,
    .online-study-page .video-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .online-study-page .video-section .video-wrapper {
        height: calc(59vw - 30px);
    }
}

/* Training page */

.training-page {
    background: url('/local/templates/cw_virazz/img/study-bg.png') center top 500px no-repeat;
    background-size: 100% auto;
}

.training-top-section {
    padding-top: 75px;
    margin-bottom: 120px;
}

.training-top-section .container {
    position: relative;
}

.training-top-section .container:before {
    position: absolute;
    content: '';
    top: -68px;
    left: 5px;
    width: 680px;
    height: 500px;
    background: url(/local/templates/cw_virazz/img/logo-bg.png) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

.training-top-section img {
    max-width: 100%;
}

.training-top-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 20px;
}

.training-top-section .desc {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 50px;
}

.training-top-section .training-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}

.training-price .program-price-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.training-price .program-price-prev {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #C8C8C8;
    text-decoration: line-through;
    margin-right: 48px;
    margin-left: auto;
}

.training-price .program-price-prev .currency-symbol {
    font-size: 12px;
}

.training-price .program-price-current {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
}

.training-price .program-price-current .currency-symbol {
    font-size: 18px;
}

.training-top-form-row {
    display: flex;
    justify-content: space-between;
}

.training-top-form .form-input input{
    height: 48px;
    margin-top: 0;
    margin-right: 20px;
    padding: 13px 18px;
}

.training-top-form .form-checkbox-wrapper {
    margin: 15px 0 0;
}

.desc-section {
    margin-bottom: 70px;
}

.desc-section .container {
    position: relative;
}

.desc-section-bg-image {
    position: absolute;
    top: -100px;
    right: 0;
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.desc-section h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #131313;
    margin-bottom: 30px;
}

.desc-section p b {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.desc-section p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 27px;
}

.desc-section p:last-child {
    margin-bottom: 0;
}

.desc-section p + h3 {
    margin-top: 50px;
}

.desc-section img {
    max-width: 100%;
    padding-left: 30px;
}

.training-page .features-section {
    margin-bottom: 86px;
}

.training-page .feature-item {
    align-items: flex-start;
    margin-bottom: 64px;
}

.training-page .feature-image {
    margin-right: 31px;
}

.training-page .feature-item p {
    font-size: 18px;
    line-height: 21px;
}

.training-page .blockquote-section {
    padding-bottom: 175px;
}

.training-page .blockquote-section p {
    text-align: left;
}

.training-class-section {
    margin-bottom: 120px;
}

.training-class-section .container {
    position: relative;
}

.training-class-bg-image {
    position: absolute;
    top: -60px;
    right: -20px;
    width: 250px;
    height: 250px;
    object-fit: contain;
    z-index: -1;
}

.training-class-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    color: #000000;
    text-align: center;
    margin-bottom: 56px;
}

.training-class-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 80px;
}

.training-class-item-link {
    display: block;
}

.training-class-slider .training-class-slider-item {
    padding-left: 10px;
    padding-right: 10px;
}

.training-class-slider .training-class-slider-item img {
    height: 213px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 5px;
}

.training-class-slider .slider-prev-arrow {
    right: calc(50% + 20px);
}

.training-class-slider .slider-next-arrow {
    left: calc(50% + 20px);
}

.training-fos-section {
    margin-bottom: 70px;
}

.training-fos-section .container {
    position: relative;
}

.training-fos-bg-image {
    position: absolute;
    top: -110px;
    left: 20px;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.training-fos-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.training-fos-section h2 + p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.training-bottom-form-row {
    display: flex;
    justify-content: center;
}

.training-bottom-form .form-input {
    height: 58px;
    margin-top: 0;
    margin-right: 20px;
    max-width: 280px;
}

.training-bottom-form .form-checkbox-wrapper {
    margin: 10px auto 0;
}

@media (max-width: 1399px) {
    .training-top-form .form-input {
        margin-right: 7px;
    }
}

@media (max-width: 1199px) {
    .training-top-form .form-input {
        margin-right: 20px;
    }

    .training-top-section .container:before {
        width: 500px;
        height: 400px;
    }

    .training-top-section img {
        margin-top: 30px;
    }

    .training-top-section .desc,
    .training-top-section .training-price{
        margin-bottom: 25px;
    }

    .training-class-slider .training-class-slider-item img {
        height: 170px;
    }
}

@media (max-width: 991px) {
    .training-top-section {
        padding-top: 30px;
        margin-bottom: 100px;
    }

    .training-top-section .container:before {
        top: -35px;
        left: calc(50% - 230px);
        width: 600px;
    }

    .training-top-section img {
        display: block;
        margin: 0 auto 40px;
    }

    .desc-section {
        margin-bottom: 0;
    }

    .desc-section img {
        display: block;
        margin: 40px auto 0;
        padding: 0;
    }

    .training-page .features-section {
        margin-bottom: 36px;
    }

    .training-page .blockquote-section {
        padding-bottom: 100px;
    }

    .training-class-section {
        margin-bottom: 100px;
    }

    .training-fos-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .desc-section-bg-image {
        top: -120px;
        right: -20px;
        width: 200px;
        height: 200px;
    }

    .training-class-bg-image {
        top: -10px;
        right: 0;
        width: 180px;
        height: 180px;
    }

    .training-fos-bg-image {
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
    }

    .training-page {
        background: url(/local/templates/cw_virazz/img/study-bg.png) center top 200px no-repeat;
        background-size: contain;
    }

    .training-top-section {
        margin-bottom: 60px;
    }

    .training-top-section .desc {
        font-size: 16px;
    }

    .training-price {
        max-width: 480px;
    }

    .training-price .program-price-prev {
        margin-right: 15px;
    }

    .training-top-form-row {
        flex-direction: column;
    }

    .training-top-form .form-input {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .training-page .feature-item {
        margin-bottom: 50px;
    }

    .training-page .features-section {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .training-page .blockquote-section {
        padding-bottom: 60px;
    }

    .training-class-section {
        margin-bottom: 60px;
    }

    .training-class-section .training-class-slider {
        padding-bottom: 45px;
    }

    .training-class-slider .training-class-slider-item img {
        height: 190px;
    }

    .training-class-section h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .training-fos-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .training-bottom-form-row {
        flex-direction: column;
        max-width: 380px;
        margin: 0 auto;
    }

    .training-bottom-form .form-input {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .training-bottom-form .form-submit-button {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .training-top-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .training-top-section .desc {
        font-size: 14px;
    }

    .training-top-section .container:before {
        left: calc(50% - 40vw);
        width: 100vw;
        height: 80vw;
    }

    .training-top-section .desc,
    .training-top-section .training-price {
        margin-bottom: 15px;
    }

    .training-price .program-price-heading {
        font-size: 15px;
        line-height: 21px;
    }

    .training-price .program-price-prev {
        font-size: 13px;
        line-height: 21px;
        margin-right: 7px;
    }

    .training-price .program-price-prev .currency-symbol {
        font-size: 9px;
    }

    .training-price .program-price-current {
        font-size: 20px;
        line-height: 24px;
    }

    .training-price .program-price-current .currency-symbol {
        font-size: 10px;
    }

    .training-bottom-form .form-checkbox-wrapper,
    .training-top-form .form-checkbox-wrapper {
        padding-left: 29px;
    }

    .training-bottom-form .form-checkbox-wrapper label,
    .training-top-form .form-checkbox-wrapper label {
        font-size: 11px;
    }

    .desc-section h3 {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .desc-section p + h3 {
        margin-top: 30px;
    }

    .desc-section p {
        font-size: 14px;
        line-height: 21px;
    }

    .desc-section p b br {
        display: none;
    }

    .desc-section p b {
        font-size: 16px;
        line-height: 23px;
    }

    .training-class-section h2,
    .training-fos-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .training-fos-section h2 + p br {
        display: none;
    }

    .training-fos-section h2 + p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .training-class-slider .training-class-slider-item img {
        height: calc(40vw - 25px);
    }
}

@media (max-width: 399px) {
    .training-class-slider .training-class-slider-item img {
        height: calc(78vw - 30px);
    }
}

/* Avtodrom page */

.avtodrom-top-section {
    padding-top: 50px;
    margin-bottom: 120px;
}

.avtodrom-top-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.avtodrom-top-section .avtodrom-banner {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

.avtodrom-top-section .avtodrom-text {
    margin-bottom: 40px;
}

.avtodrom-top-section .avtodrom-text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 22px;
}

.avtodrom-top-section .avtodrom-text p:last-child {
    margin-bottom: 0;
}

.avtodrom-address {
    display: flex;
    align-items: center;
}

.avtodrom-address img {
    margin-right: 16px;
}

.avtodrom-address p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

.avtodrom-image {
    position: relative;
    background: url(/local/templates/cw_virazz/img/avtodrom-bg.png) top left 50px no-repeat;
    background-size: auto;
}

.avtodrom-image .avtodrom-car {
    max-width: 100%;
    margin-top: 80px;
}

.avtodrom-image .avtodrom-cone-1 {
    position: absolute;
    bottom: -45px;
    left: 165px;
    width: 138px;
    height: 138px;
    object-fit: contain;
}

.avtodrom-image .avtodrom-cone-2 {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 123px;
    height: 123px;
    object-fit: contain;
}

.avtodrom-page .training-class-section {
    margin-bottom: 70px;
}



@media (max-width: 1199px) {
    .avtodrom-image .avtodrom-cone-1 {
        left: 100px;
    }

    .avtodrom-image {
        background: url(/local/templates/cw_virazz/img/avtodrom-bg.png) top 20px left 30px no-repeat;
        background-size: 170px auto;
    }
}

@media (max-width: 991px) {
    .avtodrom-top-section {
        padding-top: 30px;
        margin-bottom: 100px;
    }

    .avtodrom-image .avtodrom-cone-1 {
        left: 170px;
    }

    .avtodrom-page .training-class-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .avtodrom-top-section {
        margin-bottom: 60px;
    }

    .avtodrom-top-section .avtodrom-banner {
        margin-bottom: 20px;
    }

    .avtodrom-top-section .avtodrom-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .avtodrom-top-section .avtodrom-text {
        margin-bottom: 30px;
    }

    .avtodrom-top-section h1 {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .avtodrom-top-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .avtodrom-image {
        background: url(/local/templates/cw_virazz/img/avtodrom-bg.png) top 30px left 20px no-repeat;
        background-size: 100px auto;
    }

    .avtodrom-image .avtodrom-cone-1 {
        left: 21vw;
        bottom: -20px;
        width: 25vw;
        height: 25vw;
    }

    .avtodrom-image .avtodrom-cone-2 {
        right: 0;
        bottom: 0;
        width: 20vw;
        height: 20vw;
    }

    .avtodrom-address p {
        font-size: 15px;
        line-height: 21px;
    }

    .avtodrom-address img {
        margin-right: 10px;
    }
}

.banner-section-online .btn-zap {
    margin-top: 40px;
    display: inline-block;
}

.top-section-links .btn-zap {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    padding: 14px 38px;
    color: #fff;
    background-color: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.top-section-links .btn-zap:hover {
    color: #D14825;
    background-color: transparent;
    transition: 0.2s;
}

.header-contacts-wrapper .btn-zap {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #D14825;
    border: 1px solid #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.footer-button .btn-zap {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #D14825;
    background-color: #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.header-contacts-wrapper .btn-zap:hover {
    color: #fff;
    background-color: #D14825;
    transition: 0.2s;
}

.footer-button .btn-zap:hover {
    color: #D14825;
    background-color: #fff;
    border: 1px solid #fff;
    transition: 0.2s;
}


/* Modal */

.box-modal {
    width: 1180px;
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
}

.box-modal .modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
	background:none !important;
}

.box-modal .modal-close svg {
    max-width: 100%;
}

.box-modal .modal-close svg path,
.box-modal .modal-close svg line {
    stroke: #969696;
    transition: 0.2s;
}

.box-modal .modal-close:hover svg path,
.box-modal .modal-close:hover svg line {
    stroke: #D14825;
    transition: 0.2s;
}

#modal-call.box-modal {
    max-width: 500px;
}
#modal-call-top.box-modal {
    max-width: 500px;
}
#modal-call-dop.box-modal {
    max-width: 500px;
}
#modal-call-class.box-modal {
    max-width: 500px;
}
#modal-call-rasp.box-modal {
    max-width: 500px;
}
#modal-docs.box-modal {
    background: url(/local/templates/cw_virazz/img/bg-image-7.png) bottom 100px right 20px no-repeat;
    background-size: 200px auto;
    background-color: #fff;
}

#modal-info.box-modal {
    background: url(/local/templates/cw_virazz/img/modal-bg.png) bottom right no-repeat;
    background-size: contain;
    background-color: #fff;
}

.box-modal .modal-content-box {
    padding: 60px 60px 70px;
}

#modal-call.box-modal .modal-content-box {
    padding: 50px;
}
#modal-call-top.box-modal .modal-content-box {
    padding: 50px;
}
#modal-call-dop.box-modal .modal-content-box {
    padding: 50px;
}
#modal-call-rasp.box-modal .modal-content-box {
    padding: 50px;
}
#modal-call-class.box-modal .modal-content-box {
    padding: 50px;
}
.box-modal .fos-form-wrapper {
    padding: 0;
    margin: 0;
}



.box-modal .fos-form-wrapper p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.box-modal h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #020202;
    margin-bottom: 35px;
}

.box-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-modal ul li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #020202;
    padding-left: 30px;
    margin-bottom: 20px;
}

.box-modal ul li:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #D14825;
    border-radius: 100%;
}

.box-modal ul li:last-child {
    margin-bottom: 0;
}

.box-modal ul li a {
    cursor: pointer;
    transition: 0.2s;
    text-decoration: underline!important;
}

.box-modal ul li a:hover {
    color: #D14825!important;
    transition: 0.2s;
}

.arcticmodal-container {
    max-width: 100vw;
}

.study-plan-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 65px;
}

.study-plan-slider .study-plan-wrapper {
    display: block;
    height: 354px;
    padding-left: 10px;
    padding-right: 10px;
}

.study-plan-slider .study-plan-wrapper .study-plan {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(196, 196, 196, 0.2);
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.2s;
}

.study-plan-slider .study-plan-wrapper .study-plan:hover {
    border: 1px solid #D14825;
    transition: 0.2s;
}

.study-plan-slider .study-plan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study-plan-slider .study-plan:before {
    position: absolute;
    content: '';
    width: 62px;
    height: 62px;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
    background: url(/local/templates/cw_virazz/img/search.png) center center no-repeat;
    background-size: 33px auto;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
}

.study-plan-slider .study-plan:hover:before {
    opacity: 1;
    z-index: 1;
    transition: 0.2s;
}

.study-plan-slider .slider-prev-arrow {
    right: calc(50% + 10px);
    bottom: -10px;
}

.study-plan-slider .slider-next-arrow {
    left: calc(50% + 10px);
    right: unset;
    bottom: -10px;
}

@media (max-width: 1399px) {
    .box-modal {
        width: 1116px;
    }

    .study-plan-slider .study-plan-wrapper {
        height: 340px;
    }
}

@media (max-width: 1199px) {
    .box-modal {
        width: 936px;
    }

    .study-plan-slider .study-plan-wrapper {
        height: 270px;
    }
}

@media (max-width: 991px) {
    .box-modal {
        width: 696px;
    }

    .box-modal .modal-content-box {
        padding: 40px;
    }

    .box-modal .modal-close {
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 767px) {
    .box-modal {
        width: auto;
        max-width: calc(100vw - 48px);
    }

    #modal-docs.box-modal {
        background: url(/local/templates/cw_virazz/img/bg-image-7.png) bottom 100px right 20px no-repeat;
        background-size: 150px auto;
        background-color: #fff;
    }

    .box-modal h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .box-modal ul li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .study-plan-slider .study-plan-wrapper {
        height: calc(70vw - 84px);
    }
}

@media (max-width: 620px) {
    .box-modal .fos-form-wrapper {
        width: 100%;
    }

    .box-modal .fos-form-wrapper p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .box-modal .modal-close {
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 575px) {
    .box-modal .modal-content-box {
        padding: 25px!important;
    }

    .study-plan-slider {
        padding-bottom: 40px;
    }

    .study-plan-slider .slider-next-arrow,
    .study-plan-slider .slider-prev-arrow {
        bottom: 0;
    }

    .study-plan-slider .study-plan-wrapper {
        height: calc(70vw - 54px);
    }
}

@media (max-width: 399px) {
    .study-plan-slider .study-plan-wrapper {
        height: calc(140vw - 88px);
    }
}

/* credit */

.credit-page {
    background: url('/local/templates/cw_virazz/img/credit-bg.png') center top no-repeat;
    background-size: 100% auto;
}

.credit-top-section {
    padding-top: 50px;
    margin-bottom: 130px;
}

.credit-top-section-text h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 40px;
}

.credit-top-section-text p {
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    margin-bottom: 25px;
}

.credit-top-section-text p:last-child {
    margin-bottom: 0;
}

.credit-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.credit-list .credit-list-item {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #797979;
    margin-bottom: 30px;
    padding-left: 33px;
}

.credit-list .credit-list-item:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #D14825;
    border-radius: 3px;
}

.credit-list .credit-list-item:last-child {
    margin-bottom: 0;
}

.credit-list .credit-list-item span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 16px;
}

.credit-page .blockquote-section {
    padding-bottom: 100px;
}

.credit-page .blockquote-section .blockquote p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.credit-page .text-section p {
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    margin: 0;
}

.credit-page .text-section {
    margin-bottom: 115px;
}

.credit-page .first-lesson-section {
    margin-bottom: 0;
}

.credit-page .text-section .container {
    position: relative;
}

.credit-page .text-section-bg-image {
    position: absolute;
    top: -70px;
    right: -40px;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .credit-top-section {
        margin-bottom: 100px;
    }

    .credit-top-section-text h1 {
        margin-bottom: 30px;
    }

    .credit-top-section-text {
        margin-bottom: 40px;
    }

    .credit-page .text-section {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .credit-page {
        background: url(/local/templates/cw_virazz/img/credit-bg.png) center top 100px no-repeat;
        background-size: 100% auto;
    }

    .credit-top-section {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .credit-top-section-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .credit-list .credit-list-item {
        font-size: 14px;
    }

    .credit-list .credit-list-item span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .credit-page .blockquote-section {
        padding-bottom: 60px;
    }

    .credit-page .blockquote-section .blockquote p {
        font-size: 18px;
        line-height: 26px;
    }

    .credit-page .text-section {
        margin-bottom: 60px;
    }

    .credit-page .text-section p {
        font-size: 14px;
        line-height: 21px;
    }

    .credit-page .text-section-bg-image {
        top: -30px;
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 575px) {
    .credit-top-section-text h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .credit-top-section-text p {
        margin-bottom: 15px;
    }

    .credit-top-section-text {
        margin-bottom: 15px;
    }

    .credit-list .credit-list-item {
        margin-bottom: 20px;
    }

    .credit-list .credit-list-item span {
        margin-bottom: 0;
    }

    .credit-page .text-section-bg-image {
        top: 0;
        right: 0;
    }
}

/* Exam online */

.exam-online-section {
    padding-top: 50px;
    padding-bottom: 70px;
}

.exam-online-section .container {
    position: relative;
}

.exam-online-bg-image {
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: contain;
    top: 0;
    right: -40px;
    z-index: -1;
}

.exam-online-section h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.exam-online-tab-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.exam-online-tab-list li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 13px 20px;
    background-color: #ffffff;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 20px;
    transition: 0.2s;
}

.exam-online-tab-list li:last-child a {
    margin-right: 0;
}

.exam-online-tab-list li a.active,
.exam-online-tab-list li a:hover {
    border: 1px solid #D14825;
    transition: 0.2s;
}

.exam-online-tab-content .tab-pane {
    display: flex;
}

.exam-online-tab-content .tab-pane-sidebar {
    width: 220px;
    min-width: 220px;
    list-style: none;
    margin-right: 60px;
    margin-bottom: 0;
    padding: 0;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children {
    position: relative;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > .dropdown {
    display: block;
    position: absolute;
    top: 20px;
    right: -5px;
    width: 30px;
    height: 30px;
    transition: 0.2s;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > .dropdown:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border-left: 2px solid #D1CBCB;
    border-bottom: 2px solid #D1CBCB;
    transform: rotate(-45deg);
    border-radius: 1px;
    cursor: pointer;
    transition: 0.2s;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children:hover > .dropdown:before {
    transform: rotate(-225deg);
    top: 10px;
    transition: 0.2s;
}

.exam-online-tab-content .tab-pane-sidebar > li > a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 25px 44px 10px 0;
    border-bottom: 1px solid #C7C7C7;
    cursor: pointer;
    transition: 0.2s;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > ul {
    position: absolute;
    width: max-content;
    max-width: 990px;
    top: 54px;
    left: 190px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
    list-style: none;
    opacity: 0;
    z-index: -1;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children:hover > ul {
    opacity: 1;
    z-index: 2;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li {
    padding: 0 20px;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li > a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #C7C7C7;
    cursor: pointer;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li:last-child > a {
    border-bottom: 0;
}

.exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li > a:not(:last-child) {
    border: 1px solid #C7C7C7;
}

.exam-online-tab-content .tab-pane-sidebar > li a:hover {
    color: #D14825!important;
    transition: 0.2s;
}

.tab-pane-content-wrapper {
    padding-top: 30px;
}

.tab-pane-content-heading-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tab-pane-content-heading-block img {
    width: 89px;
    height: 78px;
    object-fit: contain;
    margin-right: 15px;
}

.tab-pane-content-heading {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #3A6392;
    margin-bottom: 6px;
}

.tab-pane-content-desc {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.tab-pane-content-text p {
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    margin-bottom: 20px;
}

.tab-pane-content-text p:last-child {
    margin-bottom: 0;
}

.tab-pane-content-text a {
    color: #000000;
    transition: 0.2s;
    text-decoration: underline;
}

.tab-pane-content-text a:hover {
    color: #D14825;
    transition: 0.2s;
}

.tab-pane-content-text li {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #020202;
}
.footer-pb {
    position: fixed;
    flex-direction: column;
    display: flex;
    bottom: 50px;
    right: 50px;
}
.footer-pb a {
    margin-bottom: 15px;
}
.footer-pb a svg {
    width: 40px;
    height: 40px;
}
.no-before:before{content:none!important;}


.price-page .program-section.main-programs .program-card:last-child {
    width: calc(66.66% - 6px);
}

.conweb_developer{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.conweb_developer a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.conweb_developer img{
    max-width: 24px;
    margin-left: 10px;
}

.col-policy{
    text-align: center;
}


.page_404{
    padding-top: 100px;
    padding-bottom: 100px;
}

.page_404 h1{
    font-size: 106px;
    line-height: 130px;
    font-weight: 800;
    color: #D14825;
    text-align: center;
}

.subtitle_404{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.text_404{
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.subtitle_btn{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #D14825;
    display: block;
    max-width: 200px;
    color: #fff;
    background: #D14825;
    border-radius: 3px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 auto;
}

.subtitle_btn:hover{
    color: #D14825;
    background: #fff;
    transition: 0.2s;
}

#modal-thnx{
    max-width: 500px;
    text-align: center;
}
#modal-thnx .modal-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
@media (max-width: 1399px) {
    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul {
        max-width: 900px;
    }
}   

@media (max-width: 1199px) {
    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .exam-online-section {
        padding-bottom: 50px;
    }
    .price-page .program-section.main-programs .program-card:last-child {
        width: 100%;
    }
    .exam-online-bg-image {
        width: 160px;
        height: 160px;
        top: -50px;
        right: -40px;
    }

    .exam-online-tab-content .tab-pane {
        flex-direction: column;
    }

    .exam-online-tab-content .tab-pane-sidebar {
        width: 100%;
        margin-right: 0;
    }

    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul {
        position: static;
        width: 100%;
        opacity: 1;
        height: 0;
        border: 0;
        overflow-y: hidden;
    }

    .exam-online-tab-content .tab-pane-sidebar > li.has-children.active ul {
        height: auto;
    }

    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li:last-child > a {
        border-bottom: 1px solid #C7C7C7;
    }

    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li {
        padding: 0 0 0 20px;
    }
    table.table_rasp .btn-online{
        display: inline-flex;
        max-width: 175px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .exam-online-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .exam-online-bg-image {
        width: 130px;
        height: 130px;
        top: -20px;
        right: -30px;
    }

    .exam-online-section h1 {
        margin-bottom: 35px;
    }

    .exam-online-tab-list li a {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 12px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .exam-online-tab-list {
        margin-bottom: -15px;
    }

    .exam-online-tab-content .tab-pane-sidebar > li > a,
    .exam-online-tab-content .tab-pane-sidebar > li.has-children > ul > li > a {
        font-size: 14px;
    }

    .tab-pane-content-text p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }

    .tab-pane-content-wrapper,
    .tab-pane-content-text li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }
    .price-page .banner-image-car-about {
        margin-top: -100px;
    }
    .price-page .banner-section {
        padding-bottom: 0;
    }
    .program-card .program-more{
        font-size: 16px;
        background-color: #D14825;
        transition: background-color 0.2s;
    }
}

@media (max-width: 575px) {
    .exam-online-section h1 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    .tab-pane-content-heading {
        font-size: 21px;
        line-height: 28px;
    }

    .tab-pane-content-desc {
        font-size: 14px;
    }
    .footer-pb {display: none;}

    .price-page .banner-image-car-about {
        margin-top: -80px;
    }
}

table.table_rasp .btn-zap {
    background: #D14825;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F8F8F8;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

table.table_rasp .btn-zap a {
  color:white;
}

#reviewFilter{
    display: none;
}
table.table_rasp td img{
    max-width: 17px;
    margin-top: -5px;
}
.table_mobile_class{
    display: none;
}
@media (max-width: 992px) {
    table.table_rasp tr{
        margin-bottom: 0;
    }
    table.table_rasp tr .ag_m{
        margin-bottom: 0;
    }
    .table_mobile_class{
        display: block;
    }
    .table_class td:first-child{
        background: #efefef;
    }

}

div#myds_student {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 100%;
}

#myds_student_iframe{
    display: block;
}

.review-card--video .review-video-play-button{
z-index: 99;
}

.hidden-bg:before{
content: none!important;
}

video{
    z-index: -1;
}

.video.d1{
    z-index: -1;
    position: relative;
}

section.program-desc-section {
    display: none;
}
section.first-lesson-section {
    display: none;
}