/* BLOG */

.blogCnt figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogBanner {
    /* width: calc(100% - 472px); */
    padding: 40px 235px 0 190px;
}

.blogBanner .topBlock {
    /* justify-content: end; */
    gap: 125px;
    padding-top: 120px;
    justify-content: end;
}

.blogBanner .topBlockImg {
    /* max-width: 526px; */
    /* max-width: 555px; */
    width: 590px;
    display: flex;
    justify-content: end;
}

.blogBanner .topBlockImg img,
.blogBanner .bottomBlockImg img {
    width: 100%;
    object-fit: cover;
}

.blogBanner .littleButtonBlock {
    position: absolute;
    right: 553px;
    z-index: 9;
    gap: 26px;
    /* transform: translateX(-50%); */
}

.blogBanner .littleButton:hover {
    border: solid 1px #B2B3B3;
}

.blogBanner .littleButton:hover::after {
    border: solid 1px #B2B3B3;
}

.blogBanner .littleButton {
    width: 42px;
    height: 42px;
    border: solid 1px #575656;
    border-radius: 7px;
}

.blogBanner .littleButton::after {
    width: 34px;
    height: 34px;
    border: solid 1px #575656;
    border-radius: 4px;
}

.insideBG {
    position: absolute;
    z-index: -1;
    width: 1150px;
    right: 0;
    height: 600px;
    overflow: hidden;
}

.insideBG>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bottomBlockImg {
    /* width: 590px;
margin-right: -12px; */
    width: 628px;
    margin-right: -50px;
    position: relative;
}


/* .bottomBlockImg img {
width: 100%;
} */

.bottomLine {
    padding-right: 20px;
    padding-left: 40px;
}

.topBlock .hr {
    position: absolute;
    width: 100%;
    right: 0;
    max-width: 578px;
    bottom: -130px;
}

.blogCnt {
    padding: 0 235px 0 50px;
}

.blogCnt ul {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 53px;
    margin-top: 53px;
}

.blogCnt ul li {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-top: 64px;
    gap: 134px;
}

.blogSuares {
    padding-top: 120px;
    /* padding-right: 550px; */
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 25px;
    padding-right: 837px;
}

.blogSuares .buttonAdd {
    width: 58px;
    height: 58px;
}

.blogSuares .buttonAdd::after {
    width: 48px;
    height: 48px;
}

.blogSuares .littleButtonBlock {
    width: fit-content;
}

.blogSuares .littleButton {
    width: 44px;
    height: 44px;
}

.blogSuares .littleButton::after {
    width: 34px;
    height: 34px;
}

.blogSuares2 {
    display: flex;
    justify-content: end;
    padding-top: 60px;
    padding-bottom: 85px;
    padding-right: 789px;
}

.blogSuares2 .buttonBlockElem:hover {
    border-color: #B2B3B3;
}

.blogSuares2 .buttonBlockElem:hover::after {
    border-color: #B2B3B3;
}

.blogImg {
    width: 570px;
    height: 450px;
    border: solid 2px #727271;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.blogImg figure {
    margin: 0;
    position: relative;
    height: 70%;
}

.blogImg .littleButtonBlock {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    gap: 30px;
}

.blogCnt li:first-child .littleButtonBlock {
    display: flex;
}

.blogImg .newsflash-title {
    font-size: 26px;
    color: #B0B1B2;
    font-family: "AngelicaC Regular";
    padding-top: 14px;
    text-align: start;
    padding-bottom: 0;
    padding-right: 40px;
}

.blogImg .date {
    display: block;
    padding: 0;
    text-align: end;
    font-size: 18px;
    position: absolute;
    bottom: 13px;
    right: 30px;
}

.blogDisc {
    width: 580px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.1;
    color: #B0B1B2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: end;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1;
}

.blogDisc a {
    color: #EBECEC;
}

.blogDisc .hr {
    bottom: -55px;
    position: absolute;
    width: 100%;
    left: 0;
    width: 100%;
    margin-bottom: -8px;
}

.blogBtn {
    font-size: 18px;
    font-family: "Tilda Sans medium";
    background: none;
    border: none;
    position: relative;
    width: fit-content;
    line-height: 1;
}

.blogBtn a {
    color: #B0B1B2;
    text-decoration: none;
    text-wrap: nowrap;
}

.blogBtn a:hover {
    color: #EBECEC;
}

.blogBtn::before {
    display: block;
    content: " ";
    width: 12px;
    height: 12px;
    background: #4B4752;
    border: solid 1px #808080;
    border-radius: 2px;
    position: absolute;
    bottom: 1px;
    left: -25px;
}

.blogBanner .topBlock .hr {
    display: none;
}


/* BLOG END */

.bottomWithBtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 18px;
    margin-bottom: 15px;
}

.blogDiscElem {
    height: 100%;
    /* display: flex;
    align-items: center; */
    padding-top: 48px;
}

.blogDiscElem p {
    font-family: 'TildaL';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blogSuares .buttonAdd {
    width: 82px;
    height: 82px;
    border-radius: 10px;
    cursor: pointer;
}

.blogSuares .buttonBlockElem.buttonAdd .buttonAddH {
    height: 40px;
    transition: 0.4s;
}

.blogSuares .buttonBlockElem.buttonAdd .buttonAddW {
    width: 40px;
    transition: 0.4s;
}

.blogSuares .buttonAdd::after {
    width: 70px;
    height: 70px;
    border-radius: 7px;
}

.blogSuares .buttonBlockElem.buttonAdd:hover::after {
    background: #4B4752;
}

.blogSuares2 {
    padding-bottom: 115px;
}

.blogSuares2 .littleButtonBlock {
    gap: 26px;
}

.blogSuares2 .littleButton {
    width: 42px;
    height: 42px;
    border-width: 1px;
}

.blogSuares2 .littleButton::after {
    width: 34px;
    height: 34px;
    border-width: 1px;
}

.com-content-category-blog__navigation {
    display: none;
}

.blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddH,
.blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddH {
    rotate: 45deg;
    left: calc(50% - 13px);
    top: calc(50% - 5px);
    width: 3px;
}

.blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddW,
.blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddW {
    rotate: 45deg;
    left: 42%;
    top: 66%;
    height: 3px;
}

.buttonAdd.close {
    display: none;
}

.load-up.close {
    display: none;
}

@media screen and (max-width: 1750px) {
    .bottomBlockImg,
    .blogBanner .topBlockImg {
        max-width: 544px;
    }
    .blogBanner .topBlock .hr {
        max-width: 495px;
    }
    .blogDisc {
        width: 494px;
    }
    .blogImg {
        max-width: 530px;
        height: 415px;
    }
    .insideBG {
        width: 1000px;
        height: 515px;
    }
    .blogBanner .littleButtonBlock {
        right: 468px;
    }
    .blogImg .newsflash-title {
        font-size: 24px;
    }
    .blogCnt {
        padding: 0 235px 0 50px;
    }
    .blogSuares {
        padding-right: 765px;
    }
    .blogSuares2 {
        padding-right: 716px;
    }
}
@media screen and (min-width: 1480px) and (max-height: 780px) {
    .blogBanner .myH1{
        margin-top: 0;
    }
    .blogBanner{
        padding: 10px 235px 0 190px;
    }



}
@media screen and (min-width: 1480px) and (max-height: 750px) {



    .blogBanner {
        padding: 0 148px 0 130px;
    }
    .blogBanner .topBlock {
        gap: 115px;
        width: fit-content;
        margin: 0 0 0 auto;
    }
    .insideBG {
        width: 820px;
        height: 430px;
        max-width: 100%;
    }
    .blogBanner .topBlockImg {
        /* width: 33vw; */
        display: flex;
        justify-content: end;
        width: 420px;
    }
    .blogBanner .topBlockImg img,
    .blogBanner .bottomBlockImg img {
        width: 100%;
        object-fit: cover;
    }
    .bottomBlockImg {
        max-width: fit-content;
        margin-right: -45px;
        /* width: 33vw; */
        width: 420px;
    }
    .blogBanner .topBlock .hr {
        max-width: 390px;
    }
    .hr hr {
        height: 1px;
        margin: 0;
        margin-bottom: 3px;
    }
    .blogBanner .littleButtonBlock {
        right: 358px;
        gap: 24px;
    }
    .blogBanner .littleButton {
        width: 34px;
        height: 34px;
        border-width: 1px;
        border-radius: 4px;
    }
    .blogBanner .littleButton::after {
        width: 28px;
        height: 28px;
        border-width: 1px;
        border-radius: 3px;
    }
    .blogBanner .littleButton:hover {
        border-width: 1px;
    }
    .blogBanner .littleButton:hover::after {
        border-width: 1px;
    }
    .blogCnt {
        padding-right: 148px;
        padding-top: 60px;
    }
    .blogDisc {
        font-size: 16px;
        width: 374px;
    }
    .blogImg .newsflash-title {
        font-size: 17px;
        padding-bottom: 5px;
    }
    .blogImg {
        max-width: 100%;
        height: 320px;
        width: 410px;
    }
    .blogBtn {
        font-size: 12px;
    }
    .blogImg .date {
        display: block;
        padding: 0;
        text-align: end;
        font-size: 12px;
    }
    .blogSuares2 .littleButton {
        width: 40px;
        height: 40px;
    }
    .blogSuares2 .littleButton::after {
        width: 32px;
        height: 32px;
    }
    .blogSuares .buttonAdd {
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }
    .blogSuares .buttonAdd::after {
        width: 56px;
        height: 56px;
        border-radius: 5px;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddH {
        height: 30px;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddW {
        width: 30px;
    }
    .blogCnt ul li {
        gap: 121px;
    }
    .bottomWithBtn {
        margin-bottom: 14px;
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddH,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddH {
        left: calc(50% - 10px);
        top: calc(50% - 3px);
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddW,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddW {
        left: 42%;
        top: 66%;
    }
    .blogSuares {
        padding-right: 568px;
    }
    .blogSuares2 {
        padding-right: 524px;
    }
    .blogSuares2 .littleButtonBlock {
        gap: 24px;
    }
    .blogSuares2 .littleButton {
        width: 34px;
        height: 34px;
        border-radius: 4px;
    }
    .blogSuares2 .littleButton::after {
        width: 28px;
        height: 28px;
        border-radius: 3px;
    }
    .blogBtn::before {
        left: -17px;
        border-radius: 1px;
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 1480px) {



    .blogBanner {
        padding: 0 148px 0 130px;
    }
    .blogBanner .topBlock {
        gap: 115px;
        width: fit-content;
        margin: 0 0 0 auto;
    }
    .insideBG {
        width: 820px;
        height: 430px;
        max-width: 100%;
    }
    .blogBanner .topBlockImg {
        /* width: 33vw; */
        display: flex;
        justify-content: end;
        width: 420px;
    }
    .blogBanner .topBlockImg img,
    .blogBanner .bottomBlockImg img {
        width: 100%;
        object-fit: cover;
    }
    .bottomBlockImg {
        max-width: fit-content;
        margin-right: -45px;
        /* width: 33vw; */
        width: 420px;
    }
    .blogBanner .topBlock .hr {
        max-width: 390px;
    }
    .hr hr {
        height: 1px;
        margin: 0;
        margin-bottom: 3px;
    }
    .blogBanner .littleButtonBlock {
        right: 358px;
        gap: 24px;
    }
    .blogBanner .littleButton {
        width: 34px;
        height: 34px;
        border-width: 1px;
        border-radius: 4px;
    }
    .blogBanner .littleButton::after {
        width: 28px;
        height: 28px;
        border-width: 1px;
        border-radius: 3px;
    }
    .blogBanner .littleButton:hover {
        border-width: 1px;
    }
    .blogBanner .littleButton:hover::after {
        border-width: 1px;
    }
    .blogCnt {
        padding-right: 148px;
        padding-top: 60px;
    }
    .blogDisc {
        font-size: 16px;
        width: 374px;
    }
    .blogImg .newsflash-title {
        font-size: 17px;
        padding-bottom: 5px;
    }
    .blogImg {
        max-width: 100%;
        height: 320px;
        width: 410px;
    }
    .blogBtn {
        font-size: 12px;
    }
    .blogImg .date {
        display: block;
        padding: 0;
        text-align: end;
        font-size: 12px;
    }
    .blogSuares2 .littleButton {
        width: 40px;
        height: 40px;
    }
    .blogSuares2 .littleButton::after {
        width: 32px;
        height: 32px;
    }
    .blogSuares .buttonAdd {
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }
    .blogSuares .buttonAdd::after {
        width: 56px;
        height: 56px;
        border-radius: 5px;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddH {
        height: 30px;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddW {
        width: 30px;
    }
    .blogCnt ul li {
        gap: 121px;
    }
    .bottomWithBtn {
        margin-bottom: 14px;
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddH,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddH {
        left: calc(50% - 10px);
        top: calc(50% - 3px);
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddW,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddW {
        left: 42%;
        top: 66%;
    }
    .blogSuares {
        padding-right: 568px;
    }
    .blogSuares2 {
        padding-right: 524px;
    }
    .blogSuares2 .littleButtonBlock {
        gap: 24px;
    }
    .blogSuares2 .littleButton {
        width: 34px;
        height: 34px;
        border-radius: 4px;
    }
    .blogSuares2 .littleButton::after {
        width: 28px;
        height: 28px;
        border-radius: 3px;
    }
    .blogBtn::before {
        left: -17px;
        border-radius: 1px;
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .bottomBlockImg,
    .blogBanner .topBlockImg {
        width: 407px;
    }
    .bottomBlockImg {
        margin-right: -27px;
    }
    .blogBanner {
        padding-right: 142px;
        padding-left: 30px;
    }
    .insideBG {
        width: 780px;
        height: 410px;
    }
    .blogImg {
        height: 317px;
        width: 407px;
    }
    .blogCnt {
        padding-right: 142px;
    }
    .blogDisc {
        width: 379px;
    }
    .blogCnt ul li {
        gap: 112px;
    }
    .blogImg .newsflash-title {
        padding-right: 30px;
    }
    .blogDisc .hr {
        bottom: -56px;
    }
    .blogBanner .topBlock {
        gap: 110px;
    }
}

@media screen and (max-width: 1120px) {
    .blogBanner {
        display: none;
    }
    .blogCnt {
        padding-left: 67px;
        padding-right: 67px;
    }
    .blogCnt ul li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .blogImg .newsflash-title {
        font-size: 18px;
    }
    .blogDisc {
        max-width: 465px;
        gap: 10px;
    }
    .blogCnt ul li:first-child .littleButtonBlock {
        display: none;
    }
    .blogSuares {
        padding-right: 0;
        align-items: center;
    }
    .blogSuares .buttonAdd {
        width: 42px;
        height: 42px;
    }
    .blogSuares .buttonBlockElem.buttonAdd {
        border-radius: 4px;
    }
    .blogSuares .buttonAdd::after {
        width: 36px;
        height: 36px;
        border: solid 1px #868685;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddW {
        width: 23px;
        height: 3px;
    }
    .blogSuares .buttonBlockElem.buttonAdd .buttonAddH {
        height: 23px;
        width: 3px;
    }
    .blogSuares2 .littleButtonBlock {
        gap: 12px;
    }
    .blogSuares2 .littleButton {
        width: 22px;
        height: 22px;
        border-radius: 3px;
    }
    .blogSuares2 .littleButton::after {
        width: 18px;
        height: 18px;
        border-radius: 2px;
    }
    .bottomLine {
        padding-right: 15px;
        padding-left: 25px;
    }
    .blogImg .newsflash-title {
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 0;
    }
    .blogImg .date {
        padding: 0;
        right: 15px;
        bottom: 8px;
        font-size: 9px;
    }
    .blogDiscElem {
        padding-top: 0;
        text-align: start;
        line-height: 1.1;
    }
    .blogDisc .hr {
        position: absolute;
        bottom: -12px;
        width: 102%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hr hr {
        width: 100%;
        margin-bottom: 2px;
    }
    .blogCnt {
        padding-top: 5px;
    }
    .blogImg {
        max-width: 450px;
        border-radius: 10px;
        margin: 0;
    }
    .blogDisc {
        width: 407px;
        gap: 25px;
    }
    .blogCnt ul li {
        padding-top: 0;
        gap: 30px;
    }
    .blogCnt ul {
        gap: 60px;
    }
    .blogBtn {
        font-size: 9px;
        max-width: fit-content;
    }
    .blogBtn::before {
        width: 8px;
        height: 8px;
        border-radius: 1px;
        left: -14px;
        bottom: auto;
        top: 1px;
    }
    .bottomWithBtn .blogBtn {
        margin-bottom: 10px;
    }
    .bottomWithBtn {
        margin-bottom: 0;
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddH,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddH {
        left: calc(50% - 8px);
        top: calc(50% - 2px);
        width: 2px;
    }
    .blogSuares .buttonBlockElem.buttonAdd.goUp .buttonAddW,
    .blogSuares .buttonBlockElem.buttonAdd.load-up .buttonAddW {
        left: 40%;
        top: 70%;
        height: 2px;
    }
    .blogSuares {
        padding-right: 0;
        align-items: center;
    }
    .blogSuares2 {
        padding-right: 0;
        align-items: center;
        justify-content: center;
    }
    .blogDiscElem p {
        position: static;
        transform: unset;
    }
}

@media screen and (max-width: 767px) {
    .blogImg {
        width: 320px;
        height: 240px;
    }
    .blogDisc {
        width: 320px;
    }
    .blogImg .newsflash-title {
        font-size: 15px;
    }
    .blogDiscElem {
        font-size: 15px;
    }
    .blog .headline {
        font-size: 25px;
    }
}

@media screen and (max-width: 569px) {
    .blogImg {
        width: 260px;
        height: 210px;
    }
    .blogDisc {
        width: 260px;
    }
    .blogImg .newsflash-title {
        font-size: 12px;
    }
    .blogDiscElem {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .blogImg {
        width: 230px;
        height: 180px;
    }
    .blogDisc {
        width: 230px;
    }
    .blogImg .newsflash-title {
        font-size: 10px;
    }
    .blogDiscElem {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .blogDisc {
        font-size: 13px;
    }
}

@media screen and (max-width: 370px) {
    .blogImg {
        width: 230px;
        height: 180px;
    }
    .blogDisc {
        width: 230px;
    }
}