/*
Theme Name: Burning
Theme URI: #
Description: #
Version:  1.0
Author: Vlad Stolets
*/
body {
	margin: 0;
	font-family: 'Montserrat';
}
input,
textarea,
button {
    outline: none;
}
img {
    width: 100%;
    object-fit: cover;
}
.wrapper {
	margin: 0 auto;
    max-width: 1160px;
}
.header_top {
	background-color: #FF6F61;
    padding: 21px 0;
}
.header_top a {
	color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_t {
    display: flex;
    justify-content: space-between;
}
.logo {
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 37px !important;
    display: block;
}
.header_top_left_logo_txt span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.header_top_left_logo img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}
.header_top_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header_top_right_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header_top_right_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_top_right_menu_page ul {
    display: flex;
    gap: 20px;
}
.header_top_right_menu_page ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.header_top_right_menu_page ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}
.header_top_right_menu_page ul li a:hover::before {
    width: 100%;
}
.header_top_right_menu_soc ul {
    display: flex;
    gap: 0;
}
.header_top_right_menu_soc ul li a {
    padding: 7px;
    transition: transform 0.3s ease;
    display: block;
}
.header_top_right_menu_soc ul li a:hover {
    animation: shake 0.5s;
    transform: scale(1.2);
}
@keyframes shake {
    0% { transform: translateX(0) scale(1.2); }
    20% { transform: translateX(-4px) scale(1.2); }
    40% { transform: translateX(4px) scale(1.2); }
    60% { transform: translateX(-4px) scale(1.2); }
    80% { transform: translateX(4px) scale(1.2); }
    100% { transform: translateX(0) scale(1.2); }
}
.header_top_right_search {
    margin-top: 5px;
}
.header_top_right_search input {
    background: none;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
    color: #fff;
}
.header_top_right_search button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 19px;
}
.header_top_burger {
    display: none;
}
.header_bottom {
    border-bottom: 1px solid #000;
}
.header_bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.header_bottom ul li {
    padding: 15px 0;
}
.header_bottom ul > li:nth-child(1) a {
   padding: 0 20px 0 0;
}
.header_bottom ul > li:last-child a {
   border-right: none;
}
.header_bottom ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    padding: 0 20px;
    border-right: 2px solid #FF6F61;
    transition: 0.2s;
}
.header_bottom ul li a:hover {
    color: #FF6F61;
}
.active {
	font-weight: bold!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #FF6F61!important;
}
.sv-slider {
    margin: 80px 0;
    text-align: center;
}
.slider_bl {
    display: flex;
    gap: 20px;
}
.slider_left {
    flex: 1;
}
.slider_left_bl {
    height: 380px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}
.slider_left_bl:hover  {
    transform: scale(0.97);
}
.slider_left_bl_cat {
    position: absolute;
    left: 0;
    top: 0;
}
.slider_left_bl_cat:after {
    content: '';
    width: 120px;
    height: 27px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    display: block;
    background-color: #FF6F61;
    position: absolute;
    top: 0;
    left: 8px;
}
.slider_left_bl_cat a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    z-index: 11;
    background-color: #FF6F61;
    position: absolute;
    padding: 5px 25px;
}
.slider_left_bl_ttl {
    color: #fff;
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    background-color: #3333338c;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider_left_bl_ttl span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin: 5px 0;
}
.slider_left_bl_ttl a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}
.slider_left_bl_ttl_inf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.slider_left_bl_ttl_inf div {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.slider_left_bl_ttl_inf div span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.slider_right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
    align-content: space-between;
    justify-content: space-between;
}
.slider_right .slider_left_bl {
	width: 270px;
    height: 175px;
}
.slider_right .slider_left_bl_ttl {
    padding: 0 20px;
}
.slider_right .slider_left_bl_ttl span {
    font-size: 14px;
    line-height: 17px;
}
.slider_right .slider_left_bl_ttl a {
    font-size: 14px;
    line-height: 19px;
}
.slider_right .slider_left_bl_ttl div {
    margin-top: 5px;
}
.block h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
    margin: 160px 0 20px 0;
}
.block_new {
    position: relative;
}
.block_new_ttl {
    border-bottom: 1px solid #FF6F61;
    margin-bottom: 35px;
    margin-top: 70px;
}
.block_new:nth-child(3) .block_new_bl {
    flex-direction: row-reverse;
}
.block_new:nth-child(3) .block_new_ttl {
    text-align: right;
    border-bottom: 1px solid #000;
}
.block_new:nth-child(3) .block_new_ttl span {
    background-color: #000;
}
.block_new:nth-child(3) .block_new_ttl span:after {
    background-color: #000;
    left: -35px;
    right: auto;
    -webkit-transform: skew(145deg);
    -moz-transform: skew(145deg);
    -o-transform: skew(145deg);
}
.block_new_ttl span {
    background-color: #FF6F61;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.block_new_ttl span:after {
    content: '';
    width: 70px;
    z-index: -1;
    height: 40px;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    display: block;
    background-color: #FF6F61;
    position: absolute;
    top: 0;
    right: -35px;
}
.btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent
    );
    transform: skewX(-20deg);
}
.btn:hover::before {
    animation: shimmer 1s forwards;
}
@keyframes shimmer {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
}
.block_new_bl {
    display: flex;
    gap: 20px;
}
.block_new_left {
    background-position: center;
    background-size: cover;
    flex: 1;
}
.block_new_left_bl {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    background-color: #33333354;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block_new_left_bl h2 {
    color: #fff;
    margin: 20px 0 0 0;
}
.block_new_left_bl span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.block_new_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 3;
}
.block_new_right_block {
    display: flex;
    gap: 20px;
}
.block_new_right_block a {
    text-decoration: none;
    flex: 1;
    overflow: hidden;
}
.block_new_right_block a:hover img {
    transform: scale(1.2);
}
.block_new_right_block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 180px;
    transition: transform 1s ease;
}
.block_new_right_block_bl {
    flex: 3;
}
.block_new_right_block_bl a {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000;
}
.block_new_right_block_bl_txt {
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
}
.block_new_inf {
    display: flex;
    align-items: center;
    gap: 20px;
}
.block_question {
    margin-top: 70px;
    display: flex;
    gap: 40px;
}
.block_question_left {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_question_left_bl {
    border-bottom: 1px solid #FF6F61;
    position: relative;
    padding: 0 0 20px 30px;
}
.block_question_left_bl:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF6F61;
    position: absolute;
    top: 18px;
    left: 0;
}
.block_question_left_bl a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}
.block_question_left_bl_inf {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.block_question_left_bl_inf_in {
    display: flex;
    gap: 10px;
    align-items: center;
}
.block_question_left_bl_date {
    display: flex;
    gap: 5px;
    align-items: center;
}
.block_question_right {
    flex: 1;
    text-align: center;
}
.block_question_right_foto {
    border: 1px solid #FF6F61;
    border-bottom: none;
}
.block_question_right_foto img {
    height: 378px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.block_question_right_bl {
    min-height: 254px;
    background-color: #000;
    color: #fff;
    padding: 20px 90px;
    box-sizing: border-box;
}
.block_question_right_bl div {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 20px 0;
    display: inline-block;
}
.block_question_right_bl span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.block_question_right_bl button {
    background-color: #FF6F61;
    color: #fff;
    border: none;
}
.block_txt {
    font-size: 20px;
    line-height: 27px;
    margin-top: 40px;
    display: inline-block;
}
.block_txt ul {
    padding-left: 70px;
}
.block_txt ul li  {
    line-height: 45px;
}
.block_txt ul li::marker  {
    color: #FF6F61;
    width: 14px;
    font-size: 30px;
}
/*Pagination START*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 50px 0;
}
.pagination a {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #FF6F61;
    text-decoration: none;
    color: #FF6F61;
    font-weight: 500;
    transition: all 0.3s ease;
}
.pagination a:hover {
    background-color: #FF6F61;
    color: #fff;
}
.pagination .active_page {
    background-color: #FF6F61;
    color: #fff;
    pointer-events: none;
}
/*Pagination END*/
/*Sidebar START*/
.sidebar .block_new_ttl {
    margin-top: 0;
}
.sidebar .block_new_ttl span {
    padding: 5px;
}
.sidebar .block_new_ttl span:after {
    height: 30px;
}
.sidebar .block_new_right_block {
    gap: 10px;
    margin-bottom: 15px;
}
.sidebar .block_new_right_block a {
    flex: 2;
}
.sidebar .block_new_right_block_bl a {
    font-size: 15px;
    line-height: 10px;
}
.sidebar .block_new_inf {
    margin-top: 10px;
    font-size: 14px;
}
.widget {
    margin-bottom: 50px;
}
.widget_cat ul {
    padding-left: 25px;
}
.widget_cat ul li {
    line-height: 30px;
}
.widget_cat ul li::marker {
    color: #FF6F61;
    font-size: 30px;
}
.widget_cat ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}
.widget_cat ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #FF6F61;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}
.widget_cat ul li a:hover::before {
    width: 100%;
}
/*Sidebar END*/
/*Modal START*/
body.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #33333387;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 111;
}
.modal.show {
    display: flex;
}
.modal-content {
    background-color: #ffffffc4;
    box-sizing: border-box;
    position: relative;
    width: 37%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.modal-content .close {
    position: absolute;
    right: 10px;
    top: -9px;
    font-size: 50px;
    cursor: pointer;
}
.modal-content .block_new_ttl {
    margin: 0;
}
.modal-content form {
    padding: 50px;
}
.modal-content form div {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}
.modal-content form div input {
    width: 100%;
    border: 1px solid #3333338a;
    padding: 10px;
    font-size: 19px;
    background: none;
    box-sizing: border-box;
}
.modal-content form div textarea {
    width: 100%;
    border: 1px solid #3333338a;
    padding: 10px;
    font-size: 19px;
    min-height: 120px;
    background: none;
    box-sizing: border-box;
}
.modal-content form button {
    border: none;
    background-color: #FF6F61;
    color: #fff;
    padding: 10px 55px;
}
/*Modal END*/
/*Single START*/
.post {
    margin: 40px auto;
}
.post_bl {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_bl_cat {
    position: absolute;
    left: 0;
    top: 0;
}
.post_bl_cat:after {
    content: '';
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    display: block;
    background-color: #FF6F61;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 20px;
}
.post_bl_cat a {
    font-weight: 600;
    font-size: 22px;
    line-height: 17px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    z-index: 11;
    background-color: #FF6F61;
    position: relative;
    padding: 12px 25px;
    display: block;
}
.post_bl_ttl {
    color: #fff;
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    background-color: #3333338c;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.post_bl_ttl span {
    font-size: 20px;
}
.post_bl_ttl h1 {
    font-size: 47px;
}
.post_bl_ttl_inf {
    display: flex;
    gap: 30px;
}
.post_bl_ttl_inf div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.post_cont {
    font-size: 20px;
    line-height: 27px;
}
.post_cont h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}
.post_cont ul {
    padding-left: 70px;
}
.post_cont ul li {
    line-height: 45px;
}
.post_cont ul li::marker {
    color: #FF6F61;
    width: 14px;
    font-size: 30px;
}
.post_img {
    float: right;
    width: auto;
}
.block {
    clear: both;
}
.post_comm form div {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.post_comm form span {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
}
.post_comm form input {
    width: 100%;
    border: 1px solid #3333338a;
    padding: 10px;
    font-size: 19px;
    background: none;
    box-sizing: border-box;
}
.post_comm form textarea {
    width: 100%;
    border: 1px solid #3333338a;
    padding: 10px;
    font-size: 19px;
    min-height: 200px;
    background: none;
    box-sizing: border-box;
}
.post_comm form button {
    border: none;
    background-color: #FF6F61;
    color: #fff;
    padding: 10px 55px;
}
.post_comments {
    padding: 50px 0;
}
.post_comments_bl {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.post_comments_bl_author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.post_comments_bl_author img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}
.post_comments_bl_author span {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.post_comments_bl_cont span {
    font-size: 15px;
    color: #333333ab;
    margin-bottom: 10px;
    display: block;
}
.post_comments_bl_cont div {
    font-size: 17px;
}
/*Single END*/
/*Sitemap START*/
.sitemap h1 {
    font-size: 47px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.sitemap ul {
    list-style: none;
    padding: 0;
}
.sitemap li {
    margin: 12px 0;
}
.sitemap a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 8px 14px;
    display: inline-block;
    transition: all 0.3s ease;
}
.sitemap a:hover {
    font-weight: 700;
    color: #FF6F61;
    transform: translateX(5px);
}
.sitemap ul ul {
    margin-left: 20px;
    border-left: 2px solid #FF6F61;
    padding-left: 15px;
}
.sitemap ul ul a {
    font-size: 16px;
}
/*Sitemap END*/
/*404 START*/
.error h1 {
    font-size: 70px;
    text-align: center;
    position: relative;
}
.error h1::before {
    content: '';
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    background-color: #FF6F61;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    width: 30%;
    z-index: -1;
}
.error h1 span {
    color: #fff;
}
.error p {
    font-size: 20px;
    line-height: 27px;
}
.error ul {
    padding-left: 70px;
}
.error ul li {
    line-height: 45px;
}
.error ul li::marker {
    color: #FF6F61;
    width: 14px;
    font-size: 30px;
}
.error ul li a {
    color: #FF6F61;
    transition: all 0.3s ease;
}
.error ul li a:hover {
    font-weight: 700;
}
.attention_layer {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.attention {
    cursor: pointer;
    position: absolute;
    margin: 35px auto;
    z-index: 1;
    text-align: center;
}
.attention img {
    width: 50px;
}
.attention span {
    display: block;
    font-size: 11px;
    color: #333333c4;
}
.easter {
    width: 300px;
    position: fixed;
    bottom: -300px;
    transform: translateX(-50%);
    transition: bottom 1s ease;
    left: 160px;
    z-index: 1;
}
#surpriseImg.show {
    bottom: -90px;
}
/*404 END*/
footer {
    margin-top: 130px;
    background-color: #262626;
    color: #fff;
}
.footer {
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.footer_bl {
    flex: 1;
}
.footer_bl_left_logo {
    text-decoration: none;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_bl_left_logo img {
    width: 40px;
}
.footer_bl_left_logo_txt_name {
    font-weight: bold!important;
    font-size: 30px!important;
    line-height: 37px!important;
    display: block;
}
.footer_bl_left_logo_txt span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.footer_bl_left ul {
    margin: 35px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.footer_bl_left ul li a {
    padding: 7px;
    transition: transform 0.3s ease;
    color: #fff;
    display: block;
}
.footer_bl_left ul li a:hover {
    animation: shake 0.5s;
    transform: scale(1.5);
}
.footer_bl_center_menu-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.footer_bl_center_menu-top ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.footer_bl_center_menu-top ul li a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}
.footer_bl_center_menu-top ul li a:hover::before {
    width: 100%;
}
.footer_bl_center_menu-bottom {
    margin-top: 50px;
}
.footer_bl_center_menu-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer_bl_center_menu-bottom ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.footer_bl_center_menu-bottom ul li a:hover {
    color: #ffffff99;
}
.footer_bl_right span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer_bl_right div {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
@media (max-width: 1160px) {
	.wrapper {
        padding: 0 20px;
    }
    .slider_right .slider_left_bl {
        width: 47%;
    }
    .modal-content {
        width: 50%;
    }
}
@media (max-width: 820px) {
    .header_top_right_menu_page {
        display: none;
    }
    .slider_bl {
        flex-direction: column;
    }
    .block h2 {
        margin: 60px 0 20px 0;
    }
    .block_new_bl,
    .block_new:nth-child(3) .block_new_bl,
    .block_question {
        flex-direction: column;
    }
    .block_new_left_bl {
        padding: 10px 40px;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer_bl_right {
        width: 100%;
        flex: auto;
    }
    .category .block_new_bl {
        flex-direction: column-reverse;
    }
    .modal-content {
        width: 70%;
    }
}
@media (max-width: 630px) {
    .header_top_right {
        display: none;
    }
    .header_bottom {
        border-bottom: none;
    }
    .header_t {
        align-items: center;
    }
    .header_top_burger {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        position: relative;
    }
    .header_top_burger::before {
        content: '';
        width: 30px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: -10px;
        transition: top 0.5s ease;
    }
    .header_top_burger::after {
        content: '';
        width: 30px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 10px;
        transition: top 0.5s ease;
    }
    .header {
        z-index: 1;
        position: relative;
    }
    .header_bottom {
        position: relative;
    }
    .header_bottom ul {
        top: -300px;
        height: 0;
        position: relative;
        transition: top 0.5s ease;
        z-index: -1;
        flex-direction: column;
        align-items: center;
    }
    .burger .header_bottom ul {
        top: 0;
        height: 100%;
    }
    .header_bottom ul li a,
    .header_bottom ul > li:nth-child(1) a {
        padding: 0 20px;
        border-right: none;
    }
    .burger .header_top_burger {
        height: 0;
    }
    .burger .header_top_burger::before {
        transform: rotate(45deg);
        top: 0;
    }
    .burger .header_top_burger::after {
        transform: rotate(-45deg);
        top: 0;
    }
    .sv-slider {
        margin: 30px 0;
    }
    .block_new_right_block_bl {
        flex: 2;
    }
    .post_bl {
        height: auto;
    }
    .post_bl_ttl {
        padding: 0 10px;
        height: 300px;
    }
    .post_bl_ttl h1 {
        font-size: 28px;
    }
    .post_cont {
        font-size: 16px;
        line-height: 24px;
    }
    .error h1 {
        font-size: 42px;
    }
    .error h1::before {
        left: 0;
        width: 50%;
    }
    .error p {
        font-size: 16px;
        line-height: 25px;
    }
    .error ul,
    .post_cont ul,
    .block_txt ul {
        padding-left: 30px;
    }
    .error ul li,
    .block_txt ul li,
    .post_cont ul li {
        line-height: 30px;
    }
    .post_img {
        float: none;
        width: 100%;
        max-height: 300px;
    }
    .post_comments_bl_author img {
        width: 50px;
        height: 50px;
    }
    .post_comments_bl_author span {
        font-size: 12px;
    }
    .post_comments_bl_cont div {
        font-size: 14px;
    }
}
@media (max-width: 450px) {
    .wrapper {
        padding: 0 10px;
    }
    .slider_left_bl_ttl a {
        font-size: 14px;
        line-height: 21px;
    }
    .slider_right {
        display: none;
    }
    .block h2 {
        margin: 20px 0 0 0;
        font-size: 29px;
    }
    .block_new_ttl span:after {
        display: none;
    }
    .block_new_right_block {
        flex-direction: column;
    }
    .block_new_ttl span {
        text-align: center;
    }
    .block_question_left_bl a {
        font-size: 16px;
        line-height: 22px;
    }
    .block_question_right_bl div {
        font-size: 22px;
        line-height: 33px;
    }
    .block_question_right_bl {
        padding: 20px;
    }
    .block_question_right_bl span {
        font-size: 16px;
    }
    .block_txt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    footer {
        margin-top: 50px;
    }
    .footer_bl_right {
        margin-top: 40px;
    }
    .modal-content {
        width: 82%;
    }
    .modal-content form {
        padding: 20px;
    }
}