

/* Start:/local/templates/appkk-green--agalarov/js/slick/slick-theme.css?16545917933145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/appkk-green--agalarov/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/appkk-green--agalarov/js/slick/./fonts/slick.eot');
    src: url('/local/templates/appkk-green--agalarov/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/appkk-green--agalarov/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/appkk-green--agalarov/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/appkk-green--agalarov/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/appkk-green--agalarov/css/main_page.css?176113301462155*/
.container.main_page {
    max-width: 1200px;
}
.inter_bold {
    font-family: "Inter-Bold", sans-serif;
}
@media screen and (max-width: 639px) {
    .container.main_page {
        padding: 0 15px;
    }
}

.mp_top_section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.mp_top_section_arrows {
    display: flex;
    align-items: center;
}
.mp_top_section_left_arrow,
.mp_top_section_right_arrow {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #5EAF97;
    padding: 0;
    border: none;
}
.mp_top_section_left_arrow {
    margin-right: 20px;
}
.mp_top_section_left_arrow:before,
.mp_top_section_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/green_arrow.png);
    background-position: 46% center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    margin: 0 auto;
}
.mp_top_section_right_arrow:before {
    transform: rotate(180deg);
}
@media screen and (max-width: 639px) {
    .section_title {
        margin-bottom: 20px;
    }
    .mp_top_section {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }
    .mp_top_section_arrows {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.main_page_first_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mpf_block {
    display: flex;
}
.mpf_left {
    flex-grow: 1;
    background-color: #F3F6F3;
    border-radius: 30px;
    margin-right: 10px;
}
.mpf_left_block {
    padding: 34px 34px 34px 38px;
}
.mpf_left_title {
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: #193346;
    margin-bottom: 28px;
    max-width: 570px;
}
.mpf_left_desc {
    font-size: 24px;
    line-height: 32px;
    color: #193346;
    opacity: 60%;
    margin-bottom: 60px;
    max-width: 570px;
}
.mpf_left_btns {}
.mpf_left_btn_primary {
    display: inline-block;
    padding: 20px 40px;
    background-color: #158856;
    border: 1px solid #158856;
    color: #ffffff;
    border-radius: 8px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.mpf_left_btn_primary:hover,
.mpf_left_btn_primary:focus {
    background-color: #116D45;
    color: #ffffff;
}
.mpf_left_btn_secondary {
    display: inline-block;
    padding: 20px 40px;
    color: #116D45;
    border: 1px solid #158856;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
}
.mpf_left_btn_secondary:hover,
.mpf_left_btn_secondary:focus {
    background-color: #116D45;
    color: #ffffff;
}
.mpf_right {
    width: 380px;
    border-radius: 40px;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mpf_right_img.jpg");
    background-repeat: no-repeat;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .mpf_left_block {
        padding: 20px 20px 20px 20px;
    }
    .mpf_right {
        width: 320px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mpf_right_img_960.jpg");
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mpf_left {
        margin-right: 0;
    }
    .mpf_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mpf_left_block {
        padding: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .mpf_right {
        width: 100%;
        max-width: 600px;
        height: 128px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mpf_right_img_640.jpg");
    }
}
@media screen and (max-width: 639px) {
    .main_page_first_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mpf_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mpf_left {
        margin-right: 0;
    }
    .mpf_left_block {
        padding: 32px 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .mpf_left_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 123%;
        margin-top: 0;
    }
    .mpf_left_desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 40px;
    }
    .mpf_left_btn_primary,
    .mpf_left_btn_secondary {
        width: 100%;
        text-align: center;
    }
    .mpf_right {
        width: 100%;
        max-width: 600px;
        height: 128px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mpf_right_img_640.jpg");
        background-position: center center;
    }
}
@media screen and (max-width: 374px) {
    .main_page_first_section {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .mpf_left_title {
        font-weight: 700;
        font-size: 26px;
        line-height: 123%;
        margin-top: 0;
    }
}

.main_page_top_banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_top_banner {
    display: flex;
    justify-content: space-between;
    background-color: #F5FDFA;
    border: 1px solid rgba(52, 64, 78, 0.2);
    border-radius: 20px;
}
.mp_top_banner_left {
    padding: 40px;
}
.mp_top_banner_right {
    display: flex;
    align-items: flex-end;
}
.mp_top_banner_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    color: #000;
    margin-bottom: 10px;
}
.mp_top_banner_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 16px;
}
.mp_top_banner_bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8D8D9D;
}
.mp_top_banner_bottom span {
    border-radius: 30px;
    padding: 6px 8px;
    background-color: #FF865A;
    color: #ffffff;
}
.mp_top_banner_img {
    width: 226px;
    height: 226px;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_top_banner_img.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_top_banner_left {
        padding: 20px;
    }
    .mp_top_banner_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }
    .mp_top_banner_desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .mp_top_banner_bottom {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    .mp_top_banner_img {
        width: 151px;
        height: 152px;
        background-size: cover;
    }
}
@media screen and (max-width: 639px) {
    .main_page_top_banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_top_banner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mp_top_banner_left {
        padding: 20px;
    }
    .mp_top_banner_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }
    .mp_top_banner_desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px;
    }
    .mp_top_banner_bottom {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }
    .mp_top_banner_img {
        width: 345px;
        height: 329px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_top_banner_img_375.png");
    }
}
@media screen and (max-width: 374px) {
    .main_page_top_banner {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.main_page_directions {
    padding-top: 60px;
    padding-bottom: 38px;
}
.mp_directions {}
.mp_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 32px;
}
.mp_title span {
    color: #5eaf97;
}
.mp_dir_section {}
.mp_dir_section_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #8D8D9D;
    margin-bottom: 20px;
}
.mp_dir_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.mp_dir_wrap_block {}
.mp_dir_block {
    position: relative;
    border-radius: 16px;
    padding: 20px;
    height: 260px;
    width: 380px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mp_dir_block_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #080b4b;
    width: 80%;
    margin-bottom: 10px;
}
.reverse .mp_dir_block_title {
    color: #ffffff;
}
.mp_dir_block_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(25, 51, 70, 0.7);
}
.reverse .mp_dir_block_desc {
    color: #ffffff;
}
.mp_dir_block_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 32px;
    color: #000;
}
.mp_dir_block_button:hover,
.mp_dir_block_button:focus {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.reverse .mp_dir_block_button {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.mp_dir_block_1 {
    padding-right: 5px;
}
.mp_dir_block_1 .mp_dir_block {
    background-color: #8ebcda;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_1.jpg");
}
.mp_dir_block_2 {
    padding-left: 5px;
    padding-right: 5px;
}
.mp_dir_block_2 .mp_dir_block {
    background-color: #6af6a4;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_2.jpg");
}
.mp_dir_block_3 {
    padding-left: 5px;
}
.mp_dir_block_3 .mp_dir_block {
    background-color:#153e56;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_3.jpg");
}
.mp_dir_block_4 {
    padding-right: 5px;
}
.mp_dir_block_4 .mp_dir_block {
    background-color: #344c61;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_4.jpg");
}
.mp_dir_block_5 {
    padding-left: 5px;
    padding-right: 5px;
}
.mp_dir_block_5 .mp_dir_block {
    background-color: #94dd72;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_5.jpg");
}
.mp_dir_block_6 {
    padding-left: 5px;
}
.mp_dir_section_pp .mp_dir_block_1 .mp_dir_block {
    background-color: #136ea9;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_pp_1.jpg");
}
.mp_dir_section_pp .mp_dir_block_2 .mp_dir_block {
    background-color: #f5eb61;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_pp_2.jpg");
}
.mp_dir_section_pp .mp_dir_block_3 .mp_dir_block {
    background-color: #132354;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_pp_3.jpg");
}
.mp_dir_section_pp .mp_dir_block_4 .mp_dir_block {
    background-color: #344c61;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_pp_4.jpg");
}
.mp_dir_section_pp .mp_dir_block_5 .mp_dir_block {
    background-color: #95eef9;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/dir_pp_5.jpg");
}
.mp_dir_block_more {
    display: flex;
    height: 260px;
    width: 380px;
    align-items: center;
    border: 2px solid #FF865A;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 10px;
}
.mp_dir_block_button_more {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FF865A;
}
.mp_dir_section_pp .mp_dir_block_more {
    display: flex;
    height: 260px;
    align-items: center;
    border: 2px solid #158856;
    border-radius: 16px;
    padding: 30px;
}
.mp_dir_section_pp .mp_dir_block_button_more {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #116D45;
}
@media screen and (min-width: 960px) and (max-width: 1229px) {
    .mp_dir_wrap_block {
        width: 50%;
    }
    .mp_dir_block_more,
    .mp_dir_block {
        width: 100%;
    }
    .mp_dir_block_2 {
        padding-left: 5px;
        padding-right: 0;
    }
    .mp_dir_block_3 {
        padding-left: 0;
        padding-right: 5px;
    }
    .mp_dir_block_4 {
        padding-left: 5px;
        padding-right: 0;
    }
    .mp_dir_block_5 {
        padding-left: 0;
        padding-right: 5px;
    }
    .mp_dir_block_6 {
        padding-left: 5px;
        padding-right: 0;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_dir_wrap_block {
        width: 50%;
    }
    .mp_dir_block_more,
    .mp_dir_block {
        width: 100%;
    }
    .mp_dir_block_2 {
        padding-left: 5px;
        padding-right: 0;
    }
    .mp_dir_block_3 {
        padding-left: 0;
        padding-right: 5px;
    }
    .mp_dir_block_4 {
        padding-left: 5px;
        padding-right: 0;
    }
    .mp_dir_block_5 {
        padding-left: 0;
        padding-right: 5px;
    }
    .mp_dir_block_6 {
        padding-left: 5px;
        padding-right: 0;
    }
    .mp_dir_block_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }
    .mp_dir_block_desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }
}
@media screen and (max-width: 639px) {
    .main_page_directions {
        padding-top: 40px;
        padding-bottom: 18px;
    }
    .mp_title {
        font-size: 42px;
        line-height: 110%;
    }
    .mp_dir_wrap_block {
        width: 100%;
    }
    .mp_dir_block {
        background-position: bottom left;
    }
    .mp_dir_block_more,
    .mp_dir_block {
        width: 100%;
    }
    .mp_dir_block_1,
    .mp_dir_block_2,
    .mp_dir_block_3,
    .mp_dir_block_4,
    .mp_dir_block_5,
    .mp_dir_block_6 {
        padding-left: 0;
        padding-right: 0;
    }
    .mp_dir_block_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
    }
    .mp_dir_block_desc {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }
    .mp_dir_block_more,
    .mp_dir_section_pp .mp_dir_block_more {
        height: auto;
    }
}
@media screen and (max-width: 374px) {
    .main_page_directions {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .mp_title {
        font-size: 32px;
        line-height: 110%;
    }
    .mp_dir_section_title {
        font-size: 20px;
        line-height: 120%;
    }
}

.main_page_advantages {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_advantages_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv_block_wrap_title {
    display: flex;
    height: 100%;
    align-items: center;
}
.adv_block_line_title {
    border-radius: 20px;
    width: 9px;
    height: 92px;
    background: #05C488;
    opacity: 40%;
    margin-right: 10px;
    background: linear-gradient(180deg, rgba(5, 196, 136, 1) 0%, rgba(22, 161, 117, 1) 100%);
}
.adv_block_section_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}
.adv_block_section_title span {
    color: #429F77;
}
.adv_wrap_block {
    margin-bottom: 20px;
    border-radius: 20px;
}
.adv_block {
    position: relative;
    border-radius: 20px;
    padding: 40px;
}
.adv_block_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #193346;
    margin-bottom: 8px;
}
.adv_block_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(25, 51, 70, 0.6);
}
.adv_block_icon {
    position: absolute;
    left: 40px;
    bottom: 20px;
}
.adv_block_100 {
    width: 100%;
}
.adv_block_33 {
    width: 33.333%;
}
.adv_block_33 .adv_block {
    padding: 30px 20px;
}
.adv_block_33 .adv_block_icon {
    left: 20px;
    bottom: 30px;
}
.adv_block_50 {
    width: 50%;
}
.adv_block_1 {
    padding-right: 20px;
}
.adv_block_2 {
    padding-left: 20px;
}
.adv_block_2 img {
    width: 100%;
}
.adv_block_3 {
    padding-right: 20px;
}
.adv_block_4 {
    padding-left: 20px;
}
.adv_block_5 {
    padding-right: 5px;
}
.adv_block_6 {
    padding-right: 5px;
    padding-left: 5px;
}
.adv_block_7 {
    padding-left: 5px;
}
.adv_block_3 .adv_block,
.adv_block_4 .adv_block,
.adv_block_7 .adv_block {
    height: 300px;
    background: #eff5f3;
}
.adv_block_5 .adv_block {
    height: 300px;
}
.adv_block_6 .adv_block {
    height: 300px;
    background: #F5FDFA;
}
.adv_block_5 .adv_block_title,
.adv_block_5 .adv_block_desc {
    color: #ffffff;
}
.adv_block_8 {
    border-radius: 20px;
    background: linear-gradient(180deg, #05c488 0%, #16a175 100%);
}
.adv_block_3 .adv_block {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_1.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.adv_block_3 .adv_block .adv_block_desc {
    width: 75%;
}
.adv_block_4 .adv_block {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_4.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.adv_block_4 .adv_block .adv_block_desc {
    width: 50%;
}
.adv_block_5 .adv_block {
    background-color: #3b977c;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_5.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.adv_block_6 .adv_block {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_6.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.adv_block_7 .adv_block {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_7.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.adv_block_7 .adv_block .adv_block_desc {
    width: 60%;
}
.adv_block_8 .adv_block {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_8_x2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 20%;
}
.adv_block_8 .adv_block_title {
    font-weight: 400;
    font-size: 24px;
    color: #fffcfc;
    margin-bottom: 40px;
    margin-left: 240px;
}
.adv_block_8 .adv_block_btn a {
    display: inline-block;
    border: 1px solid #9BCEB8;
    border-radius: 6px;
    padding: 10px 32px;
    margin-left: 240px;
    color: #ffffff;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .adv_block_100 {
        width: 100%;
    }
    .adv_block_33 {
        width: 100%;
    }
    .adv_block_50 {
        width: 100%;
    }
    .adv_block_1,
    .adv_block_2,
    .adv_block_3,
    .adv_block_4,
    .adv_block_5,
    .adv_block_6,
    .adv_block_7,
    .adv_block_8 {
        padding-right: 0;
        padding-left: 0;
    }
    .adv_block_8 .adv_block_title {
        font-weight: 400;
        font-size: 20px;
        color: #fffcfc;
        margin-left: 0;
    }
    .adv_block_8 .adv_block_btn a {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        display: inline-block;
        border: 1px solid #9BCEB8;
        border-radius: 6px;
        padding: 10px 32px;
        color: #ffffff;
        margin-left: 0;
    }
    .adv_block_8 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_8_960.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 639px) {
    .main_page_advantages {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .adv_block {
        position: relative;
        border-radius: 20px;
        padding: 20px;
    }
    .adv_block_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #193346;
        margin-bottom: 8px;
    }
    .adv_block_desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: rgba(25, 51, 70, 0.6);
    }
    .adv_block_3 .adv_block .adv_block_desc {
        width: 100%;
    }
    .adv_block_100 {
        width: 100%;
    }
    .adv_block_33 {
        width: 100%;
    }
    .adv_block_50 {
        width: 100%;
    }
    .adv_block_1,
    .adv_block_2,
    .adv_block_3,
    .adv_block_4,
    .adv_block_5,
    .adv_block_6,
    .adv_block_7,
    .adv_block_8 {
        padding-right: 0;
        padding-left: 0;
    }
    .adv_block_8 .adv_block_title {
        font-weight: 400;
        font-size: 16px;
        color: #fffcfc;
        margin-left: 0;
    }
    .adv_block_8 .adv_block_btn a {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        display: inline-block;
        border: 1px solid #9BCEB8;
        border-radius: 6px;
        padding: 10px 32px;
        color: #ffffff;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .adv_block_4 .adv_block .adv_block_desc {
        width: 100%;
    }
    .adv_block_3 .adv_block,
    .adv_block_4 .adv_block,
    .adv_block_7 .adv_block,
    .adv_block_5 .adv_block,
    .adv_block_6 .adv_block {
        height: 200px;
    }
    .adv_block_3 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_1_375.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .adv_block_4 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_4_375.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .adv_block_5 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_5_375.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .adv_block_6 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_6.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100px;
    }
    .adv_block_7 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_7_375.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .adv_block_8 .adv_block {
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/adv_8_960.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 374px) {
    .main_page_advantages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .adv_block_section_title {
        font-weight: 700;
        font-size: 32px;
        line-height: 110%;
        color: #193346;
    }
}

.main_page_training {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_training_wrap {
    display: flex;
    justify-content: space-between;
}
.mp_training_left {
    width: 40%;
    margin-bottom: 40px;
}
.mp_training_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 10px;
}
.mp_training_title span {
    color: #429F77;
}
.mp_training_line_title {
    border-radius: 20px;
    width: 100px;
    height: 9px;
    background: #05C488;
    opacity: 40%;
    background: linear-gradient(180deg, rgba(5, 196, 136, 1) 0%, rgba(22, 161, 117, 1) 100%);
}
.mp_training_right {
    width: 58%;
}
.mp_training_items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 20px;
}
.mp_training_wrap_item {
    background: linear-gradient(321deg, #13717a 0%, #82B5B8 100%);
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.mp_training_item {
    border-radius: 8px;
    padding: 20px 20px 20px 30px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-position: center;
}
.mp_training_item_num {
    font-weight: 400;
    margin-right: 20px;
}
.mp_training_wrap_item.slick-slide {
    opacity: 10%;
    transition: opacity 0.4s ease;
}
.mp_training_wrap_item.slick-slide.slick-active {
    opacity: 100%;
    transition: opacity 0.4s ease;
}
.mp_training_wrap_item.slick-100 {
    opacity: 100% !important;
    transition: opacity 0.4s ease;
}
.mp_training_wrap_item.slick-70 {
    opacity: 70% !important;
    transition: opacity 0.4s ease;
}
.mp_training_wrap_item.slick-50 {
    opacity: 50% !important;
    transition: opacity 0.4s ease;
}
.mp_training_wrap_item.slick-30 {
    opacity: 30% !important;
    transition: opacity 0.4s ease;
}
.mp_training_item_1 {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/training_1.jpg");
}
.mp_training_item_2 {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/training_2.jpg");
}
.mp_training_item_3 {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/training_3.jpg");
}
.mp_training_item_4 {
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/training_4.jpg");
}
.slick-vertical .mp_training_wrap_item.slick-slide {
    border: none;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_training_wrap {
        flex-wrap: wrap;
    }
    .mp_training_left {
        width: 100%;
    }
    .mp_training_right {
        width: 100%;
    }
    .mp_training_items {
        padding-left: 0;
    }
}
@media screen and (max-width: 639px) {
    .main_page_training {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_training_wrap {
        flex-wrap: wrap;
    }
    .mp_training_left {
        width: 100%;
    }
    .mp_training_right {
        width: 100%;
    }
    .mp_training_items {
        padding-left: 0;
    }
    .mp_training_item {
        font-size: 20px;
        line-height: 120%;
    }
}
@media screen and (max-width: 374px) {
    .main_page_training {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mp_training_title {
        font-size: 32px;
    }
}

.main_page_in_numbers {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_in_numbers_cards {
    display: flex;
    flex-wrap: wrap;
}
.mp_in_numbers_wrap_card {
    width: 33.333%;
    margin-bottom: 10px;
}
.mp_in_numbers_card {
    border-radius: 10px;
    padding: 20px;
    min-height: 150px;
}
.mp_in_numbers_title {
    font-weight: 700;
    font-size: 54px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}
.mp_in_numbers_line_title {
    border-radius: 20px;
    width: 100px;
    height: 9px;
    background: #05C488;
    opacity: 40%;
    background: linear-gradient(180deg, rgba(5, 196, 136, 1) 0%, rgba(22, 161, 117, 1) 100%);
}
.mp_in_numbers_title span {
    color: #429F77;
}
.mp_in_numbers_card_num {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #F3F6F3;
}
.mp_in_numbers_card_desc {
    font-weight: 500;
    font-size: 18px;
    color: #F5FDFA;
}
.mp_in_numbers_card_1 {
    padding: 0;
    margin-right: 5px;
}
.mp_in_numbers_card_2 {
    background: linear-gradient(321deg, #137a5b 0%, #84BAAA 100%);
    margin-right: 5px;
    margin-left: 5px;
}
.mp_in_numbers_card_3 {
    background: linear-gradient(321deg, #13717a 0%, #84B6B9 100%);
    margin-left: 5px;
}
.mp_in_numbers_card_4 {
    background: linear-gradient(321deg, #137a40 0%, #85BB9D 100%);
    margin-right: 5px;
}
.mp_in_numbers_card_5 {
    background: linear-gradient(321deg, #297a13 0%, #90BB88 100%);
    margin-right: 5px;
    margin-left: 5px;
}
.mp_in_numbers_card_6 {
    margin-left: 5px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF865A;
    padding: 30px;
}
.mp_in_numbers_card_more {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #FF865A;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_in_numbers_wrap_card:first-child {
        width: 100%;
    }
    .mp_in_numbers_wrap_card:last-child {
        width: 100%;
    }
    .mp_in_numbers_wrap_card {
        width: 50%;
    }
    .mp_in_numbers_card_2 {
        margin-right: 5px;
        margin-left: 0;
    }
    .mp_in_numbers_card_3 {
        margin-right: 0;
        margin-left: 5px;
    }
    .mp_in_numbers_card_4 {
        margin-right: 5px;
        margin-left: 0;
    }
    .mp_in_numbers_card_5 {
        margin-right: 0;
        margin-left: 5px;
    }
    .mp_in_numbers_card_6 {
        min-height: auto;
        padding: 16px 30px;
    }
}
@media screen and (max-width: 639px) {
    .main_page_in_numbers {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_in_numbers_wrap_card:first-child {
        margin-bottom: 40px;
    }
    .mp_in_numbers_wrap_card {
        width: 100%;
    }
    .mp_in_numbers_card {
        min-height: auto;
    }
    .mp_in_numbers_card_2,
    .mp_in_numbers_card_3,
    .mp_in_numbers_card_4,
    .mp_in_numbers_card_5 {
        margin-right: 0;
        margin-left: 0;
    }
    .mp_in_numbers_card_6 {
        min-height: auto;
        padding: 16px 30px;
    }
    .mp_in_numbers_card_num {
        font-weight: 700;
        font-size: 27px;
        line-height: 111%;
    }
    .mp_in_numbers_card_desc {
        font-weight: 500;
        font-size: 18px;
    }
    .mp_in_numbers_card_more {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
    }
}
@media screen and (max-width: 374px) {
    .main_page_in_numbers {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .mp_in_numbers_title {
        font-size: 32px;
    }
}

.main_page_top_courses {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_top_courses {}
.mp_top_courses_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.mp_top_courses_section_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}
.mp_top_courses_arrows {
    display: flex;
    align-items: center;
}
.mp_top_courses_left_arrow,
.mp_top_courses_right_arrow {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #5EAF97;
    padding: 0;
    border: none;
}
.mp_top_courses_left_arrow {
    margin-right: 20px;
}
.mp_top_courses_left_arrow:before,
.mp_top_courses_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/green_arrow.png);
    background-position: 46% center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    margin: 0 auto;
}
.mp_top_courses_right_arrow:before {
    transform: rotate(180deg);
}
.mp_top_courses_items {
    display: flex;
    justify-content: space-between;
}
.mp_top_courses_wrap_item {
    margin: 0 5px 10px 5px;
    max-width: 380px;
}
.mp_top_courses_wrap_item:first-child {
    margin-left: 0;
}
.mp_top_courses_wrap_item:last-child {
    margin-right: 0;
}
.mp_top_courses_item {
    position: relative;
    width: 380px;
    border-radius: 16px;
    padding: 20px;
    height: 320px;
    background-color: #133554;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/courses_bg.jpg");
    background-repeat: no-repeat;
}
.mp_top_courses_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.mp_top_courses_tag {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    z-index: 2;
    margin-right: 4px;
    margin-bottom: 4px;
}
.mp_top_courses_tag_icon {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.mp_top_courses_tag_new {
    display: flex;
    border: 1px solid #5EAF97;
    background-color: #F1FCE8;
    color: #5EAF97;
}
.mp_top_courses_tag_update {
    display: flex;
    border: 1px solid #82A1F0;
    background-color: #C2D3FF;
    color: #4966cc;
}
.mp_top_courses_tag_expert {
    display: flex;
    border: 1px solid #FF865A;
    background-color: #FFCBB8;
    color: #BC4C23;
}
.mp_top_courses_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 108%;
    color: #ffffff;
    margin-bottom: 10px;
}
.mp_top_courses_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #ffffff;
    margin-bottom: 10px;
}
.mp_top_courses_more {
    display: inline-block;
    border: 1px solid #FF865A;
    border-radius: 6px;
    padding: 14px 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #FF865A;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
@media screen and (max-width: 639px) {
    .main_page_top_courses {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .mp_top_courses_wrap_item {
        max-width: 300px;
    }
    .mp_top_courses_item {
        width: 300px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_top_courses {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.main_page_banner_best_program {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_wrap_banner_best_program {}
.mp_banner_best_program {
    display: flex;
    justify-content: space-between;
    height: 440px;
    border-radius: 40px;
    background: linear-gradient(321deg, #137a5b 0%, #84BAAA 100%);
}
.mp_banner_best_program_wrap_img {
    position: relative;
    width: 50%;
}
.mp_banner_best_program_img {
    position: absolute;
    width: 560px;
    height: 451px;
    left: 0;
    bottom: 0;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_banner_best_program_img.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.mp_banner_best_program_content {
    width: 46%;
    padding: 50px;
}
.mp_banner_best_program_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    color: #ffffff;
    margin-bottom: 30px;
}
.mp_banner_best_program_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    opacity: 60%;
    margin-bottom: 42px;
}
.mp_banner_best_program_btn {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #FF865A;
    border-radius: 16px;
    padding: 29px;
}
.mp_banner_best_program_btn:hover,
.mp_banner_best_program_btn:focus {
    background-color: #FB6C38;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .mp_banner_best_program {
        height: 321px;
    }
    .mp_banner_best_program_wrap_img {
        position: relative;
        width: 40%;
    }
    .mp_banner_best_program_content {
        width: 60%;
        padding: 28px 20px;
    }
    .mp_banner_best_program_img {
        width: 400px;
        max-width: 100%;
        height: 322px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_banner_best_program_img_960.png");
        background-size: contain;
    }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_banner_best_program {
        flex-direction: column-reverse;
        height: auto;
    }
    .mp_banner_best_program_wrap_img {
        position: relative;
        width: 100%;
        height: 322px;
    }
    .mp_banner_best_program_content {
        width: 100%;
        padding: 28px 20px;
    }
    .mp_banner_best_program_desc {
        font-size: 14px;
    }
    .mp_banner_best_program_img {
        width: 400px;
        max-width: 100%;
        height: 322px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_banner_best_program_img_960.png");
        background-size: contain;
    }
}
@media screen and (max-width: 639px) {
    .mp_top_courses_section_title {
        margin-bottom: 20px;
    }
    .main_page_banner_best_program {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_banner_best_program {
        border-radius: 20px;
        flex-direction: column-reverse;
        height: auto;
    }
    .mp_banner_best_program_wrap_img {
        position: relative;
        width: 100%;
        height: 322px;
    }
    .mp_banner_best_program_content {
        width: 100%;
        padding: 28px 20px;
    }
    .mp_banner_best_program_title {
        font-size: 20px;
    }
    .mp_banner_best_program_desc {
        font-size: 14px;
    }
    .mp_banner_best_program_img {
        width: 400px;
        max-width: 100%;
        height: 322px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/mp_banner_best_program_img_960.png");
        background-size: contain;
    }
}
@media screen and (max-width: 374px) {
    .main_page_banner_best_program {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .mp_top_courses_section_title {
        font-size: 32px;
    }
    .mp_banner_best_program_wrap_img {
        height: 258px;
    }
}

.main_page_lic_and_doc {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_lic_and_doc {
    border-radius: 24px;
    padding: 32px;
    background: #eff5f3;
}
.mp_lic_and_doc_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    color: #232327;
    margin: 0 0 20px;
    text-align: left;
}
.mp_lic_and_doc_desc {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #8D8D9D;
    margin-bottom: 40px;
}
.mp_lic_and_doc_blocks {
    display: flex;
}
.mp_lic_and_doc_block_left {
    width: 70%;
}
.mp_lic_and_doc_block_left_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #116D45;
}
.mp_lic_and_doc_block_imgs {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.wrap_mp_lic_and_doc_block_img {
    padding: 5px;
}
.mp_lic_and_doc_block_img {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
}
.mp_lic_and_doc_block_img a {
    display: inline-block;
}
.mp_lic_and_doc_block_img img{
    width: 100%;
}
.mp_lic_and_doc_block_left_more {
    margin-bottom: 0;
}
.mp_lic_and_doc_block_left_more a {
    display: inline-block;
    border: 1px solid #116D45;
    background-color: #116D45;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.mp_lic_and_doc_block_left_more a:hover,
.mp_lic_and_doc_block_left_more a:focus {
    text-decoration: none;
    background: #158856;
    color: #ffffff;
}
.mp_lic_and_doc_block_right {
    width: 30%;
}
.mp_lic_and_doc_block_fancybox {
    display: none;
}
.mp_lic_and_doc_block_slider {
    display: flex;
    justify-content: center;
}
.mp_lic_and_doc_block_slide {
    text-align: center;
}
.mp_lic_and_doc_block_slide a {
    display: inline-block;
}
.mp_lic_and_doc_block_slide img {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
}
.mp_lic_and_doc_block_slide_title {
    margin: 16px 0;
    text-align: center;
}
.mp_lic_and_doc_block_imgs .slick-prev:before,
.mp_lic_and_doc_block_slider .slick-prev:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    display: block;
    margin: 0 auto;
}
.mp_lic_and_doc_block_imgs .slick-next:before,
.mp_lic_and_doc_block_slider .slick-next:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    display: block;
    margin: 0 auto;
    transform: rotate(180deg);
}
.mp_lic_and_doc_block_imgs .slick-prev:hover,
.mp_lic_and_doc_block_imgs .slick-prev:focus,
.mp_lic_and_doc_block_imgs .slick-next:hover,
.mp_lic_and_doc_block_imgs .slick-next:focus,
.mp_lic_and_doc_block_slider .slick-prev:hover,
.mp_lic_and_doc_block_slider .slick-prev:focus,
.mp_lic_and_doc_block_slider .slick-next:hover,
.mp_lic_and_doc_block_slider .slick-next:focus {
    background-color: #585862;
}
.mp_lic_and_doc_slick_slider-prev,
.mp_lic_and_doc_slick_slider-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #585862;
}
.mp_lic_and_doc_slick_slider-prev {
    left: 15px;
}
.mp_lic_and_doc_slick_slider-next {
    right: 15px;
}
.mp_lic_and_doc_block_slider .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.mp_lic_and_doc_block_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.mp_lic_and_doc_block_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.mp_lic_and_doc_block_imgs .slick-dots li button::before,
.mp_lic_and_doc_block_slider .slick-dots li button::before {
    font-size: 7px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #6FB798;
    -webkit-font-smoothing: antialiased;
}
.mp_lic_and_doc_block_imgs .slick-dots li.slick-active button:before,
.mp_lic_and_doc_block_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
    .mp_lic_and_doc_block_left,
    .mp_lic_and_doc_block_right {
        width: 100%;
    }
    .mp_lic_and_doc_blocks {
        display: flex;
        flex-wrap: wrap;
    }
    .mp_lic_and_doc_block_left_more {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 639px) {
    .main_page_lic_and_doc {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_lic_and_doc_title {
        font-size: 24px;
    }
    .mp_lic_and_doc_desc {
        font-size: 14px;
    }
    .mp_lic_and_doc_block_left,
    .mp_lic_and_doc_block_right {
        width: 100%;
    }
    .mp_lic_and_doc_blocks {
        display: flex;
        flex-wrap: wrap;
    }
    .mp_lic_and_doc_block_img {
        box-shadow: none;
        text-align: center;
    }
    .mp_lic_and_doc_block_left_more {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mp_lic_and_doc_slick_slider-prev {
        left: -30px;
    }
    .mp_lic_and_doc_slick_slider-next {
        right: -30px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_lic_and_doc {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mp_lic_and_doc_title {
        font-size: 20px;
    }
}

.main_page_blog {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_blog {}
.mp_blog_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    margin: 0 0 20px;
    color: #323232;
}
.wrap_mp_blog_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wrap_mp_blog_item {
    width: 360px;
    border: 1px solid #E8E8EB;
    border-radius: 16px;
    padding: 16px;
}
.mp_blog_item_wrap_img {
    position: relative;
}
.mp_blog_item_img {
    border-radius: 16px;
    margin-bottom: 16px;
}
.mp_blog_item_img img {
    width: 100%;
    border: 1px solid #9BCEB8;
    border-radius: 16px;
}
.mp_blog_item_tags {
    display: flex;
    margin-bottom: 16px;
}
.mp_blog_item_tag {
    border-radius: 16px;
    border: 1px solid #9BCEB8;
    padding: 6px;
    margin-right: 5px;
    background-color: #F5FDFA;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6FB798;
}
.mp_blog_item_sect {}
.mp_blog_item_duration {}
.mp_blog_item_meta {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #a4a4b1;
}
.mp_blog_item_date {
    display: flex;
}
.mp_blog_item_date span {
    display: flex;
    margin-right: 8px;
    padding-top: 1px;
}
.mp_blog_item_comment {
    display: flex;
    margin-right: 16px;
}
.mp_blog_item_comment span {
    display: flex;
    margin-right: 8px;
    padding-top: 3px;
}
.mp_blog_item_title,
.mp_blog_item_title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 117%;
    color: #000;
    margin-bottom: 16px;
}
.mp_blog_item_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #585862;
    margin-bottom: 16px;
}

.mp_blog_link_more_cta {
    display: inline-block;
    background-color: #FF865A;
    border-radius: 8px;
    padding: 16px 32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}
.mp_blog_link_more_cta:hover,
.mp_blog_link_more_cta:focus {
    background-color: #FB6C38;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .wrap_mp_blog_item {
        width: 300px;
    }
}
@media screen and (max-width: 639px) {
    .main_page_blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wrap_mp_blog_item {
        width: 300px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mp_blog_title {
        font-size: 32px;
    }
}

.main_page_teachers {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_teachers {}
.mp_teachers_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mp_teachers_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 0;
}
.mp_teachers_arrows {
    display: flex;
    border-radius: 30px;
    padding: 10px;
    background: #eff5f3;
    align-items: center;
}
.mp_teachers_left_arrow,
.mp_teachers_right_arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #585862;
    padding: 0;
    border: none;
}
.mp_teachers_left_arrow:before,
.mp_teachers_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.mp_teachers_right_arrow:before {
    transform: rotate(180deg);
}
.mp_teachers_num {
    padding: 0 20px;
}
.mp_teachers_blocks {
    display: flex;
}
.mp_teachers_wrap_block {
    width: 50%;
}
.mp_teachers_block {
    display: flex;
    background: #eff5f3;
    border-radius: 20px;
    padding: 20px;
    margin-right: 10px;
}
.mp_teachers_photo {
    margin-right: 10px;
    border-radius: 10px;
}
.mp_teachers_photo img {
    border-radius: 10px;
    width: 150px;
    height: 150px;
}
.mp_teachers_cont {
    background: #ffffff;
    padding: 16px;
    border-radius: 10px;
    flex-grow: 1;
}
.mp_teachers_cont_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}
.mp_teachers_cont_title a {
    color: #000;
}
.mp_teachers_cont_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 639px) {
    .main_page_teachers {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_teachers_top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }
    .mp_teachers_title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .mp_teachers_block {
        display: flex;
        flex-direction: column;
    }
    .mp_teachers_photo {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_teachers {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mp_teachers_title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

.main_page_become_professionals {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_become_prof {}
.mp_become_prof_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mp_become_prof_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}
.mp_become_prof_title span {
    color: #5eaf97;
}
.mp_become_prof_arrows {
    display: flex;
    border-radius: 30px;
    padding: 10px;
    background: #eff5f3;
    align-items: center;
}
.mp_become_prof_left_arrow,
.mp_become_prof_right_arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #585862;
    padding: 0;
    border: none;
}
.mp_become_prof_left_arrow:before,
.mp_become_prof_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.mp_become_prof_right_arrow:before {
    transform: rotate(180deg);
}
.mp_become_prof_num {
    padding: 0 20px;
}
.mp_become_prof_blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mp_become_prof_wrap_block {
    width: 49%;
}
.mp_become_prof_block {
    display: flex;
    background-color: #F5FDFA;
    border: 1px solid rgba(94, 175, 151, 0.2);
    border-radius: 20px;
    padding: 24px 14px;
    margin-right: 20px;
}
.mp_become_prof_block_left {
    margin-right: 20px;
    text-align: center;
}
.mp_become_prof_block_right {}
.mp_become_prof_block_img {}
.mp_become_prof_block_name {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.mp_become_prof_block_date {
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #FF865A;
    border-radius: 30px;
    padding: 4px 8px;
    border: 1px solid #FFB69C;
}
.mp_become_prof_block_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #193346;
    margin-bottom: 20px;
}
.mp_become_prof_block_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #2f6a31;
    opacity: 0.8;
}
.mp_become_prof_block_prof {
    margin-right: 20px;
}
.mp_become_prof_block_angle_right {}
.mp_become_prof_link_more_cta {
    display: inline-block;
    background-color: #FF865A;
    border-radius: 16px;
    padding: 26px 32px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
.mp_become_prof_link_more_cta:hover,
.mp_become_prof_link_more_cta:focus {
    background-color: #FB6C38;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 639px) {
    .main_page_become_professionals {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_become_prof_top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }
    .mp_become_prof_title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .mp_become_prof_block {
        display: flex;
        flex-direction: column;
    }
    .mp_become_prof_block_left {
        display: flex;
        align-items: center;
    }
    .mp_become_prof_block_name_date {
        margin-left: 20px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_become_professionals {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.main_page_form_consultation {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_feedback {}
.mp_feedback_wrap {
    position: relative;
    display: flex;
    background-color: #2F6A31;
    border-radius: 24px;
    color: #ffffff;
    padding: 24px 0;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/feedback_bg.jpg");
    background-repeat: no-repeat;
}
.mp_feedback_wrap a:hover,
.mp_feedback_wrap a:focus,
.mp_feedback_wrap a {
    color: #ffffff;
}
.mp_feedback_left {
    padding: 0 50px;
    width: 45%;
}
.mp_feedback_right {
    padding: 0 50px;
    width: 55%;
}
.mp_feedback_right_img {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 505px;
    height: 580px;
    border-radius: 24px;
    background-image: url("/local/templates/appkk-green--agalarov/images/main_page/feedback_img.png");
}
.mp_feedback_left_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mp_feedback_left_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 28px;
    opacity: 0.6;
}
.mp_feedback_wrap_form {}
.mp_feedback_wrap_form input[type="email"],
.mp_feedback_wrap_form input[type="text"] {
    width: 100%;
    border: 1px solid #f2f3f5;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 14px;
}
.mp_feedback_wrap_form input[type="button"] {
    width: 100%;
    border-radius: 6px;
    padding: 16px 30px 18px;
    background: #FF865A;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.mp_feedback_wrap_form input[type="button"]:hover,
.mp_feedback_wrap_form input[type="button"]:focus {
    background: #F97849;
}
.mp_feedback_permission {
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    margin-bottom: 10px;
}
.mp_feedback_permission a {
    text-decoration: underline;
}
.mp_feedback_agree_wrap {
    display: flex;
    margin-bottom: 10px;
}
.mp_feedback_agree_block_checkbox {
    width: 34px;
}
.mp_feedback_agree_wrap input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-top: 3px;
    margin-right: 6px;
    vertical-align: -4px;
    accent-color: #ffffff;
}
.mp_feedback_agree_label {
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
}
.mp_feedback_agree_label a {
    text-decoration: underline;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
    .mp_feedback_left_title {
        margin-top: 30px;
    }
    .mp_feedback_left {
        width: 50%;
    }
    .mp_feedback_right {
        width: 50%;
    }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .mp_feedback_left_title {
        margin-top: 30px;
    }
    .mp_feedback_wrap {
        flex-wrap: wrap;
    }
    .mp_feedback_left {
        padding: 0 20px;
        width: 100%;
    }
    .mp_feedback_right {
        padding: 0 20px;
        width: 100%;
    }
    .mp_feedback_right_img {
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        background-image: none;
    }
}
@media screen and (max-width: 639px) {
    .main_page_form_consultation {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_feedback_left_title {
        margin-top: 30px;
    }
    .mp_feedback_wrap {
        flex-wrap: wrap;
    }
    .mp_feedback_left {
        padding: 0 20px;
        width: 100%;
    }
    .mp_feedback_right {
        padding: 0 20px;
        width: 100%;
    }
    .mp_feedback_right_img {
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        background-image: none;
    }
    .mp_feedback_left_title {
        font-size: 24px;
    }
    .mp_feedback_left_desc {
        font-size: 16px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_form_consultation {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mp_feedback_wrap {
        padding: 0;
        background-image: none;
        background: linear-gradient(315deg, #00805a 0%, #7dbeab 100%);
    }
    .mp_feedback_right_img {
        position: relative;
        display: block;
        bottom: 0;
        right: 0;
        width: 281px;
        height: 282px;
        border-radius: 24px;
        background-image: url("/local/templates/appkk-green--agalarov/images/main_page/feedback_img_375.png");
    }
}

.main_page_trust {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mp_trust {}
.mp_trust_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mp_trust_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}
.mp_trust_arrows {
    display: flex;
    border-radius: 30px;
    padding: 10px;
    background: #eff5f3;
    align-items: center;
}
.mp_trust_left_arrow,
.mp_trust_right_arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #585862;
    padding: 0;
    border: none;
}
.mp_trust_left_arrow:before,
.mp_trust_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.mp_trust_right_arrow:before {
    transform: rotate(180deg);
}
.mp_trust_num {
    padding: 0 20px;
}
.mp_trust_blocks {
    display: flex;
    justify-content: space-between;
}
.mp_trust_wrap_block {
    display: block;
}
.mp_trust_block {
    margin-right: 20px;
}
.mp_trust_block_img {
    position: relative;
    border-radius: 10px;
    padding: 42px 10px;
    background: #eff5f3;
    margin-bottom: 16px;
    text-align: center;
}
.mp_trust_block_img img {
    display: inline-block !important;
}
.mp_trust_block_img:before {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    right: 40px;
    border-top-color: #eff5f3;
    border-width: 10px;
    margin-right: -1px;
}
.mp_trust_block_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-bottom: 12px;
}
.mp_trust_block_count {
    display: flex;
    justify-content: space-between;
}
.mp_trust_block_count_reviews {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}
.mp_trust_block_count_mark {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #ff9800;
}
.mp_trust_block_count_star {
    margin-left: 20px;
}
@media screen and (max-width: 639px) {
    .main_page_trust {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mp_trust_top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }
    .mp_trust_title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_trust {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* End */


/* Start:/local/components/appkk/top_courses/templates/.default/style.css?17611397471301*/
.mp_top_section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.mp_top_section_arrows {
    display: flex;
    align-items: center;
}
.mp_top_section_left_arrow,
.mp_top_section_right_arrow {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #5EAF97;
    padding: 0;
    border: none;
}
.mp_top_section_left_arrow {
    margin-right: 20px;
}
.mp_top_section_left_arrow:before,
.mp_top_section_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/green_arrow.png);
    background-position: 46% center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    margin: 0 auto;
}
.mp_top_section_right_arrow:before {
    transform: rotate(180deg);
}
@media screen and (max-width: 639px) {
    .section_title {
        margin-bottom: 20px;
    }
    .mp_top_section {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }
    .mp_top_section_arrows {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/components/appkk/blog_last_items/templates/.default/style.css?17611457232681*/
.mp_blog {}
.mp_blog_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    margin: 0 0 20px;
    color: #323232;
}
.wrap_mp_blog_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wrap_mp_blog_item {
    width: 360px;
    border: 1px solid #E8E8EB;
    border-radius: 16px;
    padding: 16px;
}
.mp_blog_item_wrap_img {
    position: relative;
}
.mp_blog_item_img {
    border-radius: 16px;
    margin-bottom: 16px;
}
.mp_blog_item_img img {
    width: 100%;
    border: 1px solid #9BCEB8;
    border-radius: 16px;
}
.mp_blog_item_tags {
    display: flex;
    margin-bottom: 16px;
}
.mp_blog_item_tag {
    border-radius: 16px;
    border: 1px solid #9BCEB8;
    padding: 6px;
    margin-right: 5px;
    background-color: #F5FDFA;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6FB798;
}
.mp_blog_item_sect {}
.mp_blog_item_duration {}
.mp_blog_item_meta {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #a4a4b1;
}
.mp_blog_item_date {
    display: flex;
}
.mp_blog_item_date span {
    display: flex;
    margin-right: 8px;
    padding-top: 1px;
}
.mp_blog_item_comment {
    display: flex;
    margin-right: 16px;
}
.mp_blog_item_comment span {
    display: flex;
    margin-right: 8px;
    padding-top: 3px;
}
.mp_blog_item_title,
.mp_blog_item_title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 117%;
    color: #000;
    margin-bottom: 16px;
}
.mp_blog_item_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #585862;
    margin-bottom: 16px;
}

.mp_blog_link_more_cta {
    display: inline-block;
    background-color: #FF865A;
    border-radius: 8px;
    padding: 16px 32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}
.mp_blog_link_more_cta:hover,
.mp_blog_link_more_cta:focus {
    background-color: #FB6C38;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .wrap_mp_blog_item {
        width: 300px;
    }
}
@media screen and (max-width: 639px) {
    .main_page_blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wrap_mp_blog_item {
        width: 300px;
    }
}
@media screen and (max-width: 374px) {
    .main_page_blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mp_blog_title {
        font-size: 32px;
    }
}
/* End */
/* /local/templates/appkk-green--agalarov/js/slick/slick-theme.css?16545917933145 */
/* /local/templates/appkk-green--agalarov/css/main_page.css?176113301462155 */
/* /local/components/appkk/top_courses/templates/.default/style.css?17611397471301 */
/* /local/components/appkk/blog_last_items/templates/.default/style.css?17611457232681 */
