.my_font_content p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.my_font_content h1 {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 38px;
    color: #425372;
}

.logo_img {
    max-width: 100%;
}

.prim {
    font-size: x-small;
    color: #9e9e9e;
    font-style: italic;
}

.my_img_left {
    max-width: 100%;
    float: left;
}

a {
    color: #4a5d7e;
    text-decoration: underline;
}

li {
    font-size: 16px;
}


a:hover {
    color: #4a5d7e;
    text-decoration: none;
}


.flex_wrap {
    flex-wrap: wrap;

}

.shadow_bottom_nav {
    /* border-bottom: 1px solid gray; */
    box-shadow: 0 -25px 25px -25px rgba(49, 140, 222, 0.4) inset;
}



.my_heigth_content {
    min-height: 80vh;
}

.header_top {
    display: flex;
    justify-content: space-between;
}

.nav_menu_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    flex-grow: 1;
}

.nav_address {
    color: #388fdc;
    font-size: 20px;
    margin: 5px 15px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    text-decoration: none;
    margin-top: 10px;
}

.nav_address:hover {
    color: #388fdc;
}

.underground_address {
    font-size: 15px;
}

.nav_menu_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    flex-grow: 1;
}

.nav_phone {
    color: #388fdc;
    font-size: 20px;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    text-decoration: none;
    margin: 12px 0 7px 0;
}

.nav_phone_icon {
    width: 20px;
    display: inline-block;
    margin: 2px;
    padding-bottom: 3px;
}

.call_a_courier {
    font-family: 'HelveticaNeueCyr';
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    color: #4b6179;
    /* padding-bottom: 5px; */
}

.href_call_a_courier {
    color: #4b6179;
    text-decoration: none;
}

.href_call_a_courier:hover {
    text-decoration: none;
    color: #388fdc;
    border-bottom: 2px #4b6179 solid;
    padding-bottom: 7px;
}



.nav_email {
    font-family: 'HelveticaNeueCyr';
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    color: #4b6179;
}

.nav_social_netvork {
    margin: 10px;
}

.working_time {
    font-family: 'HelveticaNeueCyr';
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    color: #4b6179;
}

.my_img {
    max-width: 100%;
}

.info_img {
    padding: 10px;
    margin: 5px;
}

.flex_content {
    display: flex;
    flex-wrap: wrap;
}

.my_courses_div {
    display: inline-block;
    width: 300px;
    height: 500px;
    border: 3px double #4b6179;
    border-radius: 5px;
    margin: 30px;
    padding: 5px;
    position: relative;
}

.my_courses_link {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

.online_link {
    text-decoration: none;
}

.online_link:hover {
    color: #1750a4;
}

.online_description {
    color: #738094;
    font-style: italic;
    border-bottom: 1px solid #4d6b98;
    height: 132px;
}


.light-blue {
    color: #3490d9;
    /* голубой  */
}

.my_index_page {
    display: flex;
    flex-wrap: wrap;

}

.cell_price {
    padding: 10px;
    border: 3px double #4b6179;
    border-radius: 5px;
    margin: 20px;
    position: relative;
    width: 350px;
    max-width: 100%;
}

.child_cell_price {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 150px;
    text-align: center;
    background-color: rgba(250, 209, 50, 0.7);
    border-radius: 10px 0 0 10px;
    padding: 5px;
    color: #213963;
    font-size: 120%;
    font-weight: bold;
}


@media only screen and (max-width: 930px) {
    .logo_img {
        width: 80%;
    }

    .my_font_content h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .logo_img {
        width: 100px;
    }

    .nav_phone {
        margin: 10px 0 5px 0;
    }

    .my_font_content h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .logo_img {
        width: 70px;
    }

    .nav_phone {
        margin: 0 0;
    }

    .nav_address {
        margin-top: 0;
    }

    .my_font_content h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .cell_price {
        padding: 2px;
        margin: 5px;
    }
}

@media only screen and (max-width: 350px) {
    .cell_price {
        padding: 0;
        margin: 2px;
        border: 1px solid #4b6179;
    }
}

.my_img_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my_img_href_les {
    display: inline-block;
    height: 350px;
    width: 300px;
    margin: 10px;
    text-align: center;
}

.my_img_h {
    max-height: 300px;
}

.picture_caption_bottom {
    height: 50px;
    color: #000;
}

.example_sentence {
    color: #3090e2;
    font-style: italic;
}

.my_video {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}

video {
    max-width: 100% !important;
    height: auto !important;
}


.center {
    text-align: center;
    margin: 0 auto;
}

.max_width_container {
    max-width: 1400px;
}

.pattern_1 {
    background-image: url('/img/pattern_1.jpg');
    width: 100%;
}

.pattern_2 {
    background-image: url('/img/pattern_2.jpg');
    width: 100%;
}


.img_center {
    display: block;
    margin: 10px auto;
    box-shadow: 0.2em 0.2em 8px 4px rgba(122, 122, 122, 0.4);
    max-width: 100%;
}

.my_video_source {
    box-shadow: 0.2em 0.2em 8px 4px rgba(122, 122, 122, 0.4);
}

.success {
    margin: 10px;
    border: 1px solid #adc092;
    background: #ccfcc7 !important;
    color: #58715e !important;
    padding: 10px;
}

.error {
    margin-top: 5px;
    border: 1px solid #555555;
    background: #ffc7c7 !important;
    color: #555555 !important;
    padding: 3px;
}

.warning {
    margin: 8px;
    border: 1px solid #bbdbff;
    background: #b1d5fd !important;
    color: #2949b3 !important;
    padding: 7px;
}

.single_review {
    margin: 20px 5px;
}

.otziv_name {
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    font-style: italic;
}

.otziv_date {
    margin-left: 10px;
    font-size: 10px;
    font: Verdana;
    color: #11370c;
}

.zifry {
    width: 17px;
    display: inline-block;
    padding: 0 2px;
}

.all_reviews {
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #35435a;
}

/* галерея photoswipe */
.my-gallery {
    width: 100%;
    float: left;
}

.photo_h_1 img {
    width: auto;
    height: 150px;
    margin-bottom: 20px;
}

.photo_h_2 img {
    width: auto;
    height: 300px;
}

.photo_h_3 img {
    width: auto;
    height: 450px;
}

.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    height: 89px;
    /* border: 1px solid #afe4dc; */
    box-shadow: 0 0 3px 1px #64b4ff;
    border-radius: 3px;
    padding: 2px;
}

.my-gallery figcaption {
    display: none;
}

/* // галерея photoswipe */

.likely_text {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
}


.all_akcii_left_div {
    width: 20%;
    padding: 5px;
}

.all_akcii_right_div {
    padding: 5px 0;
}

.all_akcii_img {
    max-width: 90%;
    height: auto;
    /* border: 1px solid #273a8c; */
    border: 0;
    box-shadow: 0.4em 0.4em 5px rgb(122 122 122 / 50%);
    border-radius: 5px;
}

.all_akcii_href {
    font-size: 115%;
    color: #677987;
}

.all_akcii_href:hover {
    text-decoration: none;
}

.all_news_href {
    font-size: 20px;
    color: #677987;
    text-decoration: none;
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.all_news_href:hover {
    color: #677987;
    text-decoration: underline;
}

.all_news_date {
    font-size: 11px;
    color: #677987;
}


.header_akcii {
    text-align: center;
    color: purple !important;
}

.header_news {
    text-align: center;
    color: rgba(17, 75, 31, 0.829) !important;
}

.h1_404 {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.string_1_404 {
    color: #3f8fce;
    text-transform: uppercase;
    font-size: 17px;
    margin: 40px 10px 10px 10px;
}

.string_2_404 {
    color: #3f8fce;
    text-transform: uppercase;
    font-size: 22px;
    margin: 10px 10px 40px 10px;
}

/*	Таблица прайса на заточку 	*/
.table_prise {
    width: 700px;
    max-width: 90%;
    margin: 20px auto;
    border: 0px;
    padding: 25px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.table_prise tr:nth-child(odd) {
    background-color: #eaedf2;
}

.table_prise_left {
    min-width: 220px;
    width: 70%;
    padding: 5px;
}

.table_prise_right {
    text-align: center;
    min-width: 80px;
    padding: 5px;
}

.priziv {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0 -25px 25px -25px rgba(49, 140, 222, 0.4) inset;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-indent: 20px;
    border: solid #211f2b 1px;
    border-radius: 10px;
    background-color: #4a5d7e;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
}

.specmess {
    width: 850px;
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #4a5d7e;
    border-radius: 10px;
    color: #3f8fce !important;
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    box-shadow: 0 -25px 25px -25px rgba(49, 140, 222, 0.4) inset;
    text-align: center;
}

.cell_info {
    padding: 10px;
    border: 1px solid #4a5d7e;
    border-radius: 10px;
    margin: 20px;
    position: relative;
    width: 350px;
    max-width: 100%;
    box-shadow: 0 -25px 25px -25px rgba(49, 140, 222, 0.5) inset;
    text-align: center;
}

.child_cell_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    background-color: rgba(215, 233, 245, 0.7);
    border-radius: 0 0 10px 10px;
    padding: 5px;
    color: #213963;
    font-size: 120%;
    font-weight: bold;
}



.random_info_title {
    color: #3d278d;
}

.random_info {
    padding: 10px;
    border: 1px solid #7e7d82;
    border-radius: 10px;
    margin: 20px;
    position: relative;
    width: 250px;
    max-width: 100%;
    box-shadow: 0 -25px 25px -25px rgba(160, 99, 117, 0.5) inset;
    text-align: center;
}

.child_random_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    background-color: rgba(233, 217, 237, 0.7);
    border-radius: 0 0 10px 10px;
    padding: 5px;
    color: #197174;
    line-height: normal;
    font-size: 120%;
}

.random_product_title {
    color: #3994e3;
}

.random_product {
    padding: 10px;
    border: 1px solid #bad1e5;
    border-radius: 10px;
    margin: 20px;
    position: relative;
    width: 250px;
    max-width: 100%;
    box-shadow: 0 -25px 25px -25px rgba(85, 104, 121, 0.5) inset;
    text-align: center;
}

.child_random_product {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    background-color: rgba(204, 236, 248, 0.7);
    border-radius: 0 0 10px 10px;
    padding: 5px;
    color: #3e5976;
    font-size: 120%;
}

.h_45 {
    height: 45px;
}

.h_30 {
    height: 30px;
}


.random_cat_title {
    color: #3994e3;
}

.random_cat {
    padding: 20px;
    margin: 20px;
    position: relative;
    width: 250px;
    max-width: 100%;
    text-align: center;

}

.cat_img {
    max-width: 80%;
    border-radius: 100px;
    box-shadow: 0 0 7px #aee0f7;
}

.child_random_cat {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #3e5976;
    font-size: 120%;
}

.child_random_cat:hover {
    text-decoration: underline;
}

.all_list_product {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    color: #4a5d7e;
}

.list_product {
    padding: 5px 0;
    border: 1px solid #bad1e5;
    margin: 20px;
    position: relative;
    width: 250px;
    max-width: 100%;
    text-align: center;
}

.child_list_product {
    height: 55px;
    width: 100%;
    background-color: rgba(204, 236, 248, 0.7);
    padding: 5px;

}

.title_list_product {
    height: 45px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
}

.price_list_product {
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4a5d7e;
}

.link_list_product {
    color: #4a5d7e;
    text-decoration: none;
}

.link_list_product:hover {
    text-decoration: underline;
}


.into_basket {
    padding: 5px;
}

.tool_prod_img {
    position: relative;
    z-index: 24;
    text-decoration: none;
    font-size: 20px;
    padding: 2px;
}

.tool_prod_img span {
    display: none;
}

.tool_prod_img:hover {
    z-index: 25;
}

.tool_prod_img:hover span {
    display: block;
    position: absolute;
    width: 250px;
    /* max-width: 100%; */
    bottom: 30px;
    left: -100px;
    border: 1px solid #a4c4fc;
    padding: 5px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 15px 5px #3094f4;
}



.h_150 {
    height: 150px;
}

.illustrations {
    width: 32%;
    min-width: 400px;
    margin: 10px;
}

.galler_illus img {
    height: 80px;
    margin: 2px;
}

.charact {
    width: 45%;
    min-width: 340px;
    margin: 10px;
}

.charact_ul {
    list-style-type: none;
    padding-inline-start: 2px;
}

.charact_li {
    margin-bottom: 4px;
    color: #425372;
}

.param {
    line-height: 1.4;
}

.param__prop {
    position: relative;
    display: block;
    overflow: hidden;
}

.param__prop:after {
    content: '';
    position: absolute;
    margin-left: .1em;
    bottom: .35em;
    width: 100%;
    border-bottom: .1em dotted;
}

.param__value {
    float: right;
    padding-left: .1em;
}

.param--align:after {
    content: '';
    display: table;
    clear: both;
}

.param--align .param__prop {
    float: left;
    width: 45%;
}

.param--align .param__value {
    float: right;
    width: 55%;
    box-sizing: border-box;
}

.price_cart {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    min-width: 340px;
    text-align: right;
}

.price_cart_online_course {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    min-width: 340px;
    text-align: left;
}

.price_cart_zena {
    display: block;
    margin: 5px;
    color: #425372;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
}

.price_cart_btn {
    display: inline-block;
    margin: 5px;
    /* font-weight: 700; */
    color: #fff;
    font-size: 25px;
    background-color: #64a9f4;
    padding: 4px 25px 7px 25px;
    border-radius: 10px;
}

.price_cart_btn:hover {
    background-color: #8ac0fa;
}

#tabs {
    width: 90%;
    min-width: 340px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    font-family: Lato, "Trebuchet MS";
}

#tabs p {
    color: #4a4a4a;
    text-indent: 5px;
    font-weight: 400;
    font-size: 1rem;
    margin: 9px 0 8px 0;
    text-align: justify;
}

#tabs span {
    text-indent: 0;
}


#tabs ul {
    padding: 0;
    margin-left: 20px;
}

.tabs_li {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    margin-left: 20px;
}

.tabs__list {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
    line-height: 33px;
    display: inline-block;
    padding-bottom: 1px;
}

.tabs__item {
    display: inline-block;
    color: #586d6b;
    white-space: nowrap;
    font-family: 'Circe Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 13px;
    background: #cde5ff;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    transition: all .2s;
}

.tabs__item.select {
    color: #485d7c;
    background: #c1ecbd;
    border-bottom: 2px solid #409d36;
}

.tabs__text {
    display: none;
    text-align: justify;
    border: 1px solid #cccccc;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    /* --- */
    min-height: 170px;
    padding: 15px 15px 15px 5px;
    box-shadow: 0 0 8px 4px rgba(218, 218, 218, .5) inset;
}

.tabs__text.select {
    display: block;
}

.tabs__order {
    display: inline-block;
    color: #586d6b;
    white-space: nowrap;
    font-family: 'Circe Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 13px 4px 13px;
    background: #F5F3F0;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    transition: all .2s;
}

.tabs__order.select {
    color: #20403d;
    background: #f3c250;
    /* b8e7d5 */
    border-bottom: 2px solid #409d36;
}

@media screen and (max-width: 750px) {

    #tabs {
        width: 95%;
        padding: 10px;
    }

}

@media screen and (max-width: 550px) {

    #tabs {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 450px) {

    #tabs {
        padding: 2px;
    }
}

.res {
    position: absolute;
    display: block;
    left: 47%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 5px;
    background: none repeat scroll 0 0 #F0FAF1 !important;
    border: 1px solid #ADC092;
    color: #58715E !important;
    display: none;
}

.cart_width {
    width: 850px;
    min-width: 350px;
    max-width: 100%;
}

.cart_res_width {
    min-width: 250px;
    max-width: 100%;
}


.basket-section {
    padding: 15px;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    border-radius: 12px;
    margin: 10px;
}

.tool_prod_cart_img {
    width: 80px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
}

.cart_info {
    margin-top: 7px;
    margin-left: 7px;
}

.href_cart_title {
    color: #242e3e;
    text-decoration: none;
    font-size: 18px;
}

.href_cart_title:hover {
    color: #242e3e;
    text-decoration: underline;
}

.href_cart_price {
    color: #485d7c;
    font-size: 12px;
}


.del_cart {
    color: #c8674e;
    padding: 0;
    border: 0;
    border-width: 0;
    border-style: none;
}

.del_cart:hover {
    text-decoration: underline;
}

.cart_total {
    min-width: 250px;
    width: 90%;
    font-family: 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #242424;
}

.class_for_quantity {
    padding: 5px;
}

.count__minus,
.count__plus {
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.count__plus:after,
.count__minus:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #242424;
    display: block;
    left: calc(50% - 6px);
    position: absolute;
    top: 50%;
}

.count__plus:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #242424;
    display: block;
    left: 19px;
    position: absolute;
    top: 13px;
}

.input_promo {
    display: block;
    width: 200px;
    max-width: 80%;
    padding: 4px 8px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #124477;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-style: italic;
}

.prim_cart_delivery {
    font-size: small;
    color: #65728f;
    font-style: italic;
}

.delivery_title {
    font-weight: bold;
    color: #485d7c;
    font-size: 16px;
}

.cart_error {
    color: #c8674e;
    padding: 4px;
    font-size: 15px;
}

.cart_promo_content {
    margin: 10px;
    padding: 5px;
    font-size: 16px;
    width: 550px;
    max-width: 100%;
    background-color: rgb(212, 253, 206);
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.1;
}

.pre_calc_cart {
    margin: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.quantity_discount {
    width: 500px;
    max-width: 100%;
}

.main_color_1 {
    color: #3b90d3;
}

.main_color_2 {
    color: #4a5d7e;
}

.violet_line {
    background-color: #4a5d7e;
    color: #fff;
    margin: 15px 0;
    padding: 5px;
}

.bg_home {
    background: #0e17bd url(/img/bg_zatochka-1.jpg);
    background-color: #0e17bd;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
}

.bg_home-2 {
    background-color: #859bf0;
}

.home_div {
    padding: 10px;
    border: 1px solid #fff;
    margin: 20px;
    position: relative;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 -25px 25px -25px rgba(85, 104, 121, 0.5) inset;
    text-align: center;
}

.child_home_div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    background-color: rgba(204, 236, 248, 0.7);
    padding: 5px;
    color: #3e5976;
    font-size: 120%;
    line-height: 1.2;
}

.bg_home_sell {
    background: #4fa18b url(/img/sell-4-this.jpg);
    background-color: #4fa18b;
    background-repeat: no-repeat;
    background-position: left;
    /* height: 100px; */
    min-height: 100px;
    margin: 20px 0;
    color: #fff;
    line-height: 1.2;
    padding-left: 150px;
}

.btn_home_price {
    display: inline-block;
    color: #4a5d7e;
    text-decoration: none;
    background-color: #b6d4f6;
    border: 1px solid white;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 20px;
}

.btn_home_price:hover {
    color: #4a5d7e;
    text-decoration: none;
}

.home_div_2 {
    padding: 10px;
    border: 1px solid #fff;
    margin: 20px;
    position: relative;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 -25px 25px -25px rgba(85, 104, 121, 0.5) inset;
    text-align: center;
}

.child_home_div_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    text-align: center;
    background-color: #d5d6f7;
    padding: 5px;
    color: #3e5976;
    font-size: 120%;
    line-height: 1.2;
}

.bg_home-3 {
    background-color: #aae3d4;
}

.bg_home-4 {
    background: #236bc5 url(/img/bg_zatochka-2.jpg);
    background-color: #236bc5;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
}

.bg_home-5 {
    background: #3b8ddc url(/img/bg_zatochka-3.jpg);
    background-color: #3b8ddc;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
}

.bg_home-6 {
    background: #4087d9 url(/img/bg_zatochka-4.jpg);
    background-color: #4087d9;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
}


.bg_home-7 {
    background: #3969db url(/img/bg_zatochka-5.jpg);
    background-color: #3969db;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
    border-bottom: 1px solid #000;
}


.bg_home-8 {
    background: #5182d5 url(/img/bg_zatochka-6.jpg);
    background-color: #5182d5;
    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    margin: 20px 0;
    color: #fff;
    border-bottom: 1px #4b6179 solid;
    border-top: 1px #4b6179 solid;

}



.w-250 {
    width: 250px;
}

.w-350 {
    width: 350px;
}

.w-650 {
    width: 100%;
    max-width: 650px;
}

.h-550 {
    height: 550px;
    width: auto;
    max-width: 100%;
}

.h-450 {
    height: 450px;
    width: auto;
    max-width: 100%;
}


.second_div {
    min-width: 300px;
    width: 700px;
}

.introduction {
    margin: 20px 0;
    padding: 15px 15px 15px 25px;
    background-color: rgb(130, 147, 175);
    /* background-color: #88a0c8; */
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
    box-shadow:
        0 0 0 1px #4a5d7e,
        0 0 5px 0 #ffffff inset,
        0 10px 0 -5px #5eadf4;
}

.my_news_img {
    max-width: 90%;
    box-shadow: 0 0 7px 2px #96a3ba;
    margin: 10px;
}

.my_info_img {
    max-width: 90%;
    box-shadow: 0 0 7px 2px #96a3ba;
    margin: 10px;
}

.lesson_img {
    margin: 12px 7px;
    box-shadow: 0.2em 0.2em 8px 4px rgba(122, 122, 122, 0.4);
}

.my_lesson_img {
    box-shadow: 0 0 7px rgba(122, 122, 122, 0.7);
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}