    .singleFirstBlock {
        padding: 50px 0px 0px;
    }

    .singleFirstBlockInner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .singleFirstBlockInnerTitle {
        font-size: 30px;
        text-align: center;
        width: 75%;
        margin-bottom: 50px;
    }

    .singleFirstBlockInnerImg {
        width: 960px;
        margin-bottom: 30px;
    }

    .singleFirstBlockInnerDate {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .singleFirstBlockInnerDateСreator {
        font-size: 16px;

    }

    .singleFirstBlockInnerDateTime {
        font-size: 16px;
    }


    @media (max-width: 1199px) {
    
        .singleFirstBlock {
        padding: 50px 0px 0px;
    }

        .singleFirstBlockInnerTitle {
            font-size: 25px;
            margin-bottom: 30px;
        }

        .singleFirstBlockInnerImg {
            width: 620px;
            margin-bottom: 20px;
        }

        .singleFirstBlockInnerDateСreator {
            font-size: 14px;

        }

        .singleFirstBlockInnerDateTime {
            font-size: 14px;
        }
    }

    @media (max-width: 619px) {
        .singleFirstBlock {
            padding: 40px 0px 0px;
        }

        .singleFirstBlockInnerTitle {
            font-size: 20px;
            width: 100%;
            margin-bottom: 30px;
        }

        .singleFirstBlockInnerImg {
            width: 320px;
            margin-bottom: 20px;
        }

        .singleFirstBlockInnerDate {
            flex-direction: column;
        }

        .singleFirstBlockInnerDateСreator {
            font-size: 14px;
            margin-bottom: 10px;

        }

        .singleFirstBlockInnerDateTime {
            font-size: 14px;
        }
    }
    
        .singleContent {
        padding: 40px 0px;
    }

    .singleContentInner {
        font-size: 16px;
    }

    .singleContentTextMain {
        font-size: 30px;
    }

    .singleContentTextMainSmall {
        font-size: 20px;
    }


    @media (max-width: 1199px) {
        .singleContentInner {
            font-size: 14px;
        }

        .singleContentTextMain {
            font-size: 25px;
        }

        .singleContentTextMainSmall {
            font-size: 18px;
        }
    }


    @media (max-width: 619px) {
        .singleContent {
            padding: 25px 0px;
        }

        .singleContentTextMain {
            font-size: 20px;
        }

        .singleContentTextMainSmall {
            font-size: 16px;
        }
    }
    
        .singleContentShape {
        margin: 40px 0px;
        background-color: #0056B5;
        width: 100%;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        padding: 30px 0px;
    }

    .singleContentShapeLeft {
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: end;
        border-radius: 8px;
    }

    .singleContentShapeLeftImg {
        width: 60px;
        height: 60px;
    }

    .singleContentShapeRight {
        width: 85%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-right: 20px;
    }



    @media (max-width: 1199px) {
        .singleContentShapeRight {
            width: 78%;
        }
    }



    @media (max-width: 619px) {
        .singleContentShape {
            height: auto;
            justify-content: start;
            flex-direction: column;
            padding: 30px 0px;
        }

        .singleContentShapeLeft {
            width: 100%;
            height: 60px;
            justify-content: start;
            align-items: center;
        }

        .singleContentShapeLeftImg {
            width: 40px;
            height: 40px;
            margin-top: 0px;
            margin-left: 20px;
        }

        .singleContentShapeRight {
            width: 90%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin-top: 20px;
            padding-right: 0px;
        }
    }
    
        .tableContainer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table {
        width: 100%;
        border-collapse: collapse;
    }

    .tableInner {}

    .tableContent {
        border: #D9D9D9 1px solid;
        font-size: 20px;
        padding: 10px;
    }

    @media (max-width: 1199px) {
        .tableContent {
            font-size: 16px;
        }
    }
    
        .singleContentImgOne {
        width: 100%;
        height: 455px;
        border-radius: 8px;
        margin-bottom: 40px;
    }

    @media (max-width: 1199px) {
        .singleContentImgOne {
            height: 295px;
        }
    }

    @media (max-width: 619px) {
        .singleContentImgOne {
            height: 150px;
            margin-bottom: 25px;
        }
    }
    
        .singleContentImgTwoContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .singleContentImgTwo {
        width: 470px;
        height: 435px;
        border-radius: 8px;
    }

    @media (max-width: 1199px) {
        .singleContentImgTwo {
            width: 300px;
            height: 280px;
        }
    }

    @media (max-width: 619px) {
        .singleContentImgTwo {
            width: 140px;
            height: 130px;
        }
    }
    
        .formTwoBlock {
        background-color: #0056B5;
        padding: 70px 0px;
        width: 100%;
    }

    .formTwoBlockInner {
        position: relative;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 40px 60px 55px;
        display: flex;
        justify-content: space-between;
        align-items: start;

    }





    .formTwoBlockInnerTextContent {
        width: 60%;
    }

    .formTwoBlockTextMain {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .formTwoBlockText {
        font-size: 20px;
        width: 70%;
    }

    .formTwoBlockInnerFormContent {
        width: 40%;
    }


    #nameTwo {
        background-color: #F9F9F9;
        width: 420px;
        height: 60px;
        border: none;
        border-radius: 8px;
        padding-left: 20px;
        font-size: 16px;
        color: #111111;
        margin-bottom: 20px;
    }

    #nameTwo::placeholder {
        font-size: 16px;
    }

    #phoneTwo {
        background-color: #F9F9F9;
        width: 420px;
        height: 60px;
        border: none;
        border-radius: 8px;
        padding-left: 20px;
        font-size: 16px;
        color: #111111;
        margin-bottom: 20px;
    }

    #phoneTwo::placeholder {
        font-size: 16px;
    }

    #formTwoBtn {
        background-color: #0056B5;
        width: 245px;
        height: 55px;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        transition: all 0.3s ease
    }
     #formTwoBtn:hover{
     background-color: #006EE8;
     }

    .formTwoBlockUnderForm {
    margin-top: 20px;
        font-size: 12px;
    }






    @media (max-width: 1199px) {
        .formTwoBlock {
            padding: 40px 0px;
        }

        .formTwoBlockInner {
            padding: 30px 0px 45px 30px;
            display: block;
        }



        .formTwoBlockInnerTextContent {
            width: 100%;
        }

        .formTwoBlockTextMain {
            font-size: 25px;
            margin-bottom: 20px;
        }

        .formTwoBlockText {
            font-size: 18px;
            width: 85%;
            margin-bottom: 30px;
        }

        .formTwoBlockInnerFormContent {
            width: 100%;
        }


        #nameTwo {
            width: 560px;
        }

        #phoneTwo {
            width: 560px;
        }

        .formTwoBlockUnderForm {
            font-size: 12px;
            width: 80%;
        }


    }


    @media (max-width: 619px) {
        .formTwoBlock {
            padding: 30px 0px 50px;
        }

        .formTwoBlockInner {
            padding: 35px 0px 35px;
            flex-direction: column;
            text-align: center;
        }

        .formTwoBlockInnerTextContent {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .formTwoBlockTextMain {
            width: 100%;
            font-size: 25px;
            margin-bottom: 20px;
            text-align: center;
        }

        .formTwoBlockText {
            font-size: 14px;
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

        .formTwoBlockInnerFormContent {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }


        #nameTwo {
            width: 290px;
            height: 50px;
            margin-bottom: 10px;
            font-size: 12px;
            padding-left: 10px;
        }

        #phoneTwo {
            width: 290px;
            height: 50px;
            margin-bottom: 10px;
            font-size: 12px;
            padding-left: 10px;
        }

        .formTwoBlockUnderForm {
            font-size: 12px;
            width: 100%;
            text-align: center;
        }

        #phoneTwo::placeholder {
            font-size: 12px;
        }


        #nameTwo::placeholder {
            font-size: 12px;
        }

        #formTwoBtn {
            background-color: #0056B5;
            width: 245px;
            height: 55px;
            color: #ffffff;
            border: none;
            border-radius: 8px;
            font-size: 16px;
        }


    }
    
        .containerSingle {
        width: 960px;
        margin: 0 auto;
    }

    @media (max-width: 1199px) {
        .containerSingle {
            width: 620px;
        }
    }

    @media (max-width: 619px) {
        .containerSingle {
            width: 320px;
        }
    }
    
    
        li{
    margin-bottom: 10px !important;
    }
    
    @media (max-width: 1199px) {
    li{
    margin-bottom: 5px !important;
    }
    }
    ul{padding-inline-start: 0px !important;}
    
    
    
    
    
/* Стили блока с формой */
.formBlok {
    padding: 40px 0px;
}

.formInner {
    width: 100%;
    height: 560px;
    display: flex;
    justify-content: space-between;
    background-color: #ECECEC;
    border-radius: 8px;
    overflow: hidden;
}

.formInnerContent {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    margin: 0px 0px 0px 60px;
}

.formInnerContentTextMain {
    font-size: 30px;
    color: #0056B5;
}

.formInnerContentText {
    font-size: 16px;
    width: 70%;
    margin: 20px 0px;
}

#name {
    background-color: #ffffff;
    width: 645px;
    height: 60px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    font-size: 16px;
    color: #111111;
    margin-bottom: 20px;
}

#name::placeholder {
    font-size: 16px;
    color: #939598;
}

#phone {
    background-color: #ffffff;
    width: 645px;
    height: 60px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    font-size: 16px;
    color: #111111;
    margin-bottom: 20px;
}

#phone::placeholder {
    font-size: 16px;
    color: #939598;
}

#message {
    background-color: #ffffff;
    width: 645px;
    height: 120px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #111111;
    margin-bottom: 20px;
}

#message::placeholder {
    font-size: 16px;
    color: #939598;
}

#formBtn {
    background-color: #0056B5;
    width: 245px;
    height: 55px;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#formBtn:hover{
background-color: #006EE8;
}

.formInnerImg {
    width: 35%;
    height: 100%;
}

/* Медиа-запросы */
@media (max-width: 1199px) {
    .firstBlokBlog {
        width: 680px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .firstBlokBlogInner {
        padding-top: 50px;
        width: 95%;
    }

    .firstBlokBlogTextMain {
        font-size: 30px;
    }

    .blogTitle {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .formInnerImg {
        display: none;
    }

    .formInner {
        height: 560px;
        display: flex;
        justify-content: center;
    }

    .formInnerContent {
        width: 90%;
        margin: 0px;
    }

    .formInnerContentTextMain {
        font-size: 25px;
    }

    .formInnerContentText {
        font-size: 14px;
        width: 90%;
    }

    #name {
        width: 545px;
    }

    #phone {
        width: 545px;
    }

    #message {
        width: 545px;
    }
    
}

@media (max-width: 619px) {
    .firstBlokBlog {
        width: 360px;
        margin-top: 40px;
    }

    .firstBlokBlogInner {
        padding-top: 20px;
    }

    .firstBlokBlogTextMain {
        font-size: 25px;
        width: 90%;
    }

    .blog {
        padding: 25px 0px;
    }

    .blogInnerContent {
        width: 300px;
        margin-bottom: 30px;
    }

    .blogInnerContentImg {
        width: 320px;
        height: 150px;
        margin-bottom: 15px;
    }

    .blogInnerContentText {
        font-size: 16px;
    }

    /* Адаптивность пагинации для мобильных */
    .pagination {
        margin-top: 0px;
        padding: 0px;
    }
    
    .nav-links {
        gap: 6px;
    }
    
    .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
    
    .page-numbers.prev,
    .page-numbers.next {
        min-width: 40px;
    }

    .formBlok {
        padding: 25px 0px 50px 0px;
    }

    .formInner {
        height: 480px;
    }

    .formInnerContentTextMain {
        font-size: 20px;
    }

    .formInnerContentText {
        font-size: 14px;
        width: 100%;
    }

    #name {
        width: 290px;
        height: 50px;
        margin-bottom: 10px;
        font-size: 12px;
        padding-left: 10px;
    }

    #name::placeholder {
        font-size: 12px;
    }

    #phone {
        width: 290px;
        height: 50px;
        margin-bottom: 10px;
        font-size: 12px;
        padding-left: 10px;
    }

    #phone::placeholder {
        font-size: 12px;
    }

    #message {
        width: 290px;
        height: 100px;
        margin-bottom: 10px;
        font-size: 12px;
        padding-left: 10px;
        padding-top: 10px;
    }

    #message::placeholder {
        font-size: 12px;
    }

    #formBtn {
        width: 245px;
        height: 55px;
        font-size: 16px;
    }
}