body {
    font-family: 'Open Sans', sans-serif !important;

    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    padding: 0;
}

p {
    margin: 0 ;
    margin-bottom: 0 !important;
    padding: 0 ;
}

div {
    margin: 0;
    padding: 0;
}

hr {
    margin-top: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.main-pic-1 {
    background: url('/../../images/partner_test_img/bg-1.svg') no-repeat;
    width: 100%;
    max-width: 1920px;
    background-size: contain;
    height: 100%;

    position: absolute;
    top: 76px;
    z-index: 0;
}

.main-pic-2 {
    background: url('/../../images/partner_test_img/bg-2.svg') no-repeat;
    width: 100%;
    max-width: 1920px;
    background-size: contain;
    height: 100%;

    position: absolute;
    top: 341px;
    z-index: 1;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 100%;
    max-width: 1360px !important;
    margin-left: 280px;
    z-index: 10;
}

/* .spot-pic-1 {
    background: url('/../../images/partner_test_img/spot-1.svg') no-repeat;
    background-size: cover;
    width: 576.5px;
    height: 633px;

    position: absolute;
    top: -78px;
    left: -215px;
    z-index: -1;
}

.spot-pic-2 {
    background: url('/../../images/partner_test_img/spot-2.svg') no-repeat;
    background-size: cover;
    width: 722px;
    height: 658px;

    position: absolute;
    top: 550px;
    left: 758px;
    z-index: 0;
}

.spot-pic-3 {
    background: url('/../../images/partner_test_img/spot-3.svg') no-repeat;
    background-size: cover;
    width: 714.5px;
    height: 581px;

    position: absolute;
    top: -255px;
    left: -189px;
    z-index: -1;
}

.spot-pic-4 {
    background: url('/../../images/partner_test_img/spot-4.svg') no-repeat;
    background-size: cover;
    width: 580px;
    height: 633px;

    position: absolute;
    top: -75px;
    left: 1001px;
    z-index: 0;

} */

.container .file-path {
    margin: 31px 0 0;
    font-family: "Open Sans", "open_sansregular";
    font-size: 13px;
}

.file-path a {
    text-decoration: none;
    color: rgba(26, 32, 44, 0.4);
    transition: all 0.3s ease;
}

.file-path a:last-child{
    color: #e63756;
    cursor: default;
  }

.file-path a:hover {
    color: #e63756;
}

.file-path span {
    color: rgba(26, 32, 44, 0.4);
    margin: 0 8px;
}

.logo-partner__inner h2,
.logo-partner__inner h1 {
    font-family: 'Rubik' !important;
    font-size: 44px; 
    font-weight: 500;
    color: #1a202c;
}

.logo-partner__description {
    margin-top: 24px;
    font-family: "Open Sans", "open_sansregular";
    font-size: 24px;
    color: #888f9c;
}

.light-text {
    margin-bottom: 68.5px !important;

    font-family: "Open Sans", "open_sansregular";
    font-size: 16px; 
    line-height: 1.5;
    color: #4a5568;
}

.reg-auth {
    display: flex;
}

.reg-button a {
    display: inline-block;

    margin-right: 20px;

    width: 245px;
    height: 60px; 

    padding: 21px 28px 21px 28px;

    border-radius: 8px;
    background-color: #e63756;

    font-family: "Open Sans", "open_sansregular";
    font-size: 16px; 
    font-weight: 600;
    color: #fffefe;

    display: flex;
    align-items: center;

    border: none;
    cursor: pointer;
}

.reg-button a:hover {
    background-color: #ffffff;
    border: solid 1.5px #e63756;
    color:  #e63756;
}

.reg-button a:focus {
    outline: none;
}

.auth-button a {
    margin-right: 72.5px;
    padding: 18.5px 22.5px 19.5px 33px;

    width: 147.5px;
    height: 60px;

    border-radius: 8px;  
    border: solid 1.5px #1a202c;
    background-color: #fffefe;

    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
}

.auth-button p {
    margin-bottom: 0 !important;
}

.auth-button span img {
    width: 16.5px;
}

.auth-first {
    display: block;
}

.auth-second {
    display: none;
}

.auth-button a:hover {
    background-color: #1a202c;
    color: white !important;
}

.auth-button a:hover .auth-first{
    display: none;
}

.auth-button a:hover .auth-second{
    display: block;
}

.auth-button a:focus {
    outline: none;
}

/* .file-path-2 {
    display: flex;
    align-items: center;

    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
}

.file-path-2 a {
    text-decoration: none;

    color: #e63756;
}

.file-path-2 a:hover {
    text-decoration: none !important;
    color: #e63756;

}

.file-path-2 span {
    margin: 0 36.5px 0 8.5px;
    color:  #e63756;
} */



/* .donload-pdf {
    margin: 30px auto 105px auto;
    padding: 11.5px 14.5px 11.5px 17px; 

    position: relative;

    width: 427px;
    height: 40px; 
    border-radius: 8px;  
    border: solid 1.5px rgba(26, 32, 44, 0.1);; 
    
    background-color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;

    font-family: "Open Sans", "open_sansregular";
    font-size: 14px;
    font-weight: 600;
    color: #e63756 !important;   
} 

.donload-pdf span img {
    width: 14.5px;
}

.donload-pdf-pic {
    display: none;
}

.donload-first {
    display: block;
}

.donload-pdf:hover {
    background-color:  #e63756;
    color: #ffffff !important;
   
}

.donload-pdf:hover .donload-pdf-pic{
    display: block;
}

.donload-pdf:hover .donload-first{
    display: none;
}

.donload-pdf:focus {
    outline: none;
} */

.circle {
    position: relative;
    margin-bottom: 30px !important;

    width: 15px;
    height: 15px;

    background-color: #e63756;
    border-radius: 50%;
    z-index: 1;
}

/* .be-a-partner {
    display: flex;
    position: relative;

    margin-bottom: 70px !important;
}

.be-a-partner-hr {
    width: 100%;
    max-width: 1246px;
    height: 1px; 
    border: none;
    border-radius: 0.5px;
    background-color: #dfe1e9;

    position: absolute;
    top: 2487px;
    left: 0;
    z-index: 0;
}

.be-a-partner-dignity__inner {
    margin-right: 90px !important;
} */

.questions {
    margin-bottom: 82px !important;

    position: relative;
}

.questions-1 {
    display: flex;

    margin-top: 52px;
    margin-bottom: 59px !important;
}

.questions-2 {
    display: flex;
}

.questions__inner {
    position: relative;
}

.questions__inner:not(:last-child) {
    margin-right: 100px;

    width: 100%;
    max-width: 390px;
}

.questions__inner-logo-partner h4 {
    margin-bottom: 15.5px !important;

    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 500;
    color: #1a202c;
}

.questions-hr {
    margin-bottom: 12px !important;
    margin-top: 0;

    width: 88px;
    height: 2px; 

    display: inline-block;
    border:none;
    border-radius: 1px;
    background: linear-gradient(to right, #ffdf82, #ff91a3);
}

.questions-text {
    

    opacity: 0.8;
    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    line-height: 1.5;
    color: rgba(74, 85, 104, 0.8);
}



/* .be-a-partner-banner {
    position: relative;

    margin-bottom: 86px !important;
    width: 1360px;

    height: 303.5px;

    display: flex;
    
    border-radius: 18px;
    background: linear-gradient(to right, #ffeeba, #ffc0b2);
}

.not-white-button a {
    background: rgba(0, 0, 0, 0.0);
}

.be-a-partner-banner__inner {
    padding: 50px 30px 70px 60px;
}

.black-button a {
    background-color: #1a202c;
    color: #ffffff !important;
}

.black-button a:hover {
    border: 1.5px solid black;
    color: black !important;
}

.be-a-partner-banner__image {
    width: 500px;
    margin: 50px 50px 0 50px;
}

.be-a-partner-banner__image-hidden {
    display: none;
}

.light-hr {
    width: 100%;
    height: 1px;

    border-radius: 0.3px;
    background-color: #e7ecf4;
    border: none;
} */


.brief {
    display: flex;
    gap: 40px;
    padding: 0 0 60px 0;
}

.brief__content {
    padding: 70px 0 0;
    flex: 0 0 40%;
}

.brief__title {
    color: rgb(26, 32, 44);
    font-family: "Rubik";
    font-size: 44px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 20px !important;
    max-width: 500px;
}

.brief__subtitle {
    color: rgb(74, 85, 104);
    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    margin: 20px 0 0;
}

.reg-auth {
    margin: 40px 0 0;
}

.reg-button a, .auth-button a {
    height: 50px;
}

.auth-button span img {
    width: 20px;
    height: 20px;
    transition: all .3s;
}

.auth-button a:hover p {
    color:#fffefe;
}

.auth-button a {
    justify-content: center;
    gap: 12px;
    transition: all .3s;
    padding: 0;
}

.reg-button a {
    padding: 0;
    justify-content: center;
    transition: all .3s;
}

.reg-button p {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    transition: all .3s;
}

.reg-button a:hover p {
    color: #e63756;
}

.brief__image {
    width: 100%;
}

.brief__image img {
    width: 100%;
}

.partners__header .order-for-what__element {
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

.tariffs {
    padding: 30px 0 0;
}

.tariffs__items {
    display: flex;
    gap: 40px;  
    margin: 80px 0 0;
    box-sizing: border-box;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 20px;
    padding: 0 40px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

.tariffs__name-rows ul {
    margin: 70px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tariffs__name-rows p {
    color: rgb(74, 85, 104);
    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
}

.tariffs__item {
    box-sizing: border-box;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 20px;
    padding: 40px 30px;
    flex: 1;
    position: relative;
    top: -40px;
    background: rgb(255, 255, 255);
}

.tariffs__item-title {
    display: flex;
    color: rgb(26, 32, 44);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 40px;
    align-items: center;
}

.tariffs__item-title::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 0 6px 0 0;
}

.tariffs__item_violet .tariffs__item-title::before {
    background: url(/../../images/news-images/forward-square.svg) center no-repeat;
}

.tariffs__item_blue .tariffs__item-title::before {
    background: url(/../../images/news-images/code.svg) center no-repeat;
}

.tariffs__item_green .tariffs__item-title::before {
    background: url(/../../images/news-images/edit.svg) center no-repeat;
}

.tariffs__item ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tariffs__item p {
    color: rgb(26, 32, 44);
    font-family: "Open Sans", "open_sansregular";
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

.tariffs__item_violet .tariffs__item_text-color {
    color: rgb(162, 89, 255);
}

.tariffs__item_blue .tariffs__item_text-color {
    color: rgb(35, 110, 255);
}

.tariffs__item_green .tariffs__item_text-color {
    color: rgb(75, 185, 29);
}

.tariffs .brief {
    gap: 0;
    position: relative;
    padding: 0;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    margin-top: 90px;
}


.tariffs .brief__content {
    flex: 0 0 100%;
    padding: 40px;
    align-self: flex-end;
}

.tariffs .brief__title {
    max-width: 70%;
}

.tariffs .brief__subtitle {
    max-width: 505px;
}

.tariffs .reg-auth p{
    display: flex;
    align-items: center;
}

.tariffs .reg-auth p::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 0 0 0 12px;
    background: url(/../../images/news-images/document-download.svg) center no-repeat;
    transition: all .3s;
}

.tariffs .reg-auth a:hover p::after {
    background: url(/../../images/news-images/document-download-red.svg) center no-repeat;
}

.tariffs .brief__image {
    position: absolute;
    bottom: 1px;
    right: 40px;
    max-width: 38%;
}

.become-partner .startup-stages-creation-logo {
    margin: 0;
}

.become-partner .startup-stages--block---header {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.become-partner .startup-stages--block---text {
    text-align: left;
}

.become-partner .startup-stages--block---info {
    padding: 40px;
    height: fit-content;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

.become-partner .startup-stages-creation {
    height: 900px;
}

.become-partner .startup-stages--block---icon {
    position: absolute;
    left: 0;
    top: 38px;
    height: 24px;
    width: 13px;
    background: url(/../../images/partner_test_img/step1.svg) center no-repeat;
}

.become-partner .startup-stages--block---icon2 {
    background: url(/../../images/partner_test_img/step2.svg) center no-repeat;
}

.become-partner .startup-stages--block---icon3 {
    background: url(/../../images/partner_test_img/step3.svg) center no-repeat;
}

.become-partner .startup-stages--block---icon4 {
    background: url(/../../images/partner_test_img/step4.svg) center no-repeat;
}

.become-partner {
    padding: 90px 0 0;
}

.startup-stages-creation-logo {
    color: rgb(26, 32, 44);
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    line-height: 140%;
}

.become-partner .auth-button a {
    margin: 40px 0 0;
    height: 50px;
    width: 220px;
    padding: 11px 20px;
}

.questions .startup-questions-answers-logo h2{
    color: rgb(26, 32, 44);
    font-family: Rubik;
    font-size: 44px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

.questions .startup-questions-answers__item-link {
    padding: 13px 40px;
}

.appeal {
    padding: 50px 0 90px;
}

.appeal .brief {
    box-sizing: border-box;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    align-items: center;
}

.appeal .brief__content {
    flex: 0 0 46%;
    padding: 0;
}

.appeal .brief__title {
    max-width: 100%;
}

.brief__image {
    display: flex;
}

.brief__icon-client {
    position: relative;
    left: 0;
    z-index: 4;
}

.brief__icon-client img{
    width: 290px;
    height: 200px;
}

.brief__client {
    position: relative;
}

.brief__client img {
    width: 200px;
    height: 200px;
}

.brief__client_1 {
    left: -75px;
    z-index: 3;
}

.brief__client_2 {
    left: -160px;
    z-index: 2;
}

.brief__client_3 {
    left: -240px;
    z-index: 1;
}

@media (max-width: 1810px) {
    .spot-pic-4 {
        left: 865px;
    }

    .spot-pic-2 {
        left: 704px;
    }
}

@media (max-width: 1545px) {
    .spot-pic-4 {
        background-size: 480px;
        width: 480px;
    }

    .spot-pic-2 {
        left: 630px;
    }
}

@media (max-width: 1400px) {
    .container,
    .be-a-partner-banner {
        max-width: 1140px !important;
    }
    .be-a-partner-dignity__inner {
        margin-right: 20px !important;
    }
    .dignity__inner-logo-partner h3 {
        font-size: 26px;
    }
    .questions-text {
        width: 100% !important;
        max-width: 400px !important;
    }
    .questions__inner:not(:last-child) {
        margin-right: 50px !important;
    }
    .logo-partner__inner h2 {
        font-size: 36px !important;
    }
    .be-a-partner-hr {
        top: 2502px;
    }
    .main-pic-1 {
        top: 115px;
    }
    .spot-pic-1 {
        left: -115px;
    }
    .spot-pic-2 {
        width: 521px;
        height: 458px;
        top: 750px;
        left: 635px;
    }
    .spot-pic-3 {
        width: 514.5px;
        height: 381px;
        top: -255px;
        left: 0px;
    }
    .spot-pic-4 {
        left: 670px;
    }

    .tariffs .brief__image {
        max-width: 50%
    }

    .brief__icon-client img{
        width: 250px;
        height: 170px;
    }
    
    .brief__client img {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 1200px) {
    .container,
    .be-a-partner-banner {
        max-width: 1000px !important;
    }
    
    .questions__inner:not(:last-child) {
        margin-right: 20px !important;
        max-width: 330px;
    }
    .be-a-partner-banner__image img {
        margin-left: -80px;
        width: 430px;
        margin-top: 25px;
    }
    .dignity__inner-logo-partner h3 {
        font-size: 22px;
    }
    .be-a-partner-hr {
        top: 2657px;
    }
    .dignity__inner:not(:last-child) {
        margin-right: 65px;
    }
    .light-text-tarriffs {
        font-size: 14px;
    }
    
    .be-a-partner-hr {
        top: 2565px;
    }
    .spot-pic-1 {
        left: -41px;
    }
    .spot-pic-2 {
        top: 881px;
        left: 600px;
        width: 400px;
        background-size: 400px;
    }
    .spot-pic-3 {
        top: -255px;
        left: 0;
    }
    .spot-pic-4 {
        top: -52px;
        left: 560px;
        width: 450px;
        background-size: 450px;
    }

    .tariffs .brief__image {
        max-width: 43%
    }

    .brief__icon-client img{
        width: 210px;
        height: 145px;
    }
    
    .brief__client img {
        width: 145px;
        height: 145px;
    }
}

@media (max-width: 1040px) {
    .container,
    .be-a-partner-banner {
        max-width: 850px !important;
    }
    .be-a-partner-banner__image img {
        width: 310px;
    }
    .dignity__inner-logo-partner h3 {
        font-size: 20px;
    }
    .auth-button a {
        margin-right: 52.5px;
    }
    .file-path-2 {
        font-size: 14px;
    }
   
    .questions__inner:not(:last-child) {
        max-width: 290px;
    }
    .logo-partner__inner h2 {
        font-size: 32px !important;
    }
    .logo-partner__description {
        font-size: 18px;
    }
    
    .be-a-partner-hr {
        top: 2585px;
    }
    .spot-pic-1 {
        left: -65px;
    }
    .spot-pic-2 {
        top: 942px;
        left: 490px;
    }
    .spot-pic-3 {
        top: -255px;
        left: 0;
    }
    .spot-pic-4 {
        top: -52px;
        left: 420px;
    }

    .be-a-partner-banner__inner {
        text-align: center;
        margin: 0 auto;
    }

    .be-a-partner-banner__image {
        display: none;
    }

    .be-a-partner-banner > .reg-auth {
        display: flex;
        justify-content: center;
    }

    .not-white-button a {
        margin-right: 0;
    }

    .brief{
        flex-direction: column;
        gap: 0;
        padding: 0 0 90px 0;
    }

    .partners__header .brief{
        flex-direction: column-reverse;

    }

    .brief__content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brief__title,
    .brief__subtitle {
        text-align: center;
    }

    .brief__subtitle {
        padding: 0 20px;
    }

    .brief__image{
        position: relative;
        right: -55px;
    }

    .partners__header .order-for-what__element-pic--2 {
        bottom: -33px;
    }

    .tariffs .brief {
        padding: 0 40px;
    }

    .tariffs .brief__image {
        position: static;
        max-width: 100%;
    }

    .tariffs .brief__content {
        align-self: center;
    }

    .brief__image {
        justify-content: center;
    }

    .brief__icon-client {
        transform: rotate(90deg);
    }
    
    .brief__client img {
        width: 145px;
        height: 145px;
    }

    .brief__client_1 {
        left: -90px;
    }

    .brief__client {
        bottom: -30px;
    }

     .appeal .brief__image {
        margin: 50px 0 40px;
        right: -100px;
    }

}

@media (max-width: 990px) {
    .container {
        text-align: center;
    }

    .logo-partner__description {
        font-size: 16px;
    }

    .logo-partner__description {
        margin-top: 28px;
        margin-bottom: 60px !important;
    }

    .dignity {
        display: block;
    }

    .dignity__inner img {
        margin-bottom: 31px;
    }

    .dignity__inner p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 400px;
        display: inline-block;
    }

    .dignity__inner-logo-partner h3 {
        font-size: 30px;
    }

    .dignity__inner:not(:last-child) {
        margin-right: 0;
    }

    .dignity__inner p:last-child {
        margin-bottom: 59px;
    }

    .reg-auth {
        display: inline-block;
    }

    .reg-button {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }

    .reg-button a {
        margin-right: 0 !important;

        width: 260px;
        height: 50px;

        justify-content: center;
    }

    .auth-button a {
        margin: 0 auto;

        width: 260px;
        height: 50px;

        margin-bottom: 37px;
    }

    .auth-button p {
        margin: 0 auto;
    }

    .file-path-2 {
        display: block;
    }

    .file-path-2 span {
        margin: 0;
    }

    .file-path-2-item:first-child {
        margin-bottom: 26.5px;
    }


    .light-text-tarriffs {
        font-size: 15px;
    }


    .donload-pdf {
        margin: 0 auto 118px auto;
    }

    .logo-partner__description {
        width: 280px;
        display: inline-block;
    }

    .be-a-partner-hr {
        display: none;
    }

    .circle {
        display: none;
    }

    .be-a-partner {
        display: block;
    }

    .dignity__inner img {
        width: 54px;
        height: 54px;
        margin-bottom: 19px;
    }

    .dignity__inner p {
        margin-bottom: 0 !important;
    }

    .dignity__inner {
        margin-bottom: 68px;
    }

    .be-a-partner > .dignity__inner {
        margin-bottom: 45px;
        margin-right: 0 !important;
    }

    .questions {
        margin-bottom: 40px !important;
    }

    .questions-1 {
        display: inline-block;
        width: 450px;
        margin-bottom: 0 !important;
    }

    .questions-2 {
        display: inline-block;
        width: 450px;

    }

    .spot-pic-4 {
        z-index: -1;
    }

    .questions__inner {
        margin-bottom: 55px;
        max-width: 400px;

        display: inherit;
    }

    .questions__inner:last-child {
        margin-bottom: 97px;
    } 

    .questions-hr {
        margin-bottom: 19px !important;
    }

    .be-a-partner-banner {
        margin: auto;
        display: block;

        height: 100%;
        width: 100%;
        max-width: 700px !important;
        margin-bottom: 20px !important;
    }

    .logo-partner__description {
        display: block;
        margin: 30px auto;
    }

    .questions__inner:last-child {
        margin-bottom: 55px;
    }

    .be-a-partner-banner__image {
        display: none;
    }
    
    .be-a-partner-banner__image-hidden {
        display: block;
    }

    .logo-partner__description {
        margin: 32px auto 33px auto !important;
    }

    .be-a-partner-banner__inner > .reg-auth {
    }

    .be-a-partner-banner__inner {
        padding: 55px 20px 20px 20px;
    }

    .be-a-partner-banner__image-hidden img {
        width: 333px;
    }

    .main-pic-1 {
        background-size: 1360px;
        top: 67px;
    }

    .main-pic-2 {
        background-size: 1360px;
        top: 296px;
    }

    .spot-pic-1 {
        top: -150px;
        left: -245px;
    }

    .spot-pic-2 {
        top: 1890px;
        left: 158px;
    }

    .spot-pic-3 {
        height: 426px;
        top: 245px;
        left: 115px;
    }

    .spot-pic-4 {
        display: none;
    }

    .not-white-button a {
        justify-content: flex-end !important;
        margin-bottom: 0;
    }

    .not-white-button  span img {
        margin-left: 98px;
    }

    .questions__inner:not(:last-child) {
        margin-right: 0 !important;
    }

    .startup-stages-creation{
        margin: 40px 0 90px;
    }
    
    .become-partner .auth-button a {
        margin: 10px 0 0;
    }

    .become-partner #startup-stages--block---info1 {
        top: 0;
    }
}

@media (max-width: 880px) {
    .tariffs__items{
        position: relative;
        padding: 0 20px;
        margin: 100px auto 0;
        max-width: 450px;
    }

    .tariffs__name-rows ul {
        width: 200px;
        margin-bottom: 100px ;
    }

    .tariffs__item-title {
        justify-content: center;
    }

    .tariffs__item{
        box-sizing: border-box;
        width: 160px;
        padding: 5px 10px 40px;
        position: absolute;
        left: 250px;
    }

    .tariffs__item::before {
        content: "";
        border: 1px solid rgb(234, 234, 234);
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        top: -40px;
        left: 10px;
        cursor: pointer;
        background: url(/../../images/news-images/forward-square.svg) center no-repeat;
        background-color: rgb(255, 255, 255);
    }

    .tariffs__item_blue::before {
        left: 50px;
        background: url(/../../images/news-images/code.svg) center no-repeat;
        background-color: rgb(255, 255, 255);
    }

    .tariffs__item_green::before {
        left: 90px;
        background: url(/../../images/news-images/edit.svg) center no-repeat;
        background-color: rgb(255, 255, 255);
    }

    .tariffs__item ul {
        align-items: center;
        text-align: center;
    }

    .tariffs__item p {
        font-size: 14px;
    }

    .tariffs__name-rows p {
        font-size: 14px;
    }

    .tariffs__item-title {
        font-size: 15px;
    }

    .brief {
        margin: 0 15px;
    }

    .tariffs .brief{
        margin: 90px 15px 0;
    }
}

@media (max-width: 640px) {

    .appeal .brief__image {
        display: none;
    }

}
@media (max-width: 490px) {
    .tariffs__name-rows ul {
        width: 150px;
    }

    .tariffs__item{
        left: 180px;
    }
}

@media (max-width: 460px) {

    .donload-pdf span img {
        width: 21.5px;
    }

    .donload-pdf {
        width: 333px;
        height: 65px;
        margin-top: 37px;
    }
    
    .dignity__inner p {
        max-width: 270px;
    }

    .questions-text {
        max-width: inherit !important;
    }

    .questions-1 {
        width: inherit;
    }

    .questions-2 {
        width: inherit;
    }

}

@media (max-width: 440px) {
    .questions-text {
        max-width: inherit;
    }
}

@media (max-width: 420px) {

}

@media (max-width: 390px) {

}

@media (max-width: 360px) {
    .reg-button a {
        width: 280px;
    }

    .auth-button a {
        width: 280px;
    }

    .logo-partner__inner h2 {
        font-size: 28px !important;
    }

    .donload-pdf {
        width: 280px;
    }

    .be-a-partner-banner__image-hidden img {
        width: 280px;
    }

    .not-white-button span img {
        margin-left: 75px;
    }
}

@media (max-width: 320px) {

}
