/*===========================================*/
/*================   BLOG  ==================*/
/*===========================================*/
#blog_out {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
}

@media screen and (max-width:1700px) {
    #blog_out {
        max-width: 900px;
    }
}

.blog_section {
    padding: 10px;
    margin: 10px 100px;
    display: block;
}

ul.col_price2>li {
    width: calc(100% - 320px);
    float: left;
    list-style: none;
}

ul.col_price2>li:first-child {
    width: 320px;
}

.blog_section div {
    padding-top: 1px;
    display: table;
    min-width: 220px;
}

.blog_section .pack_img {
    float: left;
    margin: -1px 15px 15px 0;
    width: 300px;
}

.blog_section h2 {
    margin-top: -2px;
    margin-bottom: 9px;
}

.blog_section h2 a {
    color: var(--font-color-accent);
    text-transform: uppercase;
    text-decoration: none;
}

#all_posts {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1px;
    margin-top: 0;
    /*background-color: #fff;*/
}

.one_blog_post {
    /*margin: 0 auto; */
    padding: 50px 0;
    display: grid;
    /*grid-template-columns: 550px auto;*/
    grid-template-columns: 550px auto;
    column-gap: 30px;
    /* border-top: 1px solid #ccc; */
    /* min-height: 200px; */
    /* max-width: 1050px; */
    /*background-color: #fff;*/
    border-top: 1px solid var(--border-color);
}

/*Search posts*/
#all_posts.search_result {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px 20px;
}

hr {
    display: block;
    float: none;
    clear: both;
}

hr:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}


@media screen and (max-width:900px) {
    #all_posts.search_result {
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px 20px;
    }
}

@media screen and (max-width:600px) {
    #all_posts.search_result {
        grid-template-columns: 1fr;
    }
}

#all_posts.search_result .one_blog_post {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 10px;
}

#all_posts.search_result .one_blog_post,
#all_posts.search_result .one_blog_post:first-child {
    padding: 0;
}

.form_blog_search {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.form_blog_search .col2 {
    grid-template-columns: 1fr 100px;
}

#submit_blog_search {
    padding: 15px 0 12px 17px;
    top: -2px;
}

h2+.one_blog_post {
    border-top: 0;
}

.one_blog_post>a {
    position: relative;
}

.one_blog_post:first-child {
    padding-top: 0;
    border-top: 0;
}

.blog_info_img_img {
    /* float: left; */
    border: 1px solid var(--border-color);
    /* width: 550px; */
    /* height: 335px; */
}

a:hover .blog_info_img_img {
    border: 1px solid var(--font-color-accent);
}

/*.one_blog_post:hover {
    background-color: #fff;
    border: 1px solid var(--font-color-accent);
}*/

/*.one_blog_post:hover .blog_title a {
    color: #fbc300;
}*/
/*.blog_text {
    margin: 13px 0 0 0;
    display: block;
    z-index: 1;
        border-top: 1px solid #ccc;
    padding-top: 0;
}*/

/*
.one_blog_post .blog_text {
    margin: 0;
}

.one_blog_post .one_blog_text h2.blog_title {
    margin-top: 0;
}

*/

/*.blog_text:after, .main_ul:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}*/

/*.main_ul ul:before, .main_ul ul:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}*/

/*.blog_text img {
    margin: 30px 0;
}*/
.blog_text {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
}

.blog_text h2,
h2.title_gray {
    padding: 40px 0 20px 0;
    color: var(--font-color-accent);
    display: block;
    /*font-size: 20px;
    font-weight: 700;*/
    font-size: 2.4rem;
    font-weight: 400;
}

.blog_text h2 a {
    color: inherit;
    font-size: inherit;
}

.blog_text h2 {
    /*padding-top: 60px;*/
    clear: both;
}

.blog_text h3,
.blog_text h4,
.blog_text h5 {
    padding: 30px 20px 15px 0;
    color: var(--font-color-accent);
    clear: both;
    /*font-weight: unset;*/
    font-weight: 400;
}

.blog_text h4,
.blog_text h5 {
    color: #686868;
}

.blog_text img.img_inside {
    max-width: 1050px;
}

.blog_text i {
    /*font-size: 14px;*/
    /*color: #769ede;*/
    /*font-style: normal;*/
    color: #08948D;
}

.blog_text .dimas_comment {
    color: var(--font-color-accent);
    font-weight: 300;
    font-style: italic;
    text-indent: 0;
    font-size: inherit;
    line-height: inherit;
    padding-left: 20px;
    display: block;
}


.blog_text .list {
    margin: 0 0 1.3rem 0;
    max-width: calc(100% - 1.3rem);
}

.blog_text .list .list {
    margin-top: 10px;
    margin-left: 3em;
}

.blog_text .list li {
    margin-left: 4rem;
}

@media screen and (max-width:600px) {
    .blog_text .list li {
        margin-left: 2rem;
    }
}

.blog_text .no-list {
    margin: 0 0 1.3rem 0;
    max-width: calc(100% - 1.3rem);
}

.blog_text .no-list li {
    margin: 0 0 2em 2em;
}

/*.blog_preview_text {
        line-height: 22px;
    }*/
/*.blog_preview_text ol {
    margin-left: 36px;
}*/
/*
.blog_preview_end {
    padding: 11px 0;
    position: relative;
}

.blog_preview_end a {
    font-size: 12px;
    color: var(--font-color-accent);
}

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

.get_details {
    padding: 5px 20px 0;
    position: relative;
}

.get_details a {
    font-size: 12px;
    color: var(--font-color-accent);
}

.get_details a:hover {
    text-decoration: none;
}
*/

.one_blog_post .date,
.one_blog_post .date span {
    margin: 13px 0 18px 0;
    font-size: 13px;
    color: var(--font-color-accent);
}

.one_blog_post .date a {
    color: var(--font-color-accent);
    text-decoration: none;
}

.one_blog_post .date a:hover {
    text-decoration: underline;
}

.tags {
    padding-right: 10px;
}

a.readmore_new {
    float: right;
    font-size: 16px;
}

.add_komm {
    margin: 0 15px 0 30px;
    position: relative;
    display: block;
    float: right;
}

/*.blog_title {
    margin: 0;
}*/

.blog_title a {
    text-decoration: none;
    /*color: #8c8c8c;*/
    /*text-transform: uppercase;*/
    /*font-family: Arial,sans-serif;*/
    /*font-size: 1.3rem;*/
    /*line-height: 1rem;*/
    /*font-weight: bold;*/
    /*font: bold 1.3rem/1rem Arial,sans-serif;*/
}

/*h2.blog_title,
.one_blog_text h2,
.one_blog_text h2 a,
.blog_title a {
    font-size: 1.4rem;
    line-height: 1.5rem;
}*/
/*
h1.blog_title {
    text-transform: uppercase;
    margin: 50px 20px 0 0;
    padding: 0;
    color: gray;
    font-weight: bold;
    line-height: 25px;
}*/

/*.blog_date {
    font-size: 12px;
    color: #666666;
    margin: 15px 0;
}*/

/*.blog_date_in_post, .blog_date_in_post span {
    font-size: 13px;
    margin: 5px 0 0 0;
    color: var(--font-color-accent);
    text-align: center;
}*/
#blog_out {
    display: block;
    position: relative;
    left: 0;
}
#blog_post {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    left: 0;
}

/*#blog_post p {
    !*margin: 0 0 2rem 0;*!
    text-indent: 10px;
    text-align: justify;
    line-height: 2rem;
    font-size: 1.1rem;
}*/
/*
#blog_post p:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}*/

/*#blog_post ul {
    margin-left: 0;
}*/
/*
#blog_post ul.list.num {
    list-style-type: decimal;
}
*/

/*#blog_post ul.list li {
    margin-bottom: 15px;
    margin-left: 55px;
    line-height: 2rem;
    font-size: 1.1rem;
}*/
/*#blog_post ul:before, #blog_post ul:after {
    content: none;
}
#blog_post ul.list>ul>li {
    margin-left: 75px;
}
#blog_post ul.list li p {
    text-indent: 0;
}*/
/*#blog_post ol {*/
/*margin-left: 20px;*/
/*list-style-type: circle;*/
/*}*/

#blog_prev_next {
    margin: 40px 5px 50px 5px;
    text-align: center;
}

#blog_prev_next a {
    margin: 0 10px;
    text-decoration: none;
}

.blog_down_menu_out {
    margin: 20px auto;
}

.blog_down_menu {
    /*list-style: none;*/
    margin: 20px 0;
    position: relative;
    z-index: 2;
    display: inline-flex;
    text-align: center;
}

.blog_down_menu.col3 {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.blog_down_menu li {
    /*float: left;*/
    /*width: 239px;*/
    /*margin: 0 0 0 20px;*/
    line-height: 1;
}

/*.blog_down_menu li:first-child {*/
/*margin-left: 0;*/
/*}*/
.blog_down_menu li a {
    text-decoration: none;
    /*font-family: Arial, sans-serif;*/
    line-height: 21px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    text-align: center;
    color: inherit;
    font-family: inherit;
}

.blog_down_menu li h3 {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.blog_down_menu_img {
    /*width: 240px;*/
    /*max-width: 240px;*/
    z-index: 1;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    /*display: block;*/
}


#kom_blog {
    width: 100%;
    background-color: #efefef;
}

.field-comment {
    width: 350px;
    padding: 3px 6px;
    font-size: 16px;
}

.field-comment-answer {
    width: 50px;
}

.main_ul {
    list-style: none;
}

.img_new_blog {
    /*min-height: 250px;*/
    /*min-width: 250px;*/
    float: left;
    margin: 1px 2px;
    padding: 0;
    cursor: pointer;
    /*border-collapse: collapse;*/
    border: 0;
}

.img_new_blog:last-child:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}

/*.pre {
    max-width: 250px;
}*/
.new_gallery {
    float: left;
    width: calc(50% - 4px);
    padding: 0 0 2px 2px;
}

/*.new_gallery img,
.new_gallery amp-img {

}*/

/*#blog_post img.left, #blog_post img.right {
    max-width: 450px;
    max-height: 450px;
}
#blog_post img.left {
    float: left;
    margin: 0 25px 25px 0;
}

#blog_post img.right {
    float: right;
    margin: 0 0 25px 25px;
}

#blog_post img.big {
    width: 100%;
    margin: 5px;
    display: block;
}*/
.big {
    width: calc(50% - 5px);
    margin: 0 0 2px 2px;
    float: left;
}

.full_img_block {
    /*max-width: 1000px;*/
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

.full_img {
    width: 100%;
    /*margin: 15px 0 15px -15%;*/
    /*width: 130%;*/
    /*height: auto;*/
    max-width: 100vw;
    height: auto;
}

@media screen and (max-width:1170px) {
    .full_img {
        width: 100%;
        margin: 15px 0;
    }

}

img.main_img {
    width: 100%;
    height: auto;
}

.float_left {
    padding: 5px 30px 10px 3px;
}

.float_right {
    padding: 5px 0 10px 30px;
}

.float_left,
.float_right {
    display: block;
    /*width: 50%;*/
    /*max-width: 450px;*/
}

.float_list {
    max-width: 230px;
    /*max-height: 230px;*/
    float: left;
    margin: 0 5px 5px 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.float_list .float_img {
    max-width: 100%;
}

@media screen and (max-width:1700px) {
    .float_list {
        max-width: calc(25% - 5px);
    }

}

@media screen and (max-width:960px) {
    .float_list {
        max-width: calc(33.3% - 5px);
    }
}

@media screen and (max-width:750px) {
    .float_list {
        max-width: calc(50% - 15px);
    }
}



.float_img {
    max-width: 450px;
    height: auto;
    border: 1px solid #f5f5f5;
    width: 100%;
}

.float_left:first-child {
    padding-top: 5px;
}

.text_under_float_image {
    color: #9f9f9f;
    text-align: center;
    display: block;
    font-size: .8em;
    /* text-transform: uppercase; */
    padding-top: 2px;
}

/*.float_right {
    width: 130%;
    margin-right: -30%;
    max-width: 60%;
}
.float_left {
    width: 130%;
    margin-left: -30%;
    max-width: 60%;
}*/


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

    .float_left,
    .float_right {
        width: 50%;
        max-width: 450px;
        margin-left: 0;
        margin-right: 0;
    }
}

#blog_post .grid-line {
    width: 160%;
    margin-left: -30%;
}

@media screen and (max-width:1450px) {
    #blog_post .grid-line {
        width: 100%;
        margin-left: 0;
    }
}

/*
#blog_post img.left {
    width: 100%;
}
.blog_text img.img_inside {
    max-width: 100%;
}
*/

.blog_text ol {
    margin: 0 0 1.3rem 35px;
    /*list-style-type: disc;*/
}

.blog_text ol li {
    margin-bottom: 5px;
}

.blog_text ol li h3 {
    padding-left: 0;
}

.blog_text ol li:has(h3)::marker {
    color: var(--font-color-accent);
    font-size: 1.5rem;
    /*font-weight: 700;*/
}

@media screen and (max-width:900px) {
    .blog_text ol {
        margin-left: 5vw;
    }
}

.show_gallery img:hover {
    cursor: pointer;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.table {
    width: 100%;
    overflow-y: auto;
    max-width: 100vw;
    display: block;
    margin: 0 auto 1.3rem;
}

.table thead td,
.table thead th {
    background-color: #2f6d71;
    color: #fff;
    padding: 3px 7px;
    border: 1px solid #ccc;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.table tbody td {
    border: 1px solid #ccc;
    padding: 3px 7px;
}

#weather-table {
    width: 100%;
    /*border-collapse: collapse;*/
}

#weather-table td {
    padding: 3px 0;
    text-align: center;
}

#weather-table td.pok {
    text-align: left;
    padding-left: 5px;
}

#weather-table thead,
#weather-table td.pok.nm {
    background-color: #ccc;
}

.pok {
    background-color: #f2f2f2;
}

#max2 {
    background-color: #f8dcdc;
}

#max3 {
    background-color: #e78787;
}

#max4 {
    background-color: #d42424;
    color: #fff;
}

#max5 {
    background-color: #cc0000;
    color: #fff;
}

#max6 {
    background-color: #d21d1d;
    color: #fff;
}

#max7 {
    background-color: #d52b2b;
    color: #fff;
}

#max8 {
    background-color: #d63232;
}

#max9 {
    background-color: #db4747;
}

#max10 {
    background-color: #ea9595;
}

#max11 {
    background-color: #f8dcdc;
}

#min1 {
    background-color: #5a91ea;
    color: #fff;
}

#min2 {
    background-color: #a4c2f3;
}

#min3 {
    background-color: #d5e3f9;
}

#min5 {
    background-color: #e6eefb;
}

#min6 {
    background-color: #cdddf8;
}

#min7 {
    background-color: #acc8f4;
}

#min8 {
    background-color: #acc8f4;
}

#min9 {
    background-color: #94b7f1;
}

#min10 {
    background-color: #73a1ed;
    color: #fff;
}

#min11 {
    background-color: #5a91ea;
    color: #fff;
}

#min12 {
    background-color: #4a86e8;
    color: #fff;
}

#rain1 {
    background-color: #b1e3ac;
}

#rain2 {
    background-color: #d9ead3;
}

#rain3 {
    background-color: #cfe9ca;
}

#rain4 {
    background-color: #d0e9ca;
}

#rain5 {
    background-color: #ade3a8;
}

#rain6 {
    background-color: #bee6b9;
}

#rain7 {
    background-color: #b9e5b4;
}

#rain8 {
    background-color: #bbe5b6;
}

#rain9 {
    background-color: #bce5b7;
}

#rain10 {
    background-color: #65d662;
}

#rain11 {
    background-color: #00c400;
    color: #fff;
}

#rain12 {
    background-color: #8ddd8a;
}


/*========================*/
/*      PAGINATOR         */
/*========================*/
/*
#paginator_out {
    text-align: center;
    display: block;
    clear: both;
    margin-top: 40px;
}

#paginator {
    list-style: none;
    display: inline-block;
    font-size: 17px;
}

#paginator li {
    float: left;
    text-align: center;
    padding: 7px;
    color: #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 23px;
    margin: 0 5px;
    font-size: inherit;
}

#paginator li a {
    margin: 5px 0;
    text-decoration: none;
    font-size: inherit;
}

#paginator li a:hover {
    color: #FF4D00;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

#paginator li.page_now {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #ccc;
    color: #fff;
}

#paginator li.prev_next {
    border: 0;
    padding: 7px 0;
    margin: 0 3px;
}*/

.table_content {
    display: inline-block;
    padding: 0 30px 0 23px;
    background-color: var(--bg-color-second);
    margin-top: 15px;
}

.table_content h3 {
    margin-top: 5px;
}

#blog_post .table_content ul.list li {
    margin-bottom: 5px;
}

#blog_post .new_title h1 {
    margin-bottom: 0;
}

#blog_post .new_title .blog_date_in_post {
    margin-top: 10px;
    margin-bottom: 40px;
}

.blog_text a.dec[href*="#"] {
    border-bottom-style: dashed;
    box-shadow: none;
}

.blog_text a.dec[href*="#"]:hover {
    border-bottom-style: solid;
}

/*@media screen and (max-width:1050px) {

    .blog_down_menu_img {
      width: 100%;
  }
}*/
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.author {
    width: 100%;
    position: relative;
    margin-top: 30px;
    text-align: left;
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    /*box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);*/
}

.author_img_block .soc_net_svg_author {
    text-align: center;
}

.author_img_block ul.soc_net_svg {
    margin: 10px 2px 10px 10px;
}

.author_img_block {
    float: left;
    margin-right: 30px;
}

.author_img {
    border-radius: 500px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.author_name {
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 2rem;
}
.author_position {
    margin-top: -13px;
    font-style: italic;
}
.author_descr {
    color: #4e4e4e;
    font-size: 1rem;
    padding-top: 10px;
}

.author_contacts {
    padding-top: 10px;
}

.author_contacts li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.author_contacts a {
    text-decoration: none;
    color: #49a4c6;
}

.author_contacts a:hover {
    color: #000;
}

.author_whatsappme {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
}

.zoom_ig {
    zoom: .53;
    top: -6px;
    position: relative;
}

.author_instagram {
    font-size: 1.7rem;
    border: 3px solid;
    height: 1rem;
    width: 1rem;
    padding: 3px 9px 11px 6px;
    top: 3px;
    position: relative;
    display: inline-block;
    border-radius: 8px;
}

.termin {
    font-weight: bold;
}

.show.ch1[type=checkbox] {
    display: none;
}

.show.ch1+label {
    display: inline-block;
}

.show.ch1+label+#kom_blog {
    display: none;
}

.show.ch1:checked+label+#kom_blog {
    display: table;
}

.quiz1 {
    color: #fff;
    width: 50%;
    max-width: 400px;
    display: inline-block;
    border-radius: 20px;
    float: right;
    border: 1px solid var(--font-color-accent);
    padding: 5px 15px;
    margin: 0 0 10px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);

}

@media screen and (max-width:700px) {
    .quiz1 {
        width: 95%;
        max-width: none;
    }
}

.quiz1:hover {
    background-image: linear-gradient(43deg, #FFCC70 0%, #C850C0 46%, #4158D0 100%);
    color: #fff;
}

.quiz1_get {
    font-size: 3rem;
}

.quiz1 span {
    display: block;
}

#popupContainer {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Styles for the popup content */
#popupContent {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    text-align: center;
}

@media screen and (max-width:960px) {
    #blog_out {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .one_blog_post {
        /*padding: 15px 0 0;*/
        grid-template-columns: 350px auto;
    }

    .blog_info_img {
        width: 50%;
        margin: 0 20px 10px 0;
        box-sizing: border-box;
    }

    .blog_info_img_img {
        width: 100%;
        height: auto;
    }

    .one_blog_post .date,
    .one_blog_post .date span {
        margin: 0 0 15px 0;
    }

    .one_blog_post .blog_text {
        margin: 0;
        padding-bottom: 10px;
    }

    #vk_comments {
        margin: 20px 10px 20px 10px;
    }

    #kom_blog td {
        float: left;
        width: 100%
    }

    #vk_comments {
        margin: 20px 10px 20px -1px;
    }

    h1.blog_title {
        margin: 50px 20px 0 10px
    }

    .blog_date_in_post {
        margin: 15px 0 0 10px;
    }

    .blog_text {
        padding: 13px 10px 0 10px;
    }

    a.readmore_new {
        font-size: 20px;
        margin-top: 30px;
    }

    ul.main_ul {
        margin-left: 0;
    }

    .blog_section {
        margin: 10px 0;
    }
}

@media screen and (max-width:800px) {
    #all_posts {
        /*margin-right: 12px;*/
    }

    .one_blog_post .one_blog_text h2.blog_title {
        margin-bottom: 5px;
    }

    /*.blog_down_menu li, .blog_down_menu li:first-child {
        width: 90%;
        margin: 0 20px 0 10px;
    }*/
    /*.blog_down_menu.col3 {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }*/
    .new_gallery {
        width: 100%;
        padding: 0 0 2px 0;
    }

    .big {
        width: 100%;
    }

    .float_left,
    .float_right {
        float: none;
        width: 100%;
        padding: 10px 0 25px 0;
    }

    .float_img {
        width: calc(100vw - 40px);
        max-width: 87vw;
    }
}




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

    #blog_post p,
    .blog_text .list li
    {
        font-size: 1.1rem;
    }

    .one_blog_post .blog_info_img {
        width: 99%;
        margin: 0 0 5px 0;
    }

    .one_blog_text .blog_title {
        margin-left: 0;
    }

    .one_blog_post {
        grid-template-columns: 1fr;
    }

    .one_blog_text {
        padding-top: 20px;
    }

    /*.one_blog_post {
        padding: 40px 0 0;
    }
    .one_blog_post .blog_text {
        padding-bottom: 30px;
    }*/
    ul.col_price2>li,
    ul.col_price2>li:first-child {
        width: 100%;
        text-align: center;
    }

    .blog_section .pack_img {
        width: 100%;
    }

    /*#blog_post ul.list li {*/
    /*line-height: 1.8rem;*/
    /*font-size: 1rem;*/
    /*}*/
    .blog_down_menu {
        display: block;
    }

    .blog_down_menu.col3 {
        grid-template-columns: 1fr;
    }

    .blog_down_menu li a {
        display: block;
        /* width: 100%; */
        font-size: 1.1rem;
        font-weight: 400;
        text-align: left;
        /*height: 160px;*/
    }

    .blog_down_menu_img {
        /*width: 100%;*/
        float: left;
        margin-right: 10px;
        width: 150px;
        margin-bottom: 0;
    }

}

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

    /*    .blog_down_menu_img {
        float: none;
        margin: 0 auto;
    }*/
    .blog_down_menu li a {
        display: block;
        text-align: center;
        height: auto;
    }

    /* .blog_down_menu li, .blog_down_menu li:first-child {
        width: 90%;
        margin: 0 20px 20px 10px;
    }*/
}

@media screen and (max-width:350px) {
    .blog_text blockquote {
        margin-left: 0;
    }
}

.plain_bg {
    background-color: #f9f9f9;
    margin: 10px;
    border-radius: 10px;
}


ul.blog_gallery {
    display: flex;
    flex-wrap: wrap;
}

ul.blog_gallery>li {
    width: 100%;
    max-width: 315px;
    text-align: center;
    padding: 10px;
}

ul.blog_gallery>li img {
    width: 100%;
}

.other_languages>ul {
    display: flex;
    gap: 4rem;
}

@media screen and (max-width:650px) {
    .other_languages>ul {
        gap: 1rem;
        flex-direction: column;
    }
}



.other_languages h3 {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.6rem 0;
}

.other_languages .above_lang_options {
    border-bottom: 1px solid #bebebe;
    color: #929292;
}

.list_posts li {
    display: flex;
    gap: 20px;
    padding: 30px 0 0 0;
}

.list_posts li .img_post {
    max-width: 200px;
    height: auto;
}

.list_posts li .post-date {
    color: #b9b9b9;
    display: block;
    font-size: .7rem;
    padding-bottom: 7px;
}

.list_posts li h3 {
    font-size: 1.4rem;
    font-weight: 500;
}

/* ============================ */
/* BLOG NAV */
.blog_nav {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.blog_nav .prev_post,
.blog_nav .next_post {
    width: 48%;
    box-sizing: border-box;
}

.blog_nav .prev_post {
    float: left;
    text-align: right;
}

.blog_nav .next_post {
    float: right;
    text-align: left;
}

.blog_nav .nav_link {
    display: block;
    text-decoration: none;
}

.blog_nav .nav_label {
    display: block;
    color: var(--border-color-light);
    margin-bottom: 5px;
}

.blog_nav .nav_title {
    display: block;
    text-decoration: underline;
    line-height: 1.4;
}

.blog_nav .nav_link:hover .nav_title {
    color: var(--font-color-accent);
    text-decoration: none;
}

@media (max-width: 600px) {

    .blog_nav .prev_post,
    .blog_nav .next_post {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}

.blog_text p {
    color: black;
    font-size: 1.2rem;
    line-height: 1.6;
}

.blog_text .list li {
    color: black;
    font-size: 1.2rem;
    line-height: 1.6;
}
.blog_text ul.list li:before {
    left: -19px;
    top: 7px;
}