body {
  background: #f8f8f8;
  min-height: 100%;
  height: auto;
}

body.main_page {
  height: 100%;
}

header .uk-container {
    background: #f8f8f8;
}

.wrapper {
    height: auto;
}

@media all and (min-width: 960px) {
    .wrapper {
        height: 100%;
    }
}

@media all and (max-width: 960px) {
    .wrapper > div {
        padding-top: 90px !important;
    }
}

.container-wrapper {
    padding: 30px;
}

.container-wrapper > div {
    background: #f1f1f1;
    margin-left: 0;
    padding: 40px;
}

h1 {
    font-weight: 700;
    font-size: 2.325em;
    max-width: 960px;
    margin-top: 30px;
}

@media all and (max-width: 960px) {
    .course_title {
        margin-top: 0;
    }
}

@media all and (min-width: 960px) {
    .course_title {
        margin-bottom: 20px;
    }
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h1 > span {
    display: block;
    background: #fedc74;
    width: min-content;
    padding: 4px 14px 8px;
    color: #323232;
    font-size: 0.425em;
    margin-top: 5px;
}

.breadcrumb_wrap {
	padding: 0;
	box-shadow: none;
	background: transparent;
	opacity: 0.7;
}

.breadcrumb {
    list-style-type: none;
    padding: 0;
    font-size: 0.8em;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li:after {
    position: relative;
    content: '•';
    margin-right: 10px;
}

.breadcrumb li:last-child:after {
    display: none;
}

.logo a {
    font-size: 1.325em;
}

.avs img {
    max-height: 14px;
}

.point_item {
    margin-bottom: 10px;
    font-size: 1em;
    max-width: 260px;
    text-align: left;
}

.description {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 640px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
    color: #000;
    line-height: 1.3;
}

.description_list li {
    margin-bottom: 5px;
    font-size: 1.125em;
    max-width: 640px;
}

.description_img {
    max-width: 240px;
}

.text_weight {
    display: inline-block;
    background: #2eacdf;
    padding: 1px 10px 8px;
    color: #fff;
}

.progress {
    font-size: 1.125em;
}

.progress strong {
    display: block;
}

@media all and (min-width: 960px) {
    .point_item {
        margin-bottom: 30px;
        font-size: 0.875em;
        max-width: 150px;
    }
}

.slide-01 {
    height: 260px;
}

.slide-02 {
    height: 360px;
}

.slide-03 {
    height: 460px;
}

@media all and (max-width:1360px) {
    .slide-01 {
        height: 180px;
        display: inline-block;
        margin-left: -20px;
    }
    
    .slide-02 {
        height: 240px;
    }
    
    .slide-03 {
        height: 340px;
    }
}

@media all and (max-width:960px) {
    .container-wrapper {
        padding: 20px;
    }
    
    .container-wrapper > div {
        padding: 20px;
    }
    
    .container-wrapper > div > div {
        text-align: center;
        padding-left: 0;
    }
    
    h1 {
        font-size: 1.825em;
        text-align: left;
    }
    
    h1 > span {
        display: inline-block;
        padding-top: 6px;
    }
    
    p {
        text-align: left;
    }
    
    .slide-01 {
        height: 120px;
    }
    
    .slide-02 {
        height: 140px;
    }
    
    .slide-03 {
        height: 120px;
    }
}

@media all and (max-width: 960px) {
    .uk-button {
        min-width: 220px;
        margin-top: 20px;
    }
}

.uk-card-default .uk-card-header {
    border: 0;
}

.uk-card-default .uk-card-footer {
    border: 0;
}

.start_course img {
    height: 22px;
    display: inline-block;
    margin: -2px 5px 0 0;
}

.expectation p {
    font-size: 1.025em;
}

.expectation img {
    max-width: 100%;
}

@media all and (min-width: 960px) {
    .expectation img {
        max-width: 360px;
    }
}

.expectation_info {
    background: #f6fbff;
    border-radius: 50px;
}

main > div {
    padding: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 40px;
    margin: 40px !important;
    box-shadow: 0 0 10px #dbdbdb;
    background: #fff;
}

@media all and (max-width: 560px) {
    main > div {
        margin: 20px !important;
    }
}

@media all and (min-width: 1366px) {
    main > div {
        margin: 40px auto !important;
    }
}

.progress_wrap {
    position: absolute;
    left: 0;
    width: 100%;
    background: #2eacdf;
}

.progress {
    color: #fff;
}

.progress > div {
    margin-bottom: 15px;
}

.progress_wrap__margin {
    height: 270px;
}

@media all and (max-width: 960px) {
    .progress_wrap__item {
        font-size: 0.825em;
        line-height: 1.3;
        margin: 10px 0;
    }
    
    .progress_wrap__item > strong {
        font-size: 1.125em;
    }
}

@media all and (min-width: 960px) {
    .progress_wrap__margin {
        height: 150px;
    }
}

.contact_form form {
    position: relative;
}

.contact_form input {
    font-size: 1em;
    max-width: 360px;
}

.page_form {
    max-width: 460px;
    margin-top: 40px;
}

.page_form input,
.page_form textarea {
    font-size: 1em;
}

#result_form {
    border: 12px solid #f1f1f1;
    padding: 20px;
    display: none;
}

.privacy_info {
    font-size: 0.875em;
    max-width: 300px;
}

.form_scroll {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 960px) {
    .contact_form__tg {
        margin-top: -75px;
        box-shadow: 0 0 10px #eaeaea;
    }
}

.course_info span {
    display: inline-block;
    margin-right: 10px;
    color: #a2a2a2;
}

.whois_item {
    background: #f6fbff;
    border-radius: 50px;
}

@media all and (max-width: 960px) {
    
    .description_list li {
        margin-bottom: 15px;
        font-size: 1.025em;
        line-height: 1.3;
    }

    .uk-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .expectation_info .uk-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .whois_item .uk-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .contact_form__tg .uk-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .progress_wrap .uk-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .expectation_info h3 {
        line-height: 1.2;
        font-size: 1.2em;
    }
    
    .expectation_info p {
        line-height: 1.2;
        font-size: 1.025em;
    }
    
    .whois_item h3 {
        line-height: 1.2;
        font-size: 1.2em;
    }
    
    .whois_item p {
        line-height: 1.2;
        font-size: 1.025em;
    }
    
    .start_course {
        padding: 0;
    }
}

.courses_list > div:first-child {
    padding-right: 40px;
}

.active_button {
    box-shadow: 0 0 10px #a8a8a8;
    background: #f7f7f7;
}

.blog_title img {
    width: 25px;
    margin-top: -10px;
}

.blog_comment {
    margin: -20px 0 30px;
    font-size: 0.825em;
    color: #c1b2b2;
}

.post_list {
    margin-bottom: 40px;
}

.post_list__item strong {
    font-size: 0.825em;
    line-height: 1.3;
    color: #000;
    display: block;
    
    margin-left: 10px;
}

.post_list__item p {
    line-height: 1.2;
    color: #514e4e;
    font-size: 0.825em;
}

.post_list__item img {
    border-radius: 10px;
}

.post_list__item a:hover {
    text-decoration: none;
}

/*.post_list__item > div {
    background: #f8f8f8;
    border-radius: 50px;
    padding: 20px;
}*/

footer {
    background: #f1f1f1;
}

footer img {
    max-width: 20px;
    display: inline-block;
}

.legal {
    margin-top: 10px;
    font-size: 0.825em;
}

.logo_bottom {
    margin: 0;
    padding-right: 20px;
}

.bottom_menu a {
    color: #000;
    font-size: 0.975em;
}

@media all and (max-width: 960px) {
    .bottom_menu {
        margin: 15px auto;
    }
    
    .courses_list > div:first-child {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.cart_table {
    max-width: 460px;
}

.cart_table tr td:nth-child(2) {
    text-align: right;
}

.cart_table .amount {
    display: inline-block;
}