@media (max-width: 450px) {
    .center-logo {
        display: block;
        margin-top: 700px;
    }
    .search-tasks-new__child:first-of-type {
        background: none;
        padding: 20px;
    padding-left: 0px;
    border-right: 0;
    position: relative;
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: 6%;
    margin: 0 auto;
    text-align: center;
    padding-right: 75px;
    }
    .search-tasks-new__child:last-of-type {
        background: none;
        border: none;
        padding: 20px;
        padding-right: 50px;
        position: relative;
        -webkit-clip-path: none;
        clip-path: none;
        margin-left: -2%;
        padding-top: 123px;
        width: 291px;
    }
    .search-tasks-new .page-title {
        padding-bottom: 20px;
        padding-left: 68%;
    }
    .search-tasks-new {
        background: url('/style/img/main_page/bg-mobile.png') no-repeat top / cover;
        height: 172vh;
    }
    .main-executors-count {
        margin-left: 80%;
        margin-top: -14.8%;
        font-size: 15px;
    }
    .modal-login {
        width: 98%;
        left: 1%;
        top: 5%;
        padding: 10px;
    }
    .reestr-item {
        text-align: center;
        width: 88%;
    }
    .reestr-item-description {
        margin-left: 0;
    }
    .new-right-block {
        padding-bottom: 0px !important;
        margin-left: -43%;
        letter-spacing: 3px;
        width: 425px;
    }
    .modal-otg-active {
        color: red;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 30px;
        text-indent: 0;
        text-align: center;
        background-color: rgba(255,255,255,1);
        padding: 18px;
        border-radius: 10px;
        font-weight: 600;
        font-family: gilroy;
        min-height: 180px;
    }
    .forum-blocks, .forum-speakers-block {
        width: 310px;
    }
    .forum-block-item {
        text-align: center;
        width: 300px;
        display: inline-block;
        margin: 5px;
        background-color: white;
        border-radius: 5px;
        padding: 10px;
    }
    .forum-block-item-head, .forum-fieldset, .forum-block-item-description, .forum-speaker-wrapper {
        height: unset;
    }
    .forum-speaker-item {
        width: 300px;
        display: inline-table;
        margin: 5px;
        background-color: white;
        border-radius: 5px;
        padding: 10px;
        height: 350px;
    }
    .forum-speaker-item img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .forum-speaker-name {
        text-align: center;
    }
    .forum-payment-download-button {
        display: block;
        margin: 0;
        font-size: 20px;
        width: fit-content;
        border-radius: 500px;
        border: 2px solid blue;
        padding: 7px 9px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
    }
    .forum-checkboxes-block, .speaker-block {
        width: unset;
    }
    .forum-payment-lipay {
        float: none;
        padding-top: 11px;
        cursor: pointer;
        display: block;
        margin: 5px auto;
        text-align: center;
        width: 384px;
    }
    .speaker-img img {
        width: 270px;
        height: 270px;
    }
    .speaker-name {
        width: unset;
        background-color: white;
        border-radius: 5px;
        margin: 10px auto;
        padding: 5px;
        color: blue;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .speaker-text {
        background-color: white;
        padding: 10px;
        border-radius: 5px;
        text-align: justify;
        text-indent: 15px;
        font-size: 15px;
    }
    .forum-payment-head {
        margin: 8px auto;
        width: unset;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
    }
    .forum-payment-price {
        width: unset;
        text-align: center;
    }
    .new-partners-block {
        width: 100%;
        margin: 0;
    }
    .new-partners-item {
        width: 100%;
    }
}